dfs 2004/01/05 08:17:27
Modified: net build.xml project.xml
Log:
Changed dependency from oro 2.0.7 to 2.0.8 since the newer version contains bug
fixes.
Revision Changes Path
1.19 +1 -1 jakarta-commons/net/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/net/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 29 Dec 2003 20:25:12 -0000 1.18
+++ build.xml 5 Jan 2004 16:17:27 -0000 1.19
@@ -139,7 +139,7 @@
</javadoc>
</target>
<target name="get-deps" unless="noget" depends="init">
- <get dest="${libdir}/oro-2.0.7.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/oro/jars/oro-2.0.7.jar">
+ <get dest="${libdir}/oro-2.0.8.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/oro/jars/oro-2.0.8.jar">
</get>
<get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
</get>
1.37 +1 -1 jakarta-commons/net/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/net/project.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- project.xml 1 Jan 2004 17:33:03 -0000 1.36
+++ project.xml 5 Jan 2004 16:17:27 -0000 1.37
@@ -119,7 +119,7 @@
<dependencies>
<dependency>
<id>oro</id>
- <version>2.0.7</version>
+ <version>2.0.8</version>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]