- change build file to use build-zip target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10765 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-09-02 22:03:12 +00:00
parent e4ffcec925
commit 2bb849a0f3

View File

@ -34,8 +34,10 @@
<ant dir="sdk" target="run"/> <ant dir="sdk" target="run"/>
</target> </target>
<target name="zip" description="Builds the complete SDK and packs it as a ZIP file" depends="build"> <target name="zip" description="Builds the complete SDK and packs it as a ZIP file">
<propertyfile file="sdk/nbproject/project.properties"/> <ant dir="engine" target="update-sdk"/>
<ant dir="sdk" target="build-zip"/>
<property file="sdk/nbproject/project.properties"/>
<move file="sdk/dist/${app.name}.zip" tofile="./jMonkeyEngine-SDK-${app.version}-NoBundles.zip"/> <move file="sdk/dist/${app.name}.zip" tofile="./jMonkeyEngine-SDK-${app.version}-NoBundles.zip"/>
</target> </target>