donaldp 2002/11/14 20:55:29
Modified: . build.xml
Log:
Remove war target for docs. WIllbe replaced by forrest.
Revision Changes Path
1.151 +0 -24 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- build.xml 15 Nov 2002 04:54:51 -0000 1.150
+++ build.xml 15 Nov 2002 04:55:29 -0000 1.151
@@ -437,30 +437,6 @@
</copy>
</target>
-
- <target name="docswar" depends="prepare-html-docs"
- description="Create a .war package out of the docs">
-
- <mkdir dir="${target.context}/WEB-INF"/>
- <move file="${target.context}/web.xml" todir="${target.context}/WEB-INF"/>
- <move file="${target.context}/cocoon.xconf" todir="${target.context}/WEB-INF"/>
- <move file="${target.context}/logkit.xconf" todir="${target.context}/WEB-INF"/>
-
- <war warfile="${target.dir}/${name}.war"
- webxml="${target.context}/WEB-INF/web.xml"
- compress="false">
-
- <fileset dir="${target.context}">
- <exclude name="WEB-INF/web.xml"/>
- </fileset>
- <lib dir="tools/ext"/>
- <lib dir="tools/lib"/>
-
- <!--<classes dir="${target.context}/WEB-INF/classes/"/>-->
-
- </war>
-
- </target>
<!-- Create the API documentation -->
<target name="javadocs" description="generates the API documentation (java 1.2+
only)">
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>