Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-06-20 14:46:51 +0000
committerThomas Watson2013-06-20 14:46:51 +0000
commit8e89450f5d75146d1fe65dc8f24cf7b66dab68ff (patch)
tree9d40f7ffeba3fc5675a49791640994eb291b00db /bundles/org.eclipse.osgi/profile.list
parent869fb7d7e63206e392e989fb33669bd9a1bced24 (diff)
downloadrt.equinox.framework-8e89450f5d75146d1fe65dc8f24cf7b66dab68ff.tar.gz
rt.equinox.framework-8e89450f5d75146d1fe65dc8f24cf7b66dab68ff.tar.xz
rt.equinox.framework-8e89450f5d75146d1fe65dc8f24cf7b66dab68ff.zip
Bug 387699 - Create a Java8 SE profile
Diffstat (limited to 'bundles/org.eclipse.osgi/profile.list')
-rw-r--r--bundles/org.eclipse.osgi/profile.list3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/profile.list b/bundles/org.eclipse.osgi/profile.list
index 30dab6dd7..9f71a8d37 100644
--- a/bundles/org.eclipse.osgi/profile.list
+++ b/bundles/org.eclipse.osgi/profile.list
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2008 IBM Corporation and others.
+# Copyright (c) 2003, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -9,6 +9,7 @@
# IBM Corporation - initial API and implementation
###############################################################################
java.profiles = \
+ JavaSE-1.8.profile,\
JavaSE-1.7.profile,\
JavaSE-1.6.profile,\
J2SE-1.5.profile,\

Back to the top