diff --git a/releng/org.eclipse.cdt.releng/c99/build.properties b/releng/org.eclipse.cdt.releng/c99/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/c99/build.properties +++ b/releng/org.eclipse.cdt.releng/c99/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/codan/build.properties b/releng/org.eclipse.cdt.releng/codan/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/codan/build.properties +++ b/releng/org.eclipse.cdt.releng/codan/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/crossgcc/build.properties b/releng/org.eclipse.cdt.releng/crossgcc/build.properties index fc9b0984b74..6409ac04311 100644 --- a/releng/org.eclipse.cdt.releng/crossgcc/build.properties +++ b/releng/org.eclipse.cdt.releng/crossgcc/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/dsfgdb/build.properties b/releng/org.eclipse.cdt.releng/dsfgdb/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/dsfgdb/build.properties +++ b/releng/org.eclipse.cdt.releng/dsfgdb/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/gdbjtag/build.properties b/releng/org.eclipse.cdt.releng/gdbjtag/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/gdbjtag/build.properties +++ b/releng/org.eclipse.cdt.releng/gdbjtag/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/launch.remote/build.properties b/releng/org.eclipse.cdt.releng/launch.remote/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/launch.remote/build.properties +++ b/releng/org.eclipse.cdt.releng/launch.remote/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties b/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties index fc9b0984b74..6409ac04311 100644 --- a/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/lrparser.sdk/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/lrparser/build.properties b/releng/org.eclipse.cdt.releng/lrparser/build.properties index 879dabfe13b..953833c8624 100644 --- a/releng/org.eclipse.cdt.releng/lrparser/build.properties +++ b/releng/org.eclipse.cdt.releng/lrparser/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/master/build.properties b/releng/org.eclipse.cdt.releng/master/build.properties index f8ec506d1df..e5e2246582c 100644 --- a/releng/org.eclipse.cdt.releng/master/build.properties +++ b/releng/org.eclipse.cdt.releng/master/build.properties @@ -100,7 +100,7 @@ zipargs= javacDebugInfo=on javacVerbose=true -javacFailOnError=false +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/memory/build.properties b/releng/org.eclipse.cdt.releng/memory/build.properties index fc9b0984b74..6409ac04311 100644 --- a/releng/org.eclipse.cdt.releng/memory/build.properties +++ b/releng/org.eclipse.cdt.releng/memory/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/mylyn/build.properties b/releng/org.eclipse.cdt.releng/mylyn/build.properties index 6d93b4839e2..8f20ea14ac9 100644 --- a/releng/org.eclipse.cdt.releng/mylyn/build.properties +++ b/releng/org.eclipse.cdt.releng/mylyn/build.properties @@ -85,7 +85,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/p2/build.properties b/releng/org.eclipse.cdt.releng/p2/build.properties index fc9b0984b74..6409ac04311 100644 --- a/releng/org.eclipse.cdt.releng/p2/build.properties +++ b/releng/org.eclipse.cdt.releng/p2/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/sdk/build.properties b/releng/org.eclipse.cdt.releng/sdk/build.properties index 7d5c97d1c8f..ca30cae8169 100644 --- a/releng/org.eclipse.cdt.releng/sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/sdk/build.properties @@ -103,7 +103,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/testing/build.properties b/releng/org.eclipse.cdt.releng/testing/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/testing/build.properties +++ b/releng/org.eclipse.cdt.releng/testing/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/upc.sdk/build.properties b/releng/org.eclipse.cdt.releng/upc.sdk/build.properties index fc9b0984b74..6409ac04311 100644 --- a/releng/org.eclipse.cdt.releng/upc.sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/upc.sdk/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/upc/build.properties b/releng/org.eclipse.cdt.releng/upc/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/upc/build.properties +++ b/releng/org.eclipse.cdt.releng/upc/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/util/build.properties b/releng/org.eclipse.cdt.releng/util/build.properties index 6d93b4839e2..8f20ea14ac9 100644 --- a/releng/org.eclipse.cdt.releng/util/build.properties +++ b/releng/org.eclipse.cdt.releng/util/build.properties @@ -85,7 +85,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/windows/build.properties b/releng/org.eclipse.cdt.releng/windows/build.properties index 78a1e875323..e728558d3d6 100644 --- a/releng/org.eclipse.cdt.releng/windows/build.properties +++ b/releng/org.eclipse.cdt.releng/windows/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties b/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties index 6d93b4839e2..8f20ea14ac9 100644 --- a/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/xlc.sdk/build.properties @@ -85,7 +85,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5 diff --git a/releng/org.eclipse.cdt.releng/xlc/build.properties b/releng/org.eclipse.cdt.releng/xlc/build.properties index dacffaafd2f..c2f614d15eb 100644 --- a/releng/org.eclipse.cdt.releng/xlc/build.properties +++ b/releng/org.eclipse.cdt.releng/xlc/build.properties @@ -86,7 +86,7 @@ zipargs= javacDebugInfo=on # Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacFailOnError=true # The version of the source code javacSource=1.5