Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2012-06-19 20:05:18 +0000
committerRoland Grunberg2012-06-19 21:05:31 +0000
commit7e335719147d2e05793048bdb281ef27a6c5412e (patch)
treec89977459c124eb6e7e1aa5b6d9554f5eba45d18 /perf/org.eclipse.linuxtools.perf/META-INF
parent2d56f9b07a4e79da8b3e9a1d464c0a523259c7d6 (diff)
downloadorg.eclipse.linuxtools-7e335719147d2e05793048bdb281ef27a6c5412e.tar.gz
org.eclipse.linuxtools-7e335719147d2e05793048bdb281ef27a6c5412e.tar.xz
org.eclipse.linuxtools-7e335719147d2e05793048bdb281ef27a6c5412e.zip
Initial contribution of Profiling Unification work.
org.eclipse.linuxtools.profiling.launch.launchProvider is an extension point created to provide launch shortcuts for various profiling types, all of which must extend ProfileLaunchShortcut, and specify a profiling type that they provide. org.eclipse.linuxtools.profiling.snapshot is a plugin (it will be one among a few others) that provides a basic launch shortcut. When launched, it will find a launch shortcut provided by the launchProvider extension point which has a type it supports, and launch it.
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf/META-INF')
-rw-r--r--perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
index 8dbaae20fd..d41a29a967 100644
--- a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
+++ b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
@@ -17,7 +17,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.console;bundle-version="3.4.0",
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.linuxtools.profiling.ui;bundle-version="0.9.0",
+ org.eclipse.linuxtools.profiling.snapshot
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top