dont depend on all for the applet target

This commit is contained in:
Brian Matzon 2011-01-19 21:15:21 +00:00
parent 37e632c4c7
commit 56d3dc6ba7
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>