bloritsch 2002/09/30 13:56:51
Modified: event build.xml
Log:
fix build.xml so that site is done in the correct order
Revision Changes Path
1.36 +1 -1 jakarta-avalon-excalibur/event/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 28 Sep 2002 09:56:45 -0000 1.35
+++ build.xml 30 Sep 2002 20:56:51 -0000 1.36
@@ -361,7 +361,7 @@
</target>
- <target name="site" depends="javadocs, docs" description=" Places Docs ready
for hosting on website">
+ <target name="site" depends="docs, javadocs" description=" Places Docs ready
for hosting on website">
<mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>