Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/build.properties')
-rw-r--r--core/org.eclipse.cdt.ui/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/build.properties b/core/org.eclipse.cdt.ui/build.properties
index 9ee3ef65415..5330a7b67f9 100644
--- a/core/org.eclipse.cdt.ui/build.properties
+++ b/core/org.eclipse.cdt.ui/build.properties
@@ -10,7 +10,6 @@
###############################################################################
bin.includes = about.html,\
plugin.xml,\
- about.html,\
icons/,\
plugin.properties,\
templates/,\
@@ -26,3 +25,7 @@ javadoc.packages = org.eclipse.cdt.ui.*,\
source.. = src/,\
browser/,\
utils.ui/
+
+jre.compilation.profile=J2SE-1.4
+javacSource=1.4
+javacTarget=1.4

Back to the top