craigmcc 2003/02/10 21:37:59
Modified: . build.xml
contrib/struts-el build.xml
Log:
Remove the JDBC 2.0 Optional Package JAR (jdbc2_0-stdext.jar) from the
Struts binary distribution. It is still a compile-time dependency to
build Struts (or applications using javax.sql classes) on a pre-1.4 JDK,
but the app server or servlet container you will be running on will have
this JAR installed already if it supports data sources.
As of the 20030211 nightly build, therefore, Struts binary distributions
are "100% Apache Code".
Revision Changes Path
1.97 +2 -0 jakarta-struts/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- build.xml 22 Jan 2003 06:46:28 -0000 1.96
+++ build.xml 11 Feb 2003 05:37:59 -0000 1.97
@@ -259,8 +259,10 @@
tofile="${build.home}/library/commons-validator.jar"/>
<copy file="${jakarta-oro.jar}"
tofile="${build.home}/library/jakarta-oro.jar"/>
+<!-- Compile-time dependency only
<copy file="${jdbc20ext.jar}"
tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
+-->
</target>
<!--
1.11 +2 -0 jakarta-struts/contrib/struts-el/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 4 Feb 2003 04:16:14 -0000 1.10
+++ build.xml 11 Feb 2003 05:37:59 -0000 1.11
@@ -216,8 +216,10 @@
tofile="${build.home}/library/commons-validator.jar"/>
<copy file="${jakarta-oro.jar}"
tofile="${build.home}/library/jakarta-oro.jar"/>
+<!-- Compile-time dependency only
<copy file="${jdbc20ext.jar}"
tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
+-->
<copy todir="${build.home}/library">
<fileset dir="${jstl.home}/tld" includes="*.tld"/>
<fileset dir="${struts.home}/lib" includes="*.tld"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]