cziegeler 2003/12/18 08:18:03
Modified: tools/targets webapp-build.xml
Log:
Revert, as now including docs doesn't work properly :(
Revision Changes Path
1.4 +4 -3 cocoon-2.1/tools/targets/webapp-build.xml
Index: webapp-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/webapp-build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webapp-build.xml 18 Dec 2003 16:09:52 -0000 1.3
+++ webapp-build.xml 18 Dec 2003 16:18:03 -0000 1.4
@@ -108,9 +108,6 @@
<!-- Add some other documents -->
<copy file="status.xml"
tofile="${build.webapp.docs}/xdocs/status.xml" filtering="on"/>
- <copy file="${build.temp}/jars.xml"
- tofile="${build.webapp.docs}/xdocs/installing/jars.xml"
- filtering="off" failonerror="false"/>
<!-- Forrest needs its own file at src/documentation/sitemap.xmap, so we
overwrite it with the old Cocoon-specific sitemap here -->
@@ -132,6 +129,10 @@
</target>
<target name="webapp"
depends="prepare-webapp,prepare-webapp-samples,prepare-webapp-docs,prepare-webapp-javadocs,prepare-webapp-deprecated,validate-jars,validate-config,custom-conf"
description="Builds web application folder">
+ <!-- Add some other documents -->
+ <copy file="${build.temp}/jars.xml"
+ tofile="${build.webapp.docs}/xdocs/installing/jars.xml"
+ filtering="off" failonerror="false"/>
</target>
<target name="war" depends="webapp" description="Builds web application
archive">