- 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:
parent
d2e2935d90
commit
74c636a464
@ -88,6 +88,7 @@
|
||||
<ant dir="engine" target="dist"/>
|
||||
<ant dir="engine" target="build-bullet-natives"/>
|
||||
<ant dir="engine" target="update-sdk"/>
|
||||
<ant dir="engine" target="copy-javadoc"/>
|
||||
<ant dir="sdk" target="hudson-nightly"/>
|
||||
</target>
|
||||
|
||||
|
@ -349,4 +349,10 @@
|
||||
/>
|
||||
</target>
|
||||
|
||||
<target name="copy-javadoc">
|
||||
<copydir
|
||||
src="dist/javadoc/" dest="/var/www/org/javadoc/" forceoverwrite="true"
|
||||
/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user