rleland 2002/12/21 20:42:24 Modified: . build.properties.sample Log: Update to reflect dbcp has changed the default archive name to commons-dbcp.jar Also turn on deprecation warnings by default so we can remove deprecated commons methods when poss. Revision Changes Path 1.19 +5 -4 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- build.properties.sample 17 Dec 2002 17:07:27 -0000 1.18 +++ build.properties.sample 22 Dec 2002 04:42:24 -0000 1.19 @@ -8,6 +8,7 @@ # # $Id$ # ----------------------------------------------------------------------------- +compile.deprecation=true # WARNING: The relative paths below assume that the build.xml file is in the # top-level directory of the jakarta-struts source distribution. @@ -36,7 +37,7 @@ # The JAR file containing version 1.1 (or later) of the DBCP package # from the Jakarta Commons project. -commons-dbcp.jar=${commons-lib.home}/dbcp/target/commons-dbcp-1.1-dev.jar +commons-dbcp.jar=${commons-lib.home}/dbcp/dist/commons-dbcp.jar # The JAR file containing version 1.0 (or later) of the Digester package # from the Jakarta Commons project. @@ -103,8 +104,8 @@ # contrib library (although it doesn't prevent you from building it directly in # "contrib/struts-el". -jstl.jar = f:/applis/jakarta-taglibs/jstl-1.0/lib/jstl.jar -jstl-standard.jar = f:/applis/jakarta-taglibs/jstl-1.0/lib/standard.jar +jstl.jar = ${apache.home}/jakarta-taglibs/jstl-1.0/lib/jstl.jar +jstl-standard.jar = ${apache.home}/jakarta-taglibs/jstl-1.0/lib/standard.jar # Properties related to Struts unit testing # -----------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>