taylor 2002/08/15 16:55:54
Modified: build build.xml
Log:
hotdeploy target now copies over web-inf deltas
Revision Changes Path
1.155 +5 -0 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- build.xml 14 Aug 2002 03:27:18 -0000 1.154
+++ build.xml 15 Aug 2002 23:55:54 -0000 1.155
@@ -613,6 +613,11 @@
<exclude name="cactus.properties"/>
</fileset>
</copy>
+ <copy todir="${deploy.war}/jetspeed">
+ <fileset dir="${webapp.dir}">
+ </fileset>
+ </copy>
+
</target>
<!-- =================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>