- add default build target to trunk
- fix update-sdk target git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7415 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
f1b66746cb
commit
4902cd06b7
@ -9,6 +9,8 @@
|
||||
</not>
|
||||
</condition>
|
||||
</fail>
|
||||
|
||||
<target name="default" depends="zip"/>
|
||||
|
||||
<target name="build" description="Builds the complete SDK" depends="-check-platform, -update-sdk-platform-config">
|
||||
<ant dir="engine" target="update-sdk"/>
|
||||
|
@ -154,7 +154,7 @@
|
||||
-->
|
||||
|
||||
<!-- convenience target to transfer jme3 libraries to sdk (jMonkeyPlatform) -->
|
||||
<target name="update-sdk" depends="jar">
|
||||
<target name="update-sdk" depends="jar, javadoc">
|
||||
<antcall target="-do-update-sdk" inheritall="true">
|
||||
<param name="jmp_dir" value="../sdk/"/>
|
||||
</antcall>
|
||||
|
Loading…
x
Reference in New Issue
Block a user