Browse Source

Netbeans Installer: Fixed Regression from f363bd9 "seperator" -> "separator"

MeFisto94 7 years ago
parent
commit
ce1cabb0c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nbi/stub/build.xml

+ 1 - 1
nbi/stub/build.xml

@@ -154,7 +154,7 @@ jarsigner.enabled=${jarsigner.enabled}
 
 
         </ant>
         </ant>
         <!--normen-->
         <!--normen-->
-        <for-each property="platform" list="${target.platforms}" seperator=" ">
+        <for-each property="platform" list="${target.platforms}" separator=" ">
             <if property="platform" value="macosx"> 
             <if property="platform" value="macosx"> 
                 <echo message="BUILDING MAC JDK PRODUCT =================================="/>
                 <echo message="BUILDING MAC JDK PRODUCT =================================="/>
                 <ant dir="${nbi.ext.dir}/infra/build/products/jdk" target="release-all">
                 <ant dir="${nbi.ext.dir}/infra/build/products/jdk" target="release-all">