Pārlūkot izejas kodu

- change hudson build target names so they dont appear in the NB project

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7101 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 gadi atpakaļ
vecāks
revīzija
13cb55d28a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      build.xml

+ 2 - 2
build.xml

@@ -36,13 +36,13 @@
 
     <target name="update-platform" description="Updates the base platform to the latest available build" depends="-remove-platform,-check-platform"/>
 
-    <target name="hudson-nightly" depends="update-platform">
+    <target name="-hudson-nightly" depends="update-platform">
         <ant dir="engine" target="deploy-hudson"/>
         <ant dir="engine" target="hudson-update-sdk"/>
         <ant dir="sdk" target="hudson-nightly"/>
     </target>
 
-    <target name="hudson-stable" depends="update-platform">
+    <target name="-hudson-stable" depends="update-platform">
         <ant dir="engine" target="dist"/>
         <ant dir="engine" target="hudson-update-sdk"/>
         <ant dir="sdk" target="hudson-nightly"/>