Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF8
1 files changed, 7 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF b/oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF
index 5f858bf55b..20d4cedf72 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF
@@ -6,7 +6,13 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
- org.eclipse.ui;bundle-version="3.4.0"
+ org.eclipse.linuxtools.tools.launch.core,
+ org.eclipse.linuxtools.profiling.launch;bundle-version="0.9.0",
+ org.eclipse.cdt.core;bundle-version="5.3.0",
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui;bundle-version="3.4.0",
+ org.eclipse.debug.ui;bundle-version="3.7.0"
Bundle-Activator: org.eclipse.linuxtools.internal.oprofile.launch.OprofileLaunchPlugin
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin

Back to the top