Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF15
1 files changed, 12 insertions, 3 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF
index 62a6efd17..741d896dc 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF
@@ -5,11 +5,20 @@ Bundle-SymbolicName: org.eclipse.tcf.te.ui.notifications;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.ui.notifications.activator.UIPlugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
+ org.eclipse.tcf.te.runtime;bundle-version="1.2.0",
+ org.eclipse.tcf.te.runtime.notifications;bundle-version="1.2.0",
+ org.eclipse.tcf.te.runtime.services;bundle-version="1.2.0",
org.eclipse.ui;bundle-version="3.8.0",
- org.eclipse.tcf.te.runtime;bundle-version="1.2.0"
+ org.eclipse.ui.forms;bundle-version="3.5.200"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Export-Package: org.eclipse.tcf.te.ui.notifications.activator;x-internal:=true,
- org.eclipse.tcf.te.ui.notifications.nls;x-internal:=true
+Export-Package: org.eclipse.tcf.te.ui.notifications,
+ org.eclipse.tcf.te.ui.notifications.activator;x-internal:=true,
+ org.eclipse.tcf.te.ui.notifications.interfaces,
+ org.eclipse.tcf.te.ui.notifications.internal;x-internal:=true,
+ org.eclipse.tcf.te.ui.notifications.nls;x-internal:=true,
+ org.eclipse.tcf.te.ui.notifications.popup,
+ org.eclipse.tcf.te.ui.notifications.popup.sink,
+ org.eclipse.tcf.te.ui.notifications.preferences

Back to the top