Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2005-10-28 00:35:13 +0000
committerThomas Watson2005-10-28 00:35:13 +0000
commit50cdf0faf379cdc15e1efafef018d43b96f8d7ef (patch)
tree7483b818475e0ce31652e20d8887af3c279c3dd6 /bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile
parent78264f38a64413f737e07a6c2df8b8d9f16f6b5e (diff)
downloadrt.equinox.framework-50cdf0faf379cdc15e1efafef018d43b96f8d7ef.tar.gz
rt.equinox.framework-50cdf0faf379cdc15e1efafef018d43b96f8d7ef.tar.xz
rt.equinox.framework-50cdf0faf379cdc15e1efafef018d43b96f8d7ef.zip
add more java profilesv20051030
Diffstat (limited to 'bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile')
-rw-r--r--bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile b/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile
new file mode 100644
index 000000000..9fee78229
--- /dev/null
+++ b/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2003, 2005 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+org.osgi.framework.system.packages =
+org.osgi.framework.bootdelegation = \
+ sun.*,\
+ com.sun.*
+org.osgi.framework.executionenvironment = \
+ OSGi/Minimum-1.0,
+ OSGi/Minimum-1.1
+osgi.java.profile.name = OSGi/Minimum-1.0

Back to the top