Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/META-INF/MANIFEST.MF')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/META-INF/MANIFEST.MF18
1 files changed, 0 insertions, 18 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/META-INF/MANIFEST.MF
deleted file mode 100644
index ae2eaa9cb..000000000
--- a/target_explorer/plugins/org.eclipse.tm.te.runtime.statushandler/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,18 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.tm.te.runtime.statushandler;singleton:=true
-Bundle-Version: 1.0.0.qualifier
-Bundle-Activator: org.eclipse.tm.te.runtime.statushandler.activator.CoreBundleActivator
-Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.core.expressions;bundle-version="3.4.300",
- org.eclipse.tm.te.runtime;bundle-version="1.0.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
-Bundle-Localization: plugin
-Export-Package: org.eclipse.tm.te.runtime.statushandler,
- org.eclipse.tm.te.runtime.statushandler.activator;x-internal:=true,
- org.eclipse.tm.te.runtime.statushandler.interfaces,
- org.eclipse.tm.te.runtime.statushandler.internal;x-internal:=true,
- org.eclipse.tm.te.runtime.statushandler.nls

Back to the top