kschrader 02/03/15 07:09:56
Modified: . build-bootstrap.xml
Log:
Don't need to download the commons-graph package twice.
Revision Changes Path
1.37 +0 -5 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build-bootstrap.xml 15 Mar 2002 14:55:11 -0000 1.36
+++ build-bootstrap.xml 15 Mar 2002 15:09:56 -0000 1.37
@@ -147,11 +147,6 @@
verbose="false"
usetimestamp="true"/>
- <get src="${get.jars.baseUrl}/commons-graph.jar"
- dest="${lib.repo}/commons-graph.jar"
- verbose="false"
- usetimestamp="true"/>
-
<get src="${get.jars.baseUrl}/commons-beanutils.jar"
dest="${lib.repo}/commons-beanutils.jar"
verbose="false"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>