diff --git a/releng.wtpbuilder/scripts/build/runbuild.xml b/releng.wtpbuilder/scripts/build/runbuild.xml
index ad4b35859c59ec8998b9ea7703a87015fddc38d6..21ebabe03132674648118cf357009c7a6db310aa 100644
--- a/releng.wtpbuilder/scripts/build/runbuild.xml
+++ b/releng.wtpbuilder/scripts/build/runbuild.xml
@@ -26,7 +26,7 @@
     	here on errors. In some cases, such as JUnit test compiles, or 
     	even leaf components, the caller may want to set to false, so that 
     	some part of the build is still made available -->
-    <property name="failEclipseBuildOnError" value="true" />
+    <property name="eclipseBuildFailOnError" value="true" />
 
 
     <target name="runbuild">
@@ -165,7 +165,7 @@
               classpath="${pde.builder.path}/startup.jar"
               fork="true"
               classname="org.eclipse.core.launcher.Main"
-              failonerror="${failEclipseBuildOnError}">
+              failonerror="${eclipseBuildFailOnError}">
             <jvmarg value="-Dosgi.ws=${env.BASEWS}" />
             <jvmarg value="-Dosgi.os=${env.BASEOS}" />
             <jvmarg value="-Dosgi.arch=${env.BASEARCH}" />
@@ -195,7 +195,7 @@
               classpath="${pde.builder.path}/startup.jar"
               fork="true"
               classname="org.eclipse.core.launcher.Main"
-              failonerror="${failEclipseBuildOnError}">
+              failonerror="${eclipseBuildFailOnError}">
             <jvmarg value="-Dosgi.ws=${env.BASEWS}" />
             <jvmarg value="-Dosgi.os=${env.BASEOS}" />
             <jvmarg value="-Dosgi.arch=${env.BASEARCH}" />