jefft 02/03/28 20:12:04
Modified: . build.xml
Log:
Separate the website generation step, so it can be tested independently
Revision Changes Path
1.125 +3 -1 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- build.xml 28 Mar 2002 06:56:46 -0000 1.124
+++ build.xml 29 Mar 2002 04:12:04 -0000 1.125
@@ -253,7 +253,9 @@
</target>
<!-- Prepares the documentation directory -->
- <target name="docs" depends="prepare,javadocs" description="generates the
Avalon documentation">
+ <target name="docs" depends="html-docs, javadocs" description="generates
all the Avalon documentation"/>
+
+ <target name="html-docs" depends="prepare" description="generates the
xdocs-based documentation">
<mkdir dir="${build.context}"/>
<mkdir dir="${build.docs}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>