Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.tcf.ui/META-INF/MANIFEST.MF')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.ui/META-INF/MANIFEST.MF41
1 files changed, 0 insertions, 41 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/META-INF/MANIFEST.MF
deleted file mode 100644
index eb58973f8..000000000
--- a/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,41 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.tm.te.tcf.ui;singleton:=true
-Bundle-Version: 1.0.0.qualifier
-Bundle-Activator: org.eclipse.tm.te.tcf.ui.activator.UIPlugin
-Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.ui.forms;bundle-version="3.5.100",
- org.eclipse.ui.navigator;bundle-version="3.5.100",
- org.eclipse.tcf.core;bundle-version="1.0.0",
- org.eclipse.tm.te.ui;bundle-version="1.0.0",
- org.eclipse.tm.te.ui.controls;bundle-version="1.0.0",
- org.eclipse.tm.te.ui.forms;bundle-version="1.0.0",
- org.eclipse.tm.te.ui.swt;bundle-version="1.0.0",
- org.eclipse.tm.te.ui.views;bundle-version="1.0.0",
- org.eclipse.tm.te.runtime;bundle-version="1.0.0",
- org.eclipse.tm.te.runtime.persistence;bundle-version="1.0.0",
- org.eclipse.tm.te.runtime.services;bundle-version="1.0.0",
- org.eclipse.tm.te.runtime.statushandler;bundle-version="1.0.0",
- org.eclipse.tm.te.tcf.core;bundle-version="1.0.0",
- org.eclipse.tm.te.tcf.locator;bundle-version="1.0.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
-Bundle-Localization: plugin
-Export-Package: org.eclipse.tm.te.tcf.ui.activator;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.dialogs,
- org.eclipse.tm.te.tcf.ui.internal;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.internal.editor.pages;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.internal.filter;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.internal.handler;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.internal.help;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.internal.navigator;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.internal.navigator.images;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.model,
- org.eclipse.tm.te.tcf.ui.nls;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.tables,
- org.eclipse.tm.te.tcf.ui.wizards;x-internal:=true,
- org.eclipse.tm.te.tcf.ui.wizards.controls,
- org.eclipse.tm.te.tcf.ui.wizards.pages;x-internal:=true

Back to the top