build script:
- fix build error on server git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8854 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
2d30689043
commit
3e868d46de
@ -75,7 +75,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<target name="hudson-nightly" depends="-hudson-revert-changes, -check-platform, -update-sdk-platform-config, -hudson-build-engine">
|
<target name="hudson-nightly" depends="-hudson-revert-changes, -check-platform, -update-sdk-platform-config, -hudson-build-engine">
|
||||||
<ant dir="engine" target="copy-javadoc"/>
|
<!--ant dir="engine" target="copy-javadoc"/-->
|
||||||
<ant dir="engine" target="create-zip-distribution"/>
|
<ant dir="engine" target="create-zip-distribution"/>
|
||||||
<ant dir="sdk" target="hudson-nightly"/>
|
<ant dir="sdk" target="hudson-nightly"/>
|
||||||
</target>
|
</target>
|
||||||
|
@ -404,10 +404,4 @@
|
|||||||
</antcall>
|
</antcall>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="copy-javadoc">
|
|
||||||
<copydir
|
|
||||||
src="${dist.dir}/javadoc/" dest="/var/www/org/javadoc/" forceoverwrite="true"
|
|
||||||
/>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user