vmassol 02/04/21 10:50:24
Modified: . build.properties.sample
framework build.properties.sample
sample-servlet build.properties.sample
Log:
updated to latest log4j jar
Revision Changes Path
1.9 +2 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.properties.sample 21 Apr 2002 17:16:34 -0000 1.8
+++ build.properties.sample 21 Apr 2002 17:50:23 -0000 1.9
@@ -6,7 +6,7 @@
# and rename this file to "build.properties" in the same directory that
# contains the "build.xml" file.
#
-# $Id: build.properties.sample,v 1.8 2002/04/21 17:16:34 vmassol Exp $
+# $Id: build.properties.sample,v 1.9 2002/04/21 17:50:23 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -25,7 +25,7 @@
#j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar
# The location of the log4j jar
-log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2beta4.jar
+log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2rc1.jar
# The location of the Commons Httpclient jar
commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar
1.4 +2 -2 jakarta-cactus/framework/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.properties.sample 29 Mar 2002 00:12:55 -0000 1.3
+++ build.properties.sample 21 Apr 2002 17:50:23 -0000 1.4
@@ -6,7 +6,7 @@
# rename this file to "build.properties" in the same directory that contains the
# "build.xml" file.
#
-# $Id: build.properties.sample,v 1.3 2002/03/29 00:12:55 vmassol Exp $
+# $Id: build.properties.sample,v 1.4 2002/04/21 17:50:23 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -25,7 +25,7 @@
#j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar
# The location of the log4j jar
-log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2beta4.jar
+log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2rc1.jar
# The location of the Commons Httpclient jar
commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar
1.8 +2 -2 jakarta-cactus/sample-servlet/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.properties.sample 21 Apr 2002 15:20:25 -0000 1.7
+++ build.properties.sample 21 Apr 2002 17:50:23 -0000 1.8
@@ -6,7 +6,7 @@
# and rename this file to "build.properties" in the same directory that
# contains the "build.xml" file.
#
-# $Id: build.properties.sample,v 1.7 2002/04/21 15:20:25 vmassol Exp $
+# $Id: build.properties.sample,v 1.8 2002/04/21 17:50:23 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -38,7 +38,7 @@
aspectjrt.jar = ../aspectj/lib/aspectjrt.jar
# The location of the log4j jar
-log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2beta4.jar
+log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2rc1.jar
# The location of the Commons Httpclient jar
commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>