From: <eli...@us...> - 2007-08-27 15:42:30
|
Revision: 2887 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2887&view=rev Author: elias_naur Date: 2007-08-26 13:47:29 -0700 (Sun, 26 Aug 2007) Log Message: ----------- build.xml target 'applet' depends on 'all', not just 'jars' Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2007-08-25 14:47:24 UTC (rev 2886) +++ trunk/LWJGL/build.xml 2007-08-26 20:47:29 UTC (rev 2887) @@ -389,7 +389,7 @@ </java> </target> - <target name="applet" depends="jars"> + <target name="applet" depends="all"> <antcall target="-applet"> <param name="keystore" value="applet/lwjglkeystore"/> <param name="alias" value="lwjgl"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |