brekke 2002/10/07 06:39:47
Modified: net build.xml
Log:
Regenerated the ant build with maven again after patching maven to generate
a build that works when the ant build doesn't retreive the dependencies.
Revision Changes Path
1.11 +1 -2 jakarta-commons-sandbox/net/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/net/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 7 Oct 2002 04:25:40 -0000 1.10
+++ build.xml 7 Oct 2002 13:39:47 -0000 1.11
@@ -11,7 +11,7 @@
<property name="final.name" value="commons-net-1.0.0-dev"></property>
<target name="init" description="o Initializes some properties">
-
+ <mkdir dir="lib"></mkdir>
<condition property="noget">
<equals arg2="only" arg1="${build.sysclasspath}"></equals>
</condition>
@@ -149,7 +149,6 @@
<target name="get-deps" unless="noget" depends="init">
- <mkdir dir="lib"></mkdir>
<get dest="lib/oro-2.0.6.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/oro/jars/oro-2.0.6.jar"></get>
<get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"></get>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>