build.xml target 'applet' depends on 'all', not just 'jars'

This commit is contained in:
Elias Naur 2007-08-26 20:47:29 +00:00
parent 42a9d985d4
commit 2f425da408
1 changed files with 1 additions and 1 deletions

View File

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