Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph.launch/META-INF/MANIFEST.MF')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.callgraph.launch/META-INF/MANIFEST.MF
index b79212fc88..9bb1f2479b 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.launch;singleton:=true
Bundle-Version: 0.10.0.qualifier
-Bundle-Activator: org.eclipse.linuxtools.callgraph.launch.CallgraphLaunchPlugin
+Bundle-Activator: org.eclipse.linuxtools.internal.callgraph.launch.CallgraphLaunchPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.debug.ui,
@@ -27,5 +27,5 @@ Import-Package: org.eclipse.cdt.core.model,
org.eclipse.ui.model,
org.eclipse.ui.views.navigator
Bundle-Localization: plugin
-Export-Package: org.eclipse.linuxtools.callgraph.launch
+Export-Package: org.eclipse.linuxtools.internal.callgraph.launch
Bundle-Vendor: %Bundle-Vendor

Back to the top