[workspace-commit] CVS update: MODIFIED: service ...
Tim Freeman
commit at globus.org
Fri Nov 10 14:43:35 CST 2006
User: tfreeman
Date: 06/11/10 14:43:35
Modified: vm/service build.xml
Log:
client target stands alone now
Revision Changes Path
1.5 +2 -0 workspace/vm/service/build.xml
http://viewcvs.globus.org/viewcvs.cgi/workspace/vm/service/build.xml.diff?r1=1.4&r2=1.5
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /home/globdev/CVS/globus-packages/workspace/vm/service/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- build.xml 14 Sep 2006 02:24:15 -0000 1.4
+++ build.xml 10 Nov 2006 20:43:35 -0000 1.5
@@ -30,6 +30,8 @@
</target>
<target name="client">
+ <ant dir="${common.build}" target="deploy"/>
+ <ant dir="${common.java.build}" target="deploy"/>
<ant dir="${client.build}" target="client"/>
</target>
More information about the workspace-commit
mailing list