nicolaken 2002/09/17 06:24:31
Modified: . build.xml
Log:
Added a "docswar" target to create a .war that can be
deployed in Tomcat, that can be used when creating docs and
seeing changes in real-time.
Revision Changes Path
1.147 +2 -1 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- build.xml 17 Sep 2002 13:10:47 -0000 1.146
+++ build.xml 17 Sep 2002 13:24:31 -0000 1.147
@@ -442,7 +442,8 @@
<mkdir dir="${build.context}/WEB-INF"/>
<move file="${build.context}/web.xml" todir="${build.context}/WEB-INF"/>
<move file="${build.context}/cocoon.xconf" todir="${build.context}/WEB-INF"/>
-
+ <move file="${build.context}/logkit.xconf" todir="${build.context}/WEB-INF"/>
+
<war warfile="${build.dir}/${name}.war"
webxml="${build.context}/WEB-INF/web.xml"
compress="false">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>