jruaux 2003/03/19 05:08:41
Modified: integration/ant build.xml
Log:
added .keepit file to the ant/lib/server directory (see .keepit for reason)
Revision Changes Path
1.9 +3 -1 jakarta-cactus/integration/ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 18 Mar 2003 11:00:15 -0000 1.8
+++ build.xml 19 Mar 2003 13:08:41 -0000 1.9
@@ -32,7 +32,8 @@
<!-- Global project properties -->
<property name="project.name.text" value="Cactus Ant Integration"/>
<property name="project.name.file" value="cactus-integration-ant"/>
-
+ <property name="server.keepit" value="${base.dir}/.keepit"/>
+
<!--
========================================================================
Initialize source, target and dist properties
@@ -268,6 +269,7 @@
<mkdir dir="${target.integration.conf.dir}"/>
<!-- Gather all server side Cactus jars -->
+ <copy todir="${target.integration.lib.server.dir}" file="${server.keepit}"/>
<!-- (None at the moment) -->
<!-- Gather all client side Cactus jars -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]