@@ -75,7 +75,7 @@
-->
<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="sdk" target="hudson-nightly"/>
</target>
@@ -404,10 +404,4 @@
</antcall>
- <target name="copy-javadoc">
- <copydir
- src="${dist.dir}/javadoc/" dest="/var/www/org/javadoc/" forceoverwrite="true"
- />
- </target>
-
</project>