From: <eli...@us...> - 2007-06-20 08:58:29
|
Revision: 2855 http://svn.sourceforge.net/java-game-lib/?rev=2855&view=rev Author: elias_naur Date: 2007-06-20 01:58:26 -0700 (Wed, 20 Jun 2007) Log Message: ----------- Reverted accidental build.xml change Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2007-06-20 08:57:45 UTC (rev 2854) +++ trunk/LWJGL/build.xml 2007-06-20 08:58:26 UTC (rev 2855) @@ -307,8 +307,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">--> + <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. |