- hide hudson update target in build.xml
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7269 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
9088d6230d
commit
3e34002525
@ -37,19 +37,19 @@
|
|||||||
|
|
||||||
<target name="update-platform" description="Updates the base platform to the latest available build" depends="-remove-platform,-check-platform"/>
|
<target name="update-platform" description="Updates the base platform to the latest available build" depends="-remove-platform,-check-platform"/>
|
||||||
|
|
||||||
<target name="hudson-nightly" depends="update-platform-hudson">
|
<target name="hudson-nightly" depends="-update-platform-hudson">
|
||||||
<ant dir="engine" target="deploy-hudson"/>
|
<ant dir="engine" target="deploy-hudson"/>
|
||||||
<ant dir="engine" target="hudson-update-sdk"/>
|
<ant dir="engine" target="hudson-update-sdk"/>
|
||||||
<ant dir="sdk" target="hudson-nightly"/>
|
<ant dir="sdk" target="hudson-nightly"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="hudson-stable" depends="update-platform-hudson">
|
<target name="hudson-stable" depends="-update-platform-hudson">
|
||||||
<ant dir="engine" target="dist"/>
|
<ant dir="engine" target="dist"/>
|
||||||
<ant dir="engine" target="hudson-update-sdk"/>
|
<ant dir="engine" target="hudson-update-sdk"/>
|
||||||
<ant dir="sdk" target="hudson-nightly"/>
|
<ant dir="sdk" target="hudson-nightly"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="update-platform-hudson" description="Updates the base platform to the latest available build" depends="-remove-platform">
|
<target name="-update-platform-hudson" description="Updates the base platform to the latest available build" depends="-remove-platform">
|
||||||
<copy file="/var/www/com/platform/base/alpha/platform-base.zip" todir="./"/>
|
<copy file="/var/www/com/platform/base/alpha/platform-base.zip" todir="./"/>
|
||||||
<unzip src="platform-base.zip" dest="./"/>
|
<unzip src="platform-base.zip" dest="./"/>
|
||||||
<antcall target="-update-sdk-platform-config"/>
|
<antcall target="-update-sdk-platform-config"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user