From: <ma...@us...> - 2011-01-19 21:15:30
|
Revision: 3471 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3471&view=rev Author: matzon Date: 2011-01-19 21:15:21 +0000 (Wed, 19 Jan 2011) Log Message: ----------- dont depend on all for the applet target Modified Paths: -------------- trunk/LWJGL/platform_build/build-applet.xml Modified: trunk/LWJGL/platform_build/build-applet.xml =================================================================== --- trunk/LWJGL/platform_build/build-applet.xml 2011-01-19 21:14:57 UTC (rev 3470) +++ trunk/LWJGL/platform_build/build-applet.xml 2011-01-19 21:15:21 UTC (rev 3471) @@ -3,7 +3,7 @@ <!-- Create our packer task --> <taskdef name="pack200" classname="com.sun.tools.apache.ant.pack200.Pack200Task" classpath="platform_build/Pack200Task.jar"/> - <target name="applet" depends="all"> + <target name="applet"> <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. |