Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-02-06 20:55:48 +0000
committerThomas Watson2012-02-06 20:55:48 +0000
commit86ebd7592f8ec2cd63934c99f50e15dace1f90c6 (patch)
tree71e2e05e2cf123720b6a00a31e5b76052d76524d /bundles/org.eclipse.osgi/JavaSE-1.7.profile
parent3c44a9bf479eca906fbba996777583acf40d6721 (diff)
downloadrt.equinox.framework-86ebd7592f8ec2cd63934c99f50e15dace1f90c6.tar.gz
rt.equinox.framework-86ebd7592f8ec2cd63934c99f50e15dace1f90c6.tar.xz
rt.equinox.framework-86ebd7592f8ec2cd63934c99f50e15dace1f90c6.zip
Bug 370565 - org.apache.commons.lang wouldn't resolve on 3.8v20120206-2055
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE-1.7.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.7.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.7.profile b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
index 56b27cdab..45b0dc775 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.7.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2011 IBM Corporation and others.
+# Copyright (c) 2009, 2012 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
@@ -192,6 +192,7 @@ org.osgi.framework.executionenvironment = \
JavaSE-1.7
org.osgi.framework.system.capabilities = \
osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",\
+ osgi.ee; osgi.ee="JRE"; version:List<Version>="1.0, 1.1",\
osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
osgi.java.profile.name = JavaSE-1.7
org.eclipse.jdt.core.compiler.compliance=1.7

Back to the top