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

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

Author: psteitz
Date: Wed Nov 25 17:47:31 2009
New Revision: 884218

URL: http://svn.apache.org/viewvc?rev=884218&view=rev
Log:
Eliminated obsolete dependencies and trailing spaces.

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=884218&r1=884217&r2=884218&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.properties.sample (original)
+++ commons/proper/dbcp/trunk/build.properties.sample Wed Nov 25 17:47:31 2009
@@ -15,7 +15,7 @@
 ##########################################################################
 # Sample Ant build.properties file
 #
-# This setup assumes dependent jars are in a local maven 2 repository.
+# This setup assumes dependent jars are in a local maven 1 repository.
 # However the jars are located, the properties ending in ".jar" need
 # expand to full paths to the jars.
 ##########################################################################
@@ -27,11 +27,6 @@
 commons-pool.home=${repository}/commons-pool/commons-pool/1.5.4
 commons-pool.jar=${commons-pool.home}/commons-pool-1.5.4.jar
 
-# JDBC Optional Package 2.0 (also included in j2ee.jar)
-jdbc20ext.home=${user.home}/jdbc2_0-stdext
-jdbc20ext.lib=${jdbc20ext.home}
-jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
-
 # JUnit
 junit.home=${repository}/junit/junit/3.8.1
 junit.jar=${junit.home}/junit-3.8.1.jar
@@ -39,22 +34,20 @@
 # XML parser
 xerces.home=${repository}/xerces/xerces/2.0.2
 xerces.jar=${xerces.home}/xerces-2.0.2.jar
-xml-apis.home=${repository}/xml-apis/xml-apis/2.0.2
-xml-apis.jar=${xml-apis.home}/xml-apis-2.0.2.jar
 
 # Tomcat naming jars - needed only for JNDI tests
 naming.common.home=${repository}/tomcat/naming-common/5.0.28
-naming-common.jar=${naming.common.home}/naming-common-5.0.28.jar 
+naming-common.jar=${naming.common.home}/naming-common-5.0.28.jar
 naming.java.home=${repository}/tomcat/naming-java/5.0.28
-naming-java.jar=${naming.java.home}/naming-java-5.0.28.jar 
+naming-java.jar=${naming.java.home}/naming-java-5.0.28.jar
 
 # Commons logging - dependency of naming jars
 commons-logging.home=${repository}/commons-logging/commons-logging/1.0.4
 commons-logging.jar=${commons-logging.home}/commons-logging-1.0.4.jar
 
 # JTA - needed for managed connections
-jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar                          
-jta-impl.jar=${repository}/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar 
+jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar
+jta-impl.jar=${repository}/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar
 
 # JTA dependencies - required so the test cases run
 backport-util-concurrent.jar=${repository}/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar