cziegeler 2002/07/05 01:23:31
Modified: . build.xml
Log:
Added a 'clean-webapp' target for ease of use
Revision Changes Path
1.242 +11 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- build.xml 5 Jul 2002 07:48:25 -0000 1.241
+++ build.xml 5 Jul 2002 08:23:30 -0000 1.242
@@ -1288,6 +1288,17 @@
</target>
<!-- ===================================================================
-->
+ <!-- Creates a clean war file
-->
+ <!-- ===================================================================
-->
+ <target name="clean-webapp" description="Builds the clean war package">
+ <property name="exclude.webapp.samples" value="true"/>
+ <property name="exclude.webapp.documentation" value="true"/>
+ <property name="exclude.webapp.javadocs" value="true"/>
+ <property name="include.webapp.libs" value="true"/>
+ <antcall target="webapp"/>
+ </target>
+
+ <!-- ===================================================================
-->
<!-- Creates a local webapp directly useable as a servlet context
-->
<!-- ===================================================================
-->
<target name="webapp-local" depends="prepare-webapp,
prepare-webapp-scratchpad, copy-webapp-libs, copy-scratchpad-libs"
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]