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/J2SE-1.3.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/J2SE-1.3.profile')
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.3.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/J2SE-1.3.profile b/bundles/org.eclipse.osgi/J2SE-1.3.profile
index 53b95e8c6..438da5013 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.3.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.3.profile
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2010 IBM Corporation and others.
+# Copyright (c) 2003, 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
@@ -62,6 +62,7 @@ org.osgi.framework.executionenvironment = \
J2SE-1.3
org.osgi.framework.system.capabilities = \
osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1",\
+ 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"
osgi.java.profile.name = J2SE-1.3
org.eclipse.jdt.core.compiler.compliance=1.3

Back to the top