You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/11/25 21:13:09 UTC

svn commit: r884244 - /commons/proper/dbcp/trunk/build.properties.sample

Author: sebb
Date: Wed Nov 25 20:13:08 2009
New Revision: 884244

URL: http://svn.apache.org/viewvc?rev=884244&view=rev
Log:
Update to same version of Xerces as in POM; follow redirect

Modified:
    commons/proper/dbcp/trunk/build.properties.sample

Modified: commons/proper/dbcp/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=884244&r1=884243&r2=884244&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.properties.sample (original)
+++ commons/proper/dbcp/trunk/build.properties.sample Wed Nov 25 20:13:08 2009
@@ -32,8 +32,8 @@
 junit.jar=${junit.home}/junit-3.8.2.jar
 
 # XML parser
-xerces.home=${repository}/xerces/xerces/2.0.2
-xerces.jar=${xerces.home}/xerces-2.0.2.jar
+xerces.home=${repository}/xerces/xercesImpl/2.4.0
+xerces.jar=${xerces.home}/xercesImpl-2.4.0.jar
 
 # Tomcat naming jars - needed only for JNDI tests
 naming.common.home=${repository}/tomcat/naming-common/5.0.28