vmassol 2004/02/27 04:34:07
Modified: . build.properties.sample build.properties.vmassol
samples/jetty build.properties.sample
framework build.properties.sample
integration/maven/xdocs changes.xml
integration/maven project.xml
integration/ant build.properties.sample
documentation/docs/xdocs changes.xml
Log:
update to httpclient 2.0 final
Revision Changes Path
1.97 +2 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- build.properties.sample 18 Jan 2004 11:03:05 -0000 1.96
+++ build.properties.sample 27 Feb 2004 12:34:06 -0000 1.97
@@ -44,7 +44,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0.jar
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.1.1.jar
1.7 +2 -2 jakarta-cactus/build.properties.vmassol
Index: build.properties.vmassol
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.vmassol,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.properties.vmassol 18 Jan 2004 11:03:05 -0000 1.6
+++ build.properties.vmassol 27 Feb 2004 12:34:06 -0000 1.7
@@ -30,7 +30,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0.jar
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.1.1.jar
1.18 +2 -2 jakarta-cactus/samples/jetty/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.properties.sample,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.properties.sample 9 Jan 2004 12:58:27 -0000 1.17
+++ build.properties.sample 27 Feb 2004 12:34:06 -0000 1.18
@@ -31,7 +31,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0.jar
# The location of the Junit jar
junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
1.35 +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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.properties.sample 9 Jan 2004 12:58:27 -0000 1.34
+++ build.properties.sample 27 Feb 2004 12:34:06 -0000 1.35
@@ -34,7 +34,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0.jar
# The location of the Httpunit jar
httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.5.4.jar
1.25 +7 -0 jakarta-cactus/integration/maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.xml 26 Feb 2004 08:41:31 -0000 1.24
+++ changes.xml 27 Feb 2004 12:34:06 -0000 1.25
@@ -7,6 +7,13 @@
<body>
+ <release version="1.6dev" date="in CVS">
+ <action dev="VMA" type="update">
+ Updated the version of Commons HttpClient in the Cactus distribution
+ to 2.0 final.
+ </action>
+ </release>
+
<release version="1.6dev" date="development build of 2004-02-26">
<action dev="vmassol" type="fix">
Aligned the EAR-ing behavior in the Cactus plugin (when using the
1.10 +1 -1 jakarta-cactus/integration/maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 18 Jan 2004 16:47:59 -0000 1.9
+++ project.xml 27 Feb 2004 12:34:07 -0000 1.10
@@ -34,7 +34,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>2.0-rc2</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
1.23 +2 -2 jakarta-cactus/integration/ant/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.properties.sample,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.properties.sample 9 Jan 2004 12:58:27 -0000 1.22
+++ build.properties.sample 27 Feb 2004 12:34:07 -0000 1.23
@@ -34,7 +34,7 @@
log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
# The location of the Commons Httpclient jar
-commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-rc2.jar
+commons.httpclient.jar =
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0.jar
# The location of the AspectJ runtime jar
aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
1.166 +5 -1 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- changes.xml 27 Feb 2004 10:26:17 -0000 1.165
+++ changes.xml 27 Feb 2004 12:34:07 -0000 1.166
@@ -68,6 +68,10 @@
</devs>
<release version="1.6dev" date="in CVS">
+ <action dev="VMA" type="update">
+ Updated the version of Commons HttpClient in the Cactus distribution
+ to 2.0 final.
+ </action>
<action dev="VMA" type="add" due-to="Kazuhito Suguri" due-to-email="[EMAIL
PROTECTED]">
Added new
<code>FormAuthentication.setExpectedAuthResponse(int)</code>
@@ -192,7 +196,7 @@
</action>
<action dev="VMA" type="update">
Update the version of Commons HttpClient in the Cactus distribution to
- 1.0 rc2.
+ 2.0 rc2.
</action>
<action dev="VMA" type="fix">
Fixed and improved logging. It now works with Log4j, JDK 1.4 logging
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]