You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/05/27 19:00:17 UTC

svn commit: r178799 - /struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample /struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample.download

Author: niallp
Date: Fri May 27 10:00:16 2005
New Revision: 178799

URL: http://svn.apache.org/viewcvs?rev=178799&view=rev
Log:
Bug 35108 - Add comment regarding jdbc20ext.jar and JDK, based on patch supplied by Jeff Ort

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample
    struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample.download

Modified: struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample?rev=178799&r1=178798&r2=178799&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample Fri May 27 10:00:16 2005
@@ -59,6 +59,10 @@
 # (javax.sql).  This file will automatically be added to your class path
 # when you compile Struts
 #
+# This file is necessary when compiling Struts under the JDK 1.3.  It
+# is not necessary when compiling with  the JDK 1.4 and higher, as 
+# "javax.sql.*" is included with the JDK since 1.4.
+#
 # This file can be obtained from:
 # http://java.sun.com/products/jdbc/download.html
 jdbc20ext.jar=../../../Java/Programs/sun/jdbc2_0-stdext.jar

Modified: struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample.download
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample.download?rev=178799&r1=178798&r2=178799&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample.download (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/build.properties.sample.download Fri May 27 10:00:16 2005
@@ -32,6 +32,10 @@
 # (javax.sql).  This file will automatically be added to your class path
 # when you compile Struts
 #
+# This file is necessary when compiling Struts under the JDK 1.3.  It
+# is not necessary when compiling with  the JDK 1.4 and higher, as 
+# "javax.sql.*" is included with the JDK since 1.4.
+#
 # This file can be obtained from:
 # http://java.sun.com/products/jdbc/download.html
 jdbc20ext.jar=../../../Java/Programs/sun/jdbc2_0-stdext.jar



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