Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-04-07 15:52:36 +0000
committerThomas Watson2014-04-11 21:45:43 +0000
commit741a4e64ee467423e97ff031656d683c18740e0f (patch)
treeb7b10414ca47fdf919fad3415112169e80e321ba /bundles/org.eclipse.osgi/build.properties
parent7950a2c2571dd2b64608b3473bff4ab421d65cb0 (diff)
downloadrt.equinox.framework-741a4e64ee467423e97ff031656d683c18740e0f.tar.gz
rt.equinox.framework-741a4e64ee467423e97ff031656d683c18740e0f.tar.xz
rt.equinox.framework-741a4e64ee467423e97ff031656d683c18740e0f.zip
Bug 432027 - Running on Java 8 compact1 profile
- Add new compact profiles for Java 8 embedded Change-Id: I3c851a7d30b71d3d36d6c9c04112bf6a506aa64f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/build.properties')
-rw-r--r--bundles/org.eclipse.osgi/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index d7eb3d8e9..aa117dc90 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -32,3 +32,4 @@ output.. = bin/
javacWarnings..=-deadCode,-raw,-unchecked
jars.extra.classpath = osgi/osgi.annotation.jar
+jre.compilation.profile = JavaSE-1.6

Back to the top