|
|
@ -39,7 +39,13 @@ |
|
|
|
<target name="hudson-nightly" depends="update-platform"> |
|
|
|
<target name="hudson-nightly" depends="update-platform"> |
|
|
|
<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-updatecenter"/> |
|
|
|
<ant dir="sdk" target="hudson-nightly"/> |
|
|
|
|
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<target name="hudson-stable" depends="update-platform"> |
|
|
|
|
|
|
|
<ant dir="engine" target="deploy-hudson"/> |
|
|
|
|
|
|
|
<ant dir="engine" target="hudson-update-sdk"/> |
|
|
|
|
|
|
|
<ant dir="sdk" target="hudson-nightly"/> |
|
|
|
</target> |
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
<target name="-check-platform" depends="-check-platform-present" unless="platform.present"> |
|
|
|
<target name="-check-platform" depends="-check-platform-present" unless="platform.present"> |
|
|
|