You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/10/16 08:32:14 UTC

svn commit: r322457 - /tomcat/connectors/trunk/build.properties.default

Author: yoavs
Date: Sat Oct 15 23:32:12 2005
New Revision: 322457

URL: http://svn.apache.org/viewcvs?rev=322457&view=rev
Log:
Reverting my commit from ~30 minutes ago because the JDBC 2.0 standard extension may be required for pre-JDK 1.4 builds.

Modified:
    tomcat/connectors/trunk/build.properties.default

Modified: tomcat/connectors/trunk/build.properties.default
URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/build.properties.default?rev=322457&r1=322456&r2=322457&view=diff
==============================================================================
--- tomcat/connectors/trunk/build.properties.default (original)
+++ tomcat/connectors/trunk/build.properties.default Sat Oct 15 23:32:12 2005
@@ -163,6 +163,11 @@
 javaservice.home=${base.path}/javaservice
 javaservice.loc=http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip
 
+# ----- Java Database Connectivity (JDBC) Optional Package, version 2.0 -----    
+jdbc20ext.home=${base.path}/jdbc2_0-stdext      
+jdbc20ext.lib=${jdbc20ext.home}         
+jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
+
 # ----- Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.0 or later -----
 jmx.version=1.1.1
 jmx.home=${base.path}/mx4j-${jmx.version}



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org