Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
index fe8e7f2094..d6c8e23496 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
@@ -3,7 +3,8 @@
id="org.eclipse.linuxtools.callgraph"
label="%featureName"
version="0.0.1.qualifier"
- provider-name="%featureProvider">
+ provider-name="%featureProvider"
+ os="linux">
<description>
%description
@@ -13,7 +14,7 @@
%copyright
</copyright>
- <license url="http://www.eclipse.org/legal/epl-v10.html">
+ <license url="%licenseURL">
%license
</license>

Back to the top