yoavs 2004/05/19 09:54:22 Modified: . build.properties.default Log: - Updated JUnit dependency to 3.8.1 (latest stable JUnit) - Did a clean build, test, release cycle without a problem. Revision Changes Path 1.123 +5 -5 jakarta-tomcat-5/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- build.properties.default 18 May 2004 18:13:28 -0000 1.122 +++ build.properties.default 19 May 2004 16:54:22 -0000 1.123 @@ -123,7 +123,7 @@ jaas.jar=${jndi.lib}/jaas.jar -# ----- Jakarta Regular Expressions Library, version 1.2 ----- +# ----- Jakarta Regular Expressions Library, version 1.2 or later ----- regexp.home=${base.path}/jakarta-regexp-1.3 regexp.lib=${regexp.home} regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar @@ -143,7 +143,7 @@ # -------------------------------------------------- -# ----- Log4j ----- +# ----- Log4j, version 1.2 or later ----- log4j.home=${base.path}/jakarta-log4j-1.2.8 log4j.lib=${log4j.home} log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.8.jar @@ -186,10 +186,10 @@ # ----- JUnit Unit Test Suite, version 3.7 or later ----- -junit.home=${base.path}/junit3.7 +junit.home=${base.path}/junit3.8.1 junit.lib=${junit.home} junit.jar=${junit.lib}/junit.jar -junit.loc=${base-sf.loc}/junit/junit3.7.zip +junit.loc=${base-sf.loc}/junit/junit3.8.1.zip # ----- NSIS, version 2.0 or later -----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]