vmassol 02/02/28 13:40:48
Modified: conf/sample/build/share build-share.xml
Log:
do not put httpclient.jar in WEB-INF as it is only needed on the client side
Revision Changes Path
1.12 +0 -1 jakarta-cactus/conf/sample/build/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/conf/sample/build/share/build-share.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build-share.xml 28 Feb 2002 11:35:09 -0000 1.11
+++ build-share.xml 28 Feb 2002 21:40:48 -0000 1.12
@@ -420,7 +420,6 @@
<!-- Gather libraries in a place where they can be copied in the
war -->
<copy tofile="${out.lib.dir}/junit.jar" file="${junit.jar}"/>
- <copy tofile="${out.lib.dir}/httpclient.jar" file="${httpclient.jar}"/>
<copy tofile="${out.lib.dir}/cactus.jar" file="${cactus.jar}"/>
<copy tofile="${out.lib.dir}/aspectjrt.jar" file="${aspectjrt.jar}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>