Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-02-01 15:28:50 +0000
committerThomas Watson2017-02-01 15:28:50 +0000
commitcbc0684cf4ea7a1ad837cb7ebb81f3b0605de3b5 (patch)
treea0ec6ed6db3c4071a91b76266258828b793ed379
parent23f9b744c1083eb4fcba8e45da70fa10d2670dd3 (diff)
downloadrt.equinox.bundles-cbc0684cf4ea7a1ad837cb7ebb81f3b0605de3b5.tar.gz
rt.equinox.bundles-cbc0684cf4ea7a1ad837cb7ebb81f3b0605de3b5.tar.xz
rt.equinox.bundles-cbc0684cf4ea7a1ad837cb7ebb81f3b0605de3b5.zip
Need to import promise package. Change-Id: I578b98bad1a47fde72127a059bd93686cbfda1e5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
index 8817efda4..6fe13b590 100644
--- a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
@@ -18,6 +18,7 @@ Import-Package:
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.promise;version="1.0.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

Back to the top