|
From: Elias N. <eli...@us...> - 2005-11-21 11:08:23
|
Update of /cvsroot/java-game-lib/LWJGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18137 Modified Files: build.xml Log Message: build.xml: target 'jars' shouldn't depend on target 'clean' Index: build.xml =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/build.xml,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- build.xml 4 Nov 2005 19:22:52 -0000 1.94 +++ build.xml 21 Nov 2005 11:08:04 -0000 1.95 @@ -231,7 +231,7 @@ </target> <!-- Create ONLY the jar archives --> - <target name="jars" description="Creates the Java archives ONLY and places them in libs/" depends="clean, -initialize, compile, -createjars"> + <target name="jars" description="Creates the Java archives ONLY and places them in libs/" depends="-initialize, compile, -createjars"> <move todir="libs/"> <fileset dir="${lwjgl.temp}/jar"> <include name="*.jar"/> |