Author: joehni
Date: Thu Nov  8 14:32:46 2007
New Revision: 593341

URL: http://svn.apache.org/viewvc?rev=593341&view=rev
Log:
Use same Xerces artifact in Ant script as in Maven 1/2.

Modified:
    commons/proper/configuration/trunk/build.xml

Modified: commons/proper/configuration/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/build.xml?rev=593341&r1=593340&r2=593341&view=diff
==============================================================================
--- commons/proper/configuration/trunk/build.xml (original)
+++ commons/proper/configuration/trunk/build.xml Thu Nov  8 14:32:46 2007
@@ -247,7 +247,7 @@
     </get>
     <get dest="${libdir}/commons-jxpath-1.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-jxpath/jars/commons-jxpath-1.2.jar";>
     </get>
-    <get dest="${libdir}/xerces-2.3.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.3.0.jar";>
+    <get dest="${libdir}/xercesImpl-2.3.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/xerces/jars/xercesImpl-2.3.0.jar";>
     </get>
     <get dest="${libdir}/xalan-2.7.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/xalan/jars/xalan-2.7.0.jar";>
     </get>
@@ -286,4 +286,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ No newline at end of file
+</project>


Reply via email to