| author | Wainer S. Moschetta | 2011-12-08 12:24:30 (EST) |
|---|---|---|
| committer | Otavio Pontes | 2011-12-08 13:25:44 (EST) |
| commit | fb1815a62778569315afc3a9f4207b6e8a735674 (patch) (side-by-side diff) | |
| tree | 34ae0109b7a32e1fbdce258b455e988df3deb6bf | |
| parent | 0422f9168aba49e775c9d94684da36dcbd0da5e1 (diff) | |
| download | org.eclipse.linuxtools-fb1815a62778569315afc3a9f4207b6e8a735674.zip org.eclipse.linuxtools-fb1815a62778569315afc3a9f4207b6e8a735674.tar.gz org.eclipse.linuxtools-fb1815a62778569315afc3a9f4207b6e8a735674.tar.bz2 | |
Polishing Perf plug-in
Added plugin.properties file with bundleName and bundleProvider properties
Changed display "Profile as Perf!" with "Profile as Perf"
Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com>
4 files changed, 8 insertions, 3 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF index a031020..f0b9af7 100644 --- a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF +++ b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF @@ -1,9 +1,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Perf +Bundle-Name: %bundleName +Bundle-Vendor: %bundleProvider Bundle-SymbolicName: org.eclipse.linuxtools.perf; singleton:=true Bundle-Version: 0.10.0.qualifier Bundle-Activator: org.eclipse.linuxtools.perf.PerfPlugin +Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.cdt.core;bundle-version="5.1.2", org.eclipse.cdt.debug.core;bundle-version="7.1.0", diff --git a/perf/org.eclipse.linuxtools.perf/build.properties b/perf/org.eclipse.linuxtools.perf/build.properties index caaec51..c89c01a 100644 --- a/perf/org.eclipse.linuxtools.perf/build.properties +++ b/perf/org.eclipse.linuxtools.perf/build.properties @@ -4,4 +4,5 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ icons/,\ - contexts.xml + contexts.xml,\ + plugin.properties diff --git a/perf/org.eclipse.linuxtools.perf/plugin.properties b/perf/org.eclipse.linuxtools.perf/plugin.properties new file mode 100644 index 0000000..937b747 --- a/dev/null +++ b/perf/org.eclipse.linuxtools.perf/plugin.properties @@ -0,0 +1,2 @@ +bundleName=Perf Plug-in (Incubation) +bundleProvider=Eclipse Linux Tools diff --git a/perf/org.eclipse.linuxtools.perf/plugin.xml b/perf/org.eclipse.linuxtools.perf/plugin.xml index 0053924..c308dc8 100644 --- a/perf/org.eclipse.linuxtools.perf/plugin.xml +++ b/perf/org.eclipse.linuxtools.perf/plugin.xml @@ -24,7 +24,7 @@ class="org.eclipse.linuxtools.perf.launch.PerfLaunchShortcut" icon="icons/symbol.gif" id="org.eclipse.linuxtools.perf.launch.profileshortcut" - label="Profile with Perf!" + label="Profile with Perf" modes="profile"> <contextualLaunch> <enablement> |

