- update main build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9800 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent b9717e2faf
commit e755d17819
  1. 6
      build.xml

@ -51,11 +51,15 @@
</target> </target>
<target name="-check-platform-present"> <target name="-check-platform-present">
<available file="netbeans" property="platform.present"/> <available file="sdk/nbproject/private/platform-private.properties" property="platform.present"/>
</target> </target>
<target name="-remove-platform"> <target name="-remove-platform">
<delete dir="netbeans" failonerror="false"/> <delete dir="netbeans" failonerror="false"/>
<delete file="sdk/nbproject/private/platform-private.properties" failonerror="false"/>
</target>
<target name="create-platform-config" depends="-update-sdk-platform-config">
</target> </target>
<target name="-update-sdk-platform-config"> <target name="-update-sdk-platform-config">

Loading…
Cancel
Save