Skip to main content
summaryrefslogtreecommitdiffstats
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.xml3
1 files changed, 2 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 c2b5be70f8c..cd30cac6a91 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
@@ -3,7 +3,8 @@
id="org.eclipse.cdt.build.crossgcc"
label="%featureName"
version="1.0.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ plugin="org.eclipse.cdt.build.crossgcc">
<description>
%description

Back to the top