nor..67 3c29d70eb9 SDK:
- cleanup applet ant target
- unify logo with splash screen option

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8758 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-21 21:47:40 +00:00

15 lines
816 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
<!-- for some information on what you could do (e.g. targets to override). -->
<!-- If you delete this file and reopen the project it will be recreated. -->
<project name="com.jme3.gde.lwjgl.applet" default="netbeans" basedir=".">
<description>Builds, tests, and runs the project com.jme3.gde.lwjgl.applet.</description>
<import file="nbproject/build-impl.xml"/>
<target name="init" depends="-zip-appletloader,basic-init,files-init,build-init,-javac-init"/>
<target name="-zip-appletloader" description="Zips applet loader">
<zip destfile="release/libs/applet-loader.zip">
<zipfileset dir="applet-loader" prefix=""/>
</zip>
</target>
</project>