Author: psteitz
Date: Sun Nov 26 10:46:23 2006
New Revision: 479401
URL: http://svn.apache.org/viewvc?view=rev&rev=479401
Log:
Changed to better property names.
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=479401&r1=479400&r2=479401
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/dbcp/trunk/build.properties.sample Sun Nov 26
10:46:23 2006
@@ -39,9 +39,9 @@
# XML parser
xerces.home=${repository}/xerces/jars
-xerces-impl.jar=${xerces.home}/xerces-2.0.2.jar
+xerces.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
+xml-apis.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=479401&r1=479400&r2=479401
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/build.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/build.xml Sun Nov 26 10:46:23 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}:
- ${xerces-impl.jar}:${xerces-api.jar}"/>
+ ${xerces.jar}:${xml-apis.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]