prickett 02/03/17 22:16:47
Modified: periodicity build.xml
Log:
Added an update-dependencies build task
Submitted by: Jeff Prickett
Revision Changes Path
1.10 +6 -1 jakarta-commons-sandbox/periodicity/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 18 Mar 2002 05:55:37 -0000 1.9
+++ build.xml 18 Mar 2002 06:16:47 -0000 1.10
@@ -132,5 +132,10 @@
<get
src="http://cvs.apache.org/viewcvs/~checkout~/jakarta-turbine-torque/src/schema/id-table-schema.xml"
dest="${torque.home}/id-table-schema.xml"/>
</target>
-
+
+ <target name="update-dependencies">
+ <mkdir dir="${torque.home}"/>
+ <antcall target="update-jars"/>
+ <antcall target="update-id-xml"/>
+ </target>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>