Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..fca221a7a
--- /dev/null
+++ b/plugins/org.eclipse.tcf.cdt.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.tm.tcf.cdt.ui;singleton:=true
+Bundle-Version: 0.5.0.qualifier
+Bundle-Localization: plugin
+Bundle-Activator: org.eclipse.tm.internal.tcf.cdt.ui.Activator
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.text;bundle-version="3.5.0",
+ org.eclipse.ui,
+ org.eclipse.debug.core,
+ org.eclipse.debug.ui,
+ org.eclipse.cdt.core,
+ org.eclipse.cdt.ui,
+ org.eclipse.cdt.debug.core,
+ org.eclipse.cdt.debug.ui;bundle-version="7.0.0",
+ org.eclipse.tm.tcf.core,
+ org.eclipse.tm.tcf.debug,
+ org.eclipse.tm.tcf.debug.ui,
+ org.eclipse.jface.text;bundle-version="3.5.0",
+ org.eclipse.core.expressions,
+ org.eclipse.cdt.launch;bundle-version="6.1.0"
+Bundle-ActivationPolicy: lazy
+Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %providerName

Back to the top