mcconnell 2002/11/11 17:19:19 Modified: meta build.xml Log: Updated to handle overrite bug when generating docs. Revision Changes Path 1.8 +2 -2 jakarta-avalon-excalibur/meta/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 11 Nov 2002 10:45:44 -0000 1.7 +++ build.xml 12 Nov 2002 01:19:19 -0000 1.8 @@ -297,13 +297,13 @@ </target> - <target name="docs" depends="javadocs, xdocs" description="generates all the Avalon documentation"/> + <target name="docs" depends="xdocs,javadocs" description="generates all the Avalon documentation"/> <target name="xdocs" description="generates the xdocs-based documentation"> <ant antfile="${basedir}/../cocoonbuild.xml"/> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" 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]>