Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF3
-rw-r--r--perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF3
2 files changed, 2 insertions, 4 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 0bf903f7d2..3a46b6536b 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch/META-INF/MANIFEST.MF
@@ -11,8 +11,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.cdt.core;bundle-version="5.3.0",
org.eclipse.core.filesystem;bundle-version="1.3.100",
org.eclipse.ui;bundle-version="3.4.0",
- org.eclipse.debug.ui;bundle-version="3.7.0",
- org.eclipse.linuxtools.profiling.snapshot;bundle-version="1.1.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
diff --git a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
index b7a482b327..47273300da 100644
--- a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
+++ b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
@@ -18,8 +18,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jface.text;bundle-version="3.7.0",
org.eclipse.cdt.launch;bundle-version="7.0.0",
org.eclipse.linuxtools.profiling.ui;bundle-version="0.9.0",
- org.eclipse.ui.ide,
- org.eclipse.linuxtools.profiling.snapshot;bundle-version="1.1.0"
+ org.eclipse.ui.ide
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.filesystem,

Back to the top