Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-10-31 19:44:02 +0000
committerThomas Watson2008-10-31 19:44:02 +0000
commit0023806a12563ff93922276737416c9f75b40be6 (patch)
treef333589fffce1bd499a7baa9377ac1de4f4c2dc0 /bundles/org.eclipse.osgi/JavaSE-1.6.profile
parent397294b8298c2936db30170563926f0c9690c220 (diff)
downloadrt.equinox.framework-0023806a12563ff93922276737416c9f75b40be6.tar.gz
rt.equinox.framework-0023806a12563ff93922276737416c9f75b40be6.tar.xz
rt.equinox.framework-0023806a12563ff93922276737416c9f75b40be6.zip
Bug 253013 Use the new OSGi ee min 1.2
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE-1.6.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.6.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.6.profile b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
index 1d52e0e4d..bf2e659a9 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.6.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2005 IBM Corporation and others.
+# Copyright (c) 2003, 2008 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
@@ -176,6 +176,7 @@ org.osgi.framework.bootdelegation = \
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
+ OSGi/Minimum-1.2,\
JRE-1.1,\
J2SE-1.2,\
J2SE-1.3,\

Back to the top