Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.core/build.properties')
-rw-r--r--build/org.eclipse.cdt.make.core/build.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.make.core/build.properties b/build/org.eclipse.cdt.make.core/build.properties
index be4c400f021..1c67896b0db 100644
--- a/build/org.eclipse.cdt.make.core/build.properties
+++ b/build/org.eclipse.cdt.make.core/build.properties
@@ -19,6 +19,6 @@ src.includes = schema/,\
source.. = src/
-jre.compilation.profile=J2SE-1.5
-javacSource=1.5
-javacTarget=1.5
+jre.compilation.profile=JavaSE-1.6
+javacSource=1.6
+javacTarget=1.6

Back to the top