Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2012-04-25 20:07:06 +0000
committerRoland Grunberg2012-04-25 20:08:37 +0000
commit9c6860ec07f90f3255e42f34afe8138687406832 (patch)
tree01a7f143fde4d9220a117dfc5b96883137764dda /perf/org.eclipse.linuxtools.perf-feature
parentf3d344d6ac650954577a323af0fc525e84d488a8 (diff)
downloadorg.eclipse.linuxtools-9c6860ec07f90f3255e42f34afe8138687406832.tar.gz
org.eclipse.linuxtools-9c6860ec07f90f3255e42f34afe8138687406832.tar.xz
org.eclipse.linuxtools-9c6860ec07f90f3255e42f34afe8138687406832.zip
Add a 'linux' filter for Perf feature.
Ensure that the Perf plugin is only available for Linux distributions.
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf-feature')
-rw-r--r--perf/org.eclipse.linuxtools.perf-feature/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/org.eclipse.linuxtools.perf-feature/feature.xml b/perf/org.eclipse.linuxtools.perf-feature/feature.xml
index 622ad49eec..3ed2f952cf 100644
--- a/perf/org.eclipse.linuxtools.perf-feature/feature.xml
+++ b/perf/org.eclipse.linuxtools.perf-feature/feature.xml
@@ -3,7 +3,8 @@
id="org.eclipse.linuxtools.perf-feature"
label="%featureName"
version="0.11.0.qualifier"
- provider-name="%provider">
+ provider-name="%provider"
+ os="linux">
<description url="http://www.eclipse.org/linuxtools/">
%description

Back to the top