Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/build.properties')
-rw-r--r--bundles/org.eclipse.osgi/supplement/build.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/build.properties b/bundles/org.eclipse.osgi/supplement/build.properties
index ae348115a..14515ec04 100644
--- a/bundles/org.eclipse.osgi/supplement/build.properties
+++ b/bundles/org.eclipse.osgi/supplement/build.properties
@@ -16,5 +16,10 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html
src.includes = about.html
-jre.compilation.profile = J2SE-1.4
+jre.compilation.profile = J2SE-1.5
+
+javacSource=1.5
+javacTarget=jsr14
+
+javacWarnings..=-deadCode,-raw,-unchecked

Back to the top