Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-10-09 07:33:38 +0000
committerUwe Stieber2013-10-09 07:33:38 +0000
commit1b23929809aa60bcd0fb59accffaa33356e85649 (patch)
tree68de5d23486d68087de4585077b19abfc07346b5 /target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF
parentdacdbd7ab4a4eacce29dbf19cd4889c761b019f3 (diff)
downloadorg.eclipse.tcf-1b23929809aa60bcd0fb59accffaa33356e85649.tar.gz
org.eclipse.tcf-1b23929809aa60bcd0fb59accffaa33356e85649.tar.xz
org.eclipse.tcf-1b23929809aa60bcd0fb59accffaa33356e85649.zip
Target Explorer: Add placeholder plugins for popup notification service, handlers and UI
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 000000000..62a6efd17
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+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.ui;bundle-version="3.8.0",
+ org.eclipse.tcf.te.runtime;bundle-version="1.2.0"
+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

Back to the top