- re-enable copying of javadoc with nightly build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8589 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-11-07 00:43:22 +00:00
parent d2e2935d90
commit 74c636a464
2 changed files with 7 additions and 0 deletions

View File

@ -88,6 +88,7 @@
<ant dir="engine" target="dist"/> <ant dir="engine" target="dist"/>
<ant dir="engine" target="build-bullet-natives"/> <ant dir="engine" target="build-bullet-natives"/>
<ant dir="engine" target="update-sdk"/> <ant dir="engine" target="update-sdk"/>
<ant dir="engine" target="copy-javadoc"/>
<ant dir="sdk" target="hudson-nightly"/> <ant dir="sdk" target="hudson-nightly"/>
</target> </target>

View File

@ -349,4 +349,10 @@
/> />
</target> </target>
<target name="copy-javadoc">
<copydir
src="dist/javadoc/" dest="/var/www/org/javadoc/" forceoverwrite="true"
/>
</target>
</project> </project>