瀏覽代碼

reverted change to build-impl.xml

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9236 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
bre..ns 13 年之前
父節點
當前提交
24517bfeea
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      nbproject/build-impl.xml

+ 2 - 3
nbproject/build-impl.xml

@@ -38,11 +38,10 @@
             </not>
         </condition>
     </fail>
-    <ant antfile="nbproject/platform.xml"/>
-    <fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly. ${line.separator}You may instead download the harness and platform: -Dbootstrap.url=.../tasks.jar -Dautoupdate.catalog.url=.../updates.xml">
+    <fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly.">
         <condition>
             <not>
-                <available file="${harness.dir}/suite.xml"/>
+                <available type="dir" file="${harness.dir}"/>
             </not>
         </condition>
     </fail>