break build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6980 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
dd68f0cc34
commit
000c30b6b7
10
build.xml
10
build.xml
@ -36,7 +36,7 @@
|
||||
|
||||
<target name="update-platform" description="Updates the base platform to the latest available build" depends="-remove-platform,-check-platform"/>
|
||||
|
||||
<target name="hudson-nightly" depends="clean, update-platform">
|
||||
<target name="hudson-nightly" depends="update-platform">
|
||||
<ant dir="engine" target="deploy-hudson"/>
|
||||
<ant dir="engine" target="hudson-update-sdk"/>
|
||||
<ant dir="sdk" target="hudson-updatecenter"/>
|
||||
@ -50,14 +50,14 @@
|
||||
<delete file="platform-base.zip"/>
|
||||
</target>
|
||||
|
||||
<target name="-remove-platform">
|
||||
<delete dir="netbeans" failonerror="false"/>
|
||||
</target>
|
||||
|
||||
<target name="-check-platform-present">
|
||||
<available file="netbeans" property="platform.present"/>
|
||||
</target>
|
||||
|
||||
<target name="-remove-platform">
|
||||
<delete dir="netbeans" failonerror="false"/>
|
||||
</target>
|
||||
|
||||
<target name="-update-sdk-platform-config">
|
||||
<property name="nbplatform.dir" location="netbeans"/>
|
||||
<echo file="sdk/nbproject/private/platform-private.properties"
|
||||
|
Loading…
x
Reference in New Issue
Block a user