- add init dependency to hudson target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
000c30b6b7
commit
4fb8579206
@ -80,7 +80,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- convenience target to transfer jme3 libraries to the jme3-jmp folder on the Hudson build server (jMonkeyPlatform) -->
|
<!-- convenience target to transfer jme3 libraries to the jme3-jmp folder on the Hudson build server (jMonkeyPlatform) -->
|
||||||
<target name="hudson-update-sdk">
|
<target name="hudson-update-sdk" depends="init">
|
||||||
<!--update jme3 svn revision info properly-->
|
<!--update jme3 svn revision info properly-->
|
||||||
<exec executable="svn" dir=".">
|
<exec executable="svn" dir=".">
|
||||||
<arg value="update" />
|
<arg value="update" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user