Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.cdt.releng/upc/build.properties')
-rw-r--r--releng/org.eclipse.cdt.releng/upc/build.properties2
1 files changed, 1 insertions, 1 deletions
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

Back to the top