Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWainer S. Moschetta2011-12-08 17:24:30 +0000
committerOtavio Pontes2011-12-08 18:25:44 +0000
commitfb1815a62778569315afc3a9f4207b6e8a735674 (patch)
tree34ae0109b7a32e1fbdce258b455e988df3deb6bf /perf/org.eclipse.linuxtools.perf/build.properties
parent0422f9168aba49e775c9d94684da36dcbd0da5e1 (diff)
downloadorg.eclipse.linuxtools-fb1815a62778569315afc3a9f4207b6e8a735674.tar.gz
org.eclipse.linuxtools-fb1815a62778569315afc3a9f4207b6e8a735674.tar.xz
org.eclipse.linuxtools-fb1815a62778569315afc3a9f4207b6e8a735674.zip
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>
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf/build.properties')
-rw-r--r--perf/org.eclipse.linuxtools.perf/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/build.properties b/perf/org.eclipse.linuxtools.perf/build.properties
index caaec514ba..c89c01a557 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

Back to the top