Przeglądaj źródła

build script:
- fix build error on server

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8854 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 lat temu
rodzic
commit
3e868d46de
2 zmienionych plików z 1 dodań i 7 usunięć
  1. 1 1
      build.xml
  2. 0 6
      engine/build.xml

+ 1 - 1
build.xml

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

+ 0 - 6
engine/build.xml

@@ -404,10 +404,4 @@
         </antcall>
     </target>
     
-    <target name="copy-javadoc">
-        <copydir
-            src="${dist.dir}/javadoc/" dest="/var/www/org/javadoc/" forceoverwrite="true"
-            />
-    </target>
-    
 </project>