- change build file to use build-zip target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10765 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
experimental
nor..67 12 years ago
parent e4ffcec925
commit 2bb849a0f3
  1. 6
      build.xml

@ -34,8 +34,10 @@
<ant dir="sdk" target="run"/>
</target>
<target name="zip" description="Builds the complete SDK and packs it as a ZIP file" depends="build">
<propertyfile file="sdk/nbproject/project.properties"/>
<target name="zip" description="Builds the complete SDK and packs it as a ZIP file">
<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"/>
</target>

Loading…
Cancel
Save