Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-05-24 15:18:01 +0000
committerAndrew Overholt2011-05-24 15:18:01 +0000
commit8732dce63910dae10c4947d5d47d00a173f8a645 (patch)
treee4589f7d0f3c1877e20e2a39a240a51582db6240 /gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
parent1523e49de43c9ee3b976b98f131a5e685929b7a7 (diff)
downloadorg.eclipse.linuxtools-8732dce63910dae10c4947d5d47d00a173f8a645.tar.gz
org.eclipse.linuxtools-8732dce63910dae10c4947d5d47d00a173f8a645.tar.xz
org.eclipse.linuxtools-8732dce63910dae10c4947d5d47d00a173f8a645.zip
Ensure externalized feature provider names are used
Diffstat (limited to 'gprof/org.eclipse.linuxtools.gprof-feature/feature.xml')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml b/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
index 5c48baa075..169ad4990b 100644
--- a/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
+++ b/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
@@ -3,7 +3,7 @@
id="org.eclipse.linuxtools.gprof"
label="%featureName"
version="0.5.0.qualifier"
- provider-name="%featureProvider">
+ provider-name="%provider">
<description>
%description

Back to the top