Author: psteitz
Date: Sun Nov 26 10:27:49 2006
New Revision: 479394

URL: http://svn.apache.org/viewvc?view=rev&rev=479394
Log:
Fixed ant xml parser config.

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

Modified: jakarta/commons/proper/dbcp/trunk/build.properties.sample
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/build.properties.sample?view=diff&rev=479394&r1=479393&r2=479394
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/dbcp/trunk/build.properties.sample Sun Nov 26 
10:27:49 2006
@@ -37,10 +37,11 @@
 junit.lib=${junit.home}
 junit.jar=${junit.lib}/junit.jar
 
-# SAX2 implementation
-# Note: Apache Xerces supports the SAX 2 API
-sax2.home=${repository}/xerces/jars
-sax2.jar=${sax2.home}/xercesImpl-2.8.1.jar
+# XML parser
+xerces.home=${repository}/xerces/jars
+xerces-impl.jar=${xerces.home}/xerces-2.0.2.jar
+xml-apis.home=${repository}/xml-apis/jars
+xerces-api.jar=${xml-apis.home}/xml-apis-2.0.2.jar
 
 # Tomcat naming jars - needed only for JNDI tests
 naming.home=${repository}/tomcat/jars

Modified: jakarta/commons/proper/dbcp/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/build.xml?view=diff&rev=479394&r1=479393&r2=479394
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/build.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/build.xml Sun Nov 26 10:27:49 2006
@@ -46,7 +46,7 @@
       <property name="classpath" 
        value="${cp}:${commons-pool.jar}:${jdbc20ext.jar}:${junit.jar}:
         ${naming-common.jar}:${naming-java.jar}:${commons-logging.jar}:
-       ${sax2.jar}"/>
+       ${xerces-impl.jar}:${xerces-api.jar}"/>
 
       <property name="name" value="commons-dbcp"/>
       <property name="title" value="Jakarta Commons Database Pooling Package"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to