Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-01-20 21:29:06 +0000
committerThomas Watson2017-01-20 22:10:43 +0000
commitfd327fcab66d794888abd97647d45b2fd7862745 (patch)
tree70861a1e07acfb420bab20f67a429e13ffc70d01 /bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
parentd1a15a439a6771e579857a5302994ea40492580b (diff)
downloadrt.equinox.bundles-fd327fcab66d794888abd97647d45b2fd7862745.tar.gz
rt.equinox.bundles-fd327fcab66d794888abd97647d45b2fd7862745.tar.xz
rt.equinox.bundles-fd327fcab66d794888abd97647d45b2fd7862745.zip
Bug 510679 - Warnings in platform.doc.isv Javadoc log: missing sourcesI20170123-0830I20170123-0800I20170122-2000I20170121-2000I20170121-0950I20170120-2000
for org.apache.felix.scr Change-Id: I3cd6e36fd7295364b44f7a68e31a64e53ba24458 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF8
1 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
index 7ddb10403..8817efda4 100644
--- a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
@@ -7,12 +7,18 @@ Bundle-Vendor: %bundleVendor
Bundle-Activator: org.eclipse.equinox.internal.ds.Activator
Bundle-Description: This bundle provides support for OSGi
Declarative Services
+Export-Package: org.apache.felix.scr;version="1.6"
Import-Package:
org.eclipse.osgi.service.environment;version="1.3.0",
org.osgi.framework;version="1.8.0",
+ org.osgi.framework.dto;version="1.8.0",
org.osgi.framework.namespace;version="1.1.0",
org.osgi.framework.startlevel;version="1.0.0",
- org.osgi.framework.wiring;version="1.2.0"
+ org.osgi.framework.wiring;version="1.2.0",
+ org.osgi.service.component;version="1.3.0",
+ org.osgi.service.component.runtime;version="1.3.0",
+ org.osgi.service.component.runtime.dto;version="1.3.0",
+ org.osgi.util.tracker;version="1.5.0"
Require-Bundle: org.apache.felix.scr;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin

Back to the top