Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-03-17 01:17:04 +0000
committerMarkus Keller2015-07-13 16:05:20 +0000
commite44d6cf0cde7fe2f2a4c30c23ed863ecc2a249e9 (patch)
tree53d3bbf4d93f48d87cfee9bae9c98d83678adb99 /org.eclipse.jdt.astview/build.properties
parente2dcf5de11c60f5c9fcb85d18db9ef48445e8169 (diff)
downloadeclipse.jdt.ui-e44d6cf0cde7fe2f2a4c30c23ed863ecc2a249e9.tar.gz
eclipse.jdt.ui-e44d6cf0cde7fe2f2a4c30c23ed863ecc2a249e9.tar.xz
eclipse.jdt.ui-e44d6cf0cde7fe2f2a4c30c23ed863ecc2a249e9.zip
Bug 439874: Increase BREE for JDT UI to 1.7
- harmonize other settings - remove unnecessary (non-Javadoc) and {@inheritDoc} comments Change-Id: I544448951c2cb69f16d7f33f64de630e490e0470
Diffstat (limited to 'org.eclipse.jdt.astview/build.properties')
-rw-r--r--org.eclipse.jdt.astview/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.astview/build.properties b/org.eclipse.jdt.astview/build.properties
index 6dbd9b863f..f6e1d3e367 100644
--- a/org.eclipse.jdt.astview/build.properties
+++ b/org.eclipse.jdt.astview/build.properties
@@ -17,5 +17,5 @@ bin.includes = plugin.xml,\
source.. = src/
output.. = bin/
-jre.compilation.profile = J2SE-1.4
+jre.compilation.profile = JavaSE-1.7
javacDefaultEncoding.. = UTF-8

Back to the top