martinc 2002/08/08 22:21:32 Modified: . build.properties.sample Log: add an entry for the Commons Lang package. Thanks for the patch (which I corrected :)! PR: 11577 Submitted by: James Mitchell Revision Changes Path 1.12 +5 -1 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- build.properties.sample 26 Jul 2002 17:01:31 -0000 1.11 +++ build.properties.sample 9 Aug 2002 05:21:32 -0000 1.12 @@ -40,6 +40,10 @@ # from the Jakarta Commons project. commons-fileupload.jar=/usr/local/commons-fileupload-1.0/commons-fileupload.jar +# The JAR file containing version 1.0-b1 (or later) of the Lang package +# from the Jakarta Commons project. +commons-lang.jar=/usr/local/commons-lang-1.0-b1/commons-lang.jar + # The JAR file containing version 1.0 (or later) of the Logging package # from the Jakarta Commons project. commons-logging.jar=/usr/local/commons-logging-1.0/commons-logging.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>