hammant 02/04/02 14:17:49
Modified: . build.xml
Log:
add fledgling docs target
Revision Changes Path
1.128 +21 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- build.xml 29 Mar 2002 10:04:16 -0000 1.127
+++ build.xml 2 Apr 2002 22:17:49 -0000 1.128
@@ -142,6 +142,27 @@
</jlink>
</target>
+ <!-- Generate all docs -->
+ <target name="docs" description="Generate all the docs">
+ <!-- <ant dir="instrument" target="docs"/> -->
+ <!-- <ant dir="concurrent" target="docs"/> -->
+ <!-- <ant dir="collections" target="docs"/> -->
+ <ant dir="all" target="docs"/> <!-- depends on
instrument -->
+ <ant dir="instrument-manager" target="docs"/> <!-- depends on
instrument, all -->
+ <!--ant dir="instrument-client" target="docs"/--> <!-- depends on
instrument-manager -->
+ <ant dir="baxter" target="docs"/>
+ <ant dir="bzip2" target="docs"/>
+ <ant dir="cache" target="docs"/>
+ <ant dir="cli" target="docs"/>
+ <ant dir="extension" target="docs"/>
+ <ant dir="i18n" target="docs"/>
+ <ant dir="io" target="docs"/>
+ <ant dir="naming" target="docs"/>
+ <ant dir="tar" target="docs"/>
+ <ant dir="zip" target="docs"/>
+
+ </target>
+
<target name="clean">
<delete dir="${build.dir}" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>