Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-01-08 16:50:21 +0000
committerThomas Watson2010-01-08 16:50:21 +0000
commitb6e8bc425f0e53477d586ae0845708dd672585fc (patch)
tree60e793309f84685db30e6ea967699e0cb917942c /bundles/org.eclipse.osgi/JavaSE-1.7.profile
parentd32c60d81e24864f95559a0b4a74306586cc1d37 (diff)
downloadrt.equinox.framework-b6e8bc425f0e53477d586ae0845708dd672585fc.tar.gz
rt.equinox.framework-b6e8bc425f0e53477d586ae0845708dd672585fc.tar.xz
rt.equinox.framework-b6e8bc425f0e53477d586ae0845708dd672585fc.zip
Bug 289073 Need to finalize system packages list for JavaSE-1.7 execution environment.
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, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.7.profile b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
index 4edca17ea..e48b91641 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.7.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
@@ -31,9 +31,11 @@ org.osgi.framework.system.packages = \
javax.lang.model.type,\
javax.lang.model.util,\
javax.management,\
+ javax.management.event,\
javax.management.loading,\
javax.management.modelmbean,\
javax.management.monitor,\
+ javax.management.namespace,\
javax.management.openmbean,\
javax.management.relation,\
javax.management.remote,\
@@ -79,6 +81,7 @@ org.osgi.framework.system.packages = \
javax.swing.plaf.basic,\
javax.swing.plaf.metal,\
javax.swing.plaf.multi,\
+ javax.swing.plaf.nimbus,\
javax.swing.plaf.synth,\
javax.swing.table,\
javax.swing.text,\

Back to the top