Skip to content

Commit ce1cabb

Browse files
committed
Netbeans Installer: Fixed Regression from f363bd9 "seperator" -> "separator"
1 parent f363bd9 commit ce1cabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nbi/stub/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jarsigner.enabled=${jarsigner.enabled}
154154

155155
</ant>
156156
<!--normen-->
157-
<for-each property="platform" list="${target.platforms}" seperator=" ">
157+
<for-each property="platform" list="${target.platforms}" separator=" ">
158158
<if property="platform" value="macosx">
159159
<echo message="BUILDING MAC JDK PRODUCT =================================="/>
160160
<ant dir="${nbi.ext.dir}/infra/build/products/jdk" target="release-all">

0 commit comments

Comments
 (0)