Browse Source

- remove downloading of help sets from build (images download is broken and it takes too long)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7364 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
39d6650355
1 changed files with 3 additions and 2 deletions
  1. 3 2
      build.xml

+ 3 - 2
build.xml

@@ -48,7 +48,7 @@
     </target>
 
     <!--creates update center version via hudson build server-->
-    <target name="hudson-nightly" depends="suite.clean, -revert-svn-changes, -update-help-sets, zip-templates, set-impl-version, suite.nbms, unset-impl-version">
+    <target name="hudson-nightly" depends="suite.clean, -revert-svn-changes, zip-templates, set-impl-version, suite.nbms, unset-impl-version">
     </target>
 
     <!--creates update center version via hudson build server-->
@@ -227,7 +227,8 @@ jMonkeyEngine 3 was rebuilt from the ground up to be a modern 3D game engine,
 compatible with OpenGL 2.0 and above.
 Its architecture is shader-based, making it fully capable of current and
 next generation graphics standards. The jMonkeyPlatform gives you a complete IDE
-for coding and for managing and creating game assets.</description>
+for coding and for managing and creating game assets.
+            </description>
         </deb>
     </target>