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:
nor..67 2011-12-04 05:31:33 +00:00
parent 2d30689043
commit 3e868d46de
2 changed files with 1 additions and 7 deletions

View File

@ -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>

View File

@ -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>