jholmes 2002/10/18 08:20:53 Modified: . build.properties.sample Log: add download link for JDBC optional package Revision Changes Path 1.16 +4 -1 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- build.properties.sample 14 Oct 2002 18:09:09 -0000 1.15 +++ build.properties.sample 18 Oct 2002 15:20:53 -0000 1.16 @@ -79,6 +79,9 @@ # The JAR file containing the JDBC 2.0 Optional Package extensions API # (javax.sql). This file will automatically be added to your class path # when you compile Struts +# +# This file can be obtained from: +# http://java.sun.com/products/jdbc/download.html jdbc20ext.jar=../../../Java/Programs/sun/jdbc2_0-stdext.jar # The JAR file containing the Servlet API classes to compile against (either
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>