From: <eli...@us...> - 2007-04-26 07:13:05
|
Revision: 2807 http://svn.sourceforge.net/java-game-lib/?rev=2807&view=rev Author: elias_naur Date: 2007-04-26 00:13:02 -0700 (Thu, 26 Apr 2007) Log Message: ----------- Reverted accidental build.xml change Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2007-04-26 06:55:55 UTC (rev 2806) +++ trunk/LWJGL/build.xml 2007-04-26 07:13:02 UTC (rev 2807) @@ -306,7 +306,7 @@ <target name="all" description="Creates the Java archives and the natives for the current platform" depends="jars, compile_native"/> <!-- Create ONLY the jar archives --> - <target name="jars" description="Creates the Java archives ONLY and places them in libs/" depends="-initialize, compile, -createjars"> + <target name="jars" description="Creates the Java archives ONLY and places them in libs/" depends="-initialize, generate-all, compile, -createjars"> <move todir="libs/"> <fileset dir="${lwjgl.temp}/jar"> <include name="*.jar"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |