Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
index f0670349e9f..643055903ab 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
@@ -4,7 +4,9 @@
label="%featureName"
version="1.0.0.qualifier"
provider-name="%providerName"
- plugin="org.eclipse.cdt.build.crossgcc">
+ plugin="org.eclipse.cdt.build.crossgcc"
+ license-feature="org.eclipse.cdt.license"
+ license-feature-version="1.0.0.qualifier">
<description>
%description

Back to the top