Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph.core/META-INF/MANIFEST.MF')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.core/META-INF/MANIFEST.MF18
1 files changed, 8 insertions, 10 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.core/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.callgraph.core/META-INF/MANIFEST.MF
index 871c6a5747..ffb4c474b9 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.core/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.callgraph.core/META-INF/MANIFEST.MF
@@ -1,21 +1,19 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: SystemTap Local Core Project
+Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.core;singleton:=true
Bundle-Version: 0.0.1.qualifier
-Bundle-Activator: org.eclipse.linuxtools.callgraph.core.Activator
+Bundle-Activator: org.eclipse.linuxtools.callgraph.core.CallgraphCorePlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.linuxtools.callgraph.core
-Import-Package: org.eclipse.cdt.core,
- org.eclipse.cdt.core.dom.ast,
- org.eclipse.cdt.core.index,
- org.eclipse.cdt.core.model,
- org.eclipse.core.filesystem,
+Import-Package: org.eclipse.cdt.core.model,
+ org.eclipse.debug.ui.sourcelookup,
org.eclipse.jface.text,
+ org.eclipse.linuxtools.profiling.ui,
org.eclipse.ui,
- org.eclipse.ui.console,
- org.eclipse.ui.ide,
- org.eclipse.ui.texteditor
+ org.eclipse.ui.console
+Bundle-Vendor: %Bundle-Vendor
+Bundle-Localization: plugin

Back to the top