Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-04-11 13:33:56 +0000
committerThomas Watson2011-04-11 13:33:56 +0000
commitbf5c51d56280fd72f425dff66d339d8f7f94772a (patch)
tree8c161bc32737c6fc15524aa62d20ad2375c7fccf /bundles/org.eclipse.osgi.services
parentc9496e5594fca11ebef473834644384b9b0e36b8 (diff)
downloadrt.equinox.framework-bf5c51d56280fd72f425dff66d339d8f7f94772a.tar.gz
rt.equinox.framework-bf5c51d56280fd72f425dff66d339d8f7f94772a.tar.xz
rt.equinox.framework-bf5c51d56280fd72f425dff66d339d8f7f94772a.zip
Bug 304706 - org.eclipse.osgi.services requires javax.microedition.io without declaring itv20110411
Diffstat (limited to 'bundles/org.eclipse.osgi.services')
-rw-r--r--bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
index a1d4aa6e2..935da0c97 100644
--- a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
@@ -36,7 +36,8 @@ Import-Package: org.osgi.framework; version=1.2,
javax.servlet; resolution:="optional",
javax.servlet.http; resolution:="optional"
DynamicImport-Package: javax.servlet,
- javax.servlet.http
+ javax.servlet.http,
+ javax.microedition.io
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,
CDC-1.1/Foundation-1.1,
J2SE-1.4

Back to the top