You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/11/23 06:47:16 UTC

svn commit: r348380 - /jakarta/commons/proper/resources/trunk/build.xml

Author: niallp
Date: Tue Nov 22 21:47:07 2005
New Revision: 348380

URL: http://svn.apache.org/viewcvs?rev=348380&view=rev
Log:
Add xerces so that running tests under ant work for JDK 1.3

Modified:
    jakarta/commons/proper/resources/trunk/build.xml

Modified: jakarta/commons/proper/resources/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/build.xml?rev=348380&r1=348379&r2=348380&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/build.xml (original)
+++ jakarta/commons/proper/resources/trunk/build.xml Tue Nov 22 21:47:07 2005
@@ -166,6 +166,8 @@
     </get>
     <get dest="${libdir}/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-2.0.2.jar">
     </get>
+    <get dest="${libdir}/xerces-2.4.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.4.0.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>
     <get dest="${libdir}/hsqldb-1.7.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/hsqldb/jars/hsqldb-1.7.1.jar">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org