vmassol 02/04/21 10:58:00
Modified: . build.properties.sample
framework build.properties.sample
sample-servlet build.properties.sample
Log:
update sample properties for latest httpclient jar
Revision Changes Path
1.10 +2 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.properties.sample 21 Apr 2002 17:50:23 -0000 1.9
+++ build.properties.sample 21 Apr 2002 17:58:00 -0000 1.10
@@ -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.9 2002/04/21 17:50:23 vmassol Exp $
+# $Id: build.properties.sample,v 1.10 2002/04/21 17:58:00 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -28,7 +28,7 @@
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
+commons.httpclient.jar =
../jakarta-commons/httpclient/dist/commons-httpclient-20020421.jar
# The location of the Httpunit jar
httpunit.jar = ../httpunit/lib/httpunit.jar
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties.sample 21 Apr 2002 17:50:23 -0000 1.4
+++ build.properties.sample 21 Apr 2002 17:58:00 -0000 1.5
@@ -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.4 2002/04/21 17:50:23 vmassol Exp $
+# $Id: build.properties.sample,v 1.5 2002/04/21 17:58:00 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -28,7 +28,7 @@
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
+commons.httpclient.jar =
../jakarta-commons/httpclient/dist/commons-httpclient-20020421.jar
# The location of the Httpunit jar
httpunit.jar = ../httpunit/lib/httpunit.jar
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.properties.sample 21 Apr 2002 17:50:23 -0000 1.8
+++ build.properties.sample 21 Apr 2002 17:58:00 -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:50:23 vmassol Exp $
+# $Id: build.properties.sample,v 1.9 2002/04/21 17:58:00 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -41,7 +41,7 @@
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
+commons.httpclient.jar =
../jakarta-commons/httpclient/dist/commons-httpclient-20020421.jar
# The location of the Junit jar
junit.jar = ../junit/junit3.7/junit.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>