Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2005-03-10 23:05:26 +0000
committerThomas Watson2005-03-10 23:05:26 +0000
commit79d784823a003d59071afc89bd5bbacf67b66af8 (patch)
tree8b0eb3eaab013f69e06e99309066245579c7aba9 /bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
parent1f47e02a18b3f46e486a9f410175db02131db254 (diff)
downloadrt.equinox.framework-79d784823a003d59071afc89bd5bbacf67b66af8.tar.gz
rt.equinox.framework-79d784823a003d59071afc89bd5bbacf67b66af8.tar.xz
rt.equinox.framework-79d784823a003d59071afc89bd5bbacf67b66af8.zip
Add support to export java specification profile packages from the system bundle.
Diffstat (limited to 'bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile')
-rw-r--r--bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile b/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
new file mode 100644
index 000000000..c77a5027f
--- /dev/null
+++ b/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 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 = \
+ javax.microedition.io

Back to the top