Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-02-19 14:19:52 +0000
committerThomas Watson2018-02-19 14:43:48 +0000
commit7235e16f69bd5d6a0ba144c4e6d9cc27ea13ab37 (patch)
tree9460d503f9f713980efa1b426e6bbddb51017041 /bundles/org.eclipse.equinox.event
parentd183dd36ee677fe75b8eb4de48a17aee20d6fe81 (diff)
downloadrt.equinox.bundles-7235e16f69bd5d6a0ba144c4e6d9cc27ea13ab37.tar.gz
rt.equinox.bundles-7235e16f69bd5d6a0ba144c4e6d9cc27ea13ab37.tar.xz
rt.equinox.bundles-7235e16f69bd5d6a0ba144c4e6d9cc27ea13ab37.zip
Bug 531344 - [osgi R7] Update APIs for R7I20180219-2000
Update the range for event version Provide the osgi.implementation capability for event Update capability versions for metatype Update APIs in log.stream Change-Id: I13c99ff9e52e69f0f720e1de7231340bc47aacee Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.event')
-rw-r--r--bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF8
1 files changed, 6 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF
index bec08df2d..3adc53e50 100644
--- a/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Activator: org.eclipse.equinox.internal.event.Activator
Import-Package: org.eclipse.osgi.framework.eventmgr;version="1.1.0",
org.eclipse.osgi.util;version="1.1.0",
org.osgi.framework;version="1.6.0",
- org.osgi.service.event;version="[1.3,1.4)",
+ org.osgi.service.event;version="[1.3,1.5)",
org.osgi.service.log;version="1.3.0",
org.osgi.util.tracker;version="1.5.0"
Export-Package: org.eclipse.equinox.internal.event;x-internal:=true,
@@ -19,5 +19,9 @@ Bundle-ActivationPolicy: lazy
Provide-Capability:
osgi.service;
objectClass:List<String>="org.osgi.service.event.EventAdmin";
- uses:="org.osgi.service.event"
+ uses:="org.osgi.service.event",
+ osgi.implementation;
+ osgi.implementation="osgi.event";
+ uses:="org.osgi.service.event";
+ version:Version="1.4"
Automatic-Module-Name: org.eclipse.equinox.event

Back to the top