leosimons 2003/02/20 08:40:58 Modified: converter build.xml Log: fix dist target Revision Changes Path 1.15 +1 -1 avalon-excalibur/converter/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/converter/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- build.xml 3 Feb 2003 02:27:14 -0000 1.14 +++ build.xml 20 Feb 2003 16:40:58 -0000 1.15 @@ -226,7 +226,7 @@ </target> <!-- Create the source distribution --> - <target name="dist" depends="dist-jar, test, checkstyle, site" + <target name="dist" depends="dist-jar, test, checkstyle, site, javadocs" description="Generates a source distribution (jar + src + docs + javadocs + unittest and checkstyle reports"> <mkdir dir="${src.dist.dir}" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]