stefano 2003/02/22 06:05:11
Modified: . build.xml Log: damn, should run it at least once before committing :) Revision Changes Path 1.325 +2 -2 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.324 retrieving revision 1.325 diff -u -r1.324 -r1.325 --- build.xml 22 Feb 2003 13:58:21 -0000 1.324 +++ build.xml 22 Feb 2003 14:05:10 -0000 1.325 @@ -135,7 +135,7 @@ </target> <!-- Prepare the source --> - <target name="prepare-core" depends="build"> + <target name="prepare-core" depends="prepare"> <mkdir dir="${build.src}"/> <mkdir dir="${build.dest}"/> <mkdir dir="${build.mocks}"/>