Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2008-12-05 21:42:26 +0000
committerDoug Schaefer2008-12-05 21:42:26 +0000
commitc5b403a1ee7f739c46d252b8abf6a6d0e81e9af5 (patch)
tree60a4a2f4bca30b98f6f306267a9ab812b2935537 /p2/org.eclipse.cdt.p2-feature
parentc595aa010e83041254a635cb2e51171dfbfda067 (diff)
downloadorg.eclipse.cdt-c5b403a1ee7f739c46d252b8abf6a6d0e81e9af5.tar.gz
org.eclipse.cdt-c5b403a1ee7f739c46d252b8abf6a6d0e81e9af5.tar.xz
org.eclipse.cdt-c5b403a1ee7f739c46d252b8abf6a6d0e81e9af5.zip
Working on MinGW generator.
Diffstat (limited to 'p2/org.eclipse.cdt.p2-feature')
-rw-r--r--p2/org.eclipse.cdt.p2-feature/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/p2/org.eclipse.cdt.p2-feature/feature.xml b/p2/org.eclipse.cdt.p2-feature/feature.xml
index e4aa0835dcd..cf6e6d1c250 100644
--- a/p2/org.eclipse.cdt.p2-feature/feature.xml
+++ b/p2/org.eclipse.cdt.p2-feature/feature.xml
@@ -3,7 +3,8 @@
id="org.eclipse.cdt.p2"
label="Eclipse SDK p2 support feature"
version="1.0.0"
- provider-name="Eclipse.org">
+ provider-name="Eclipse.org"
+ plugin="org.eclipse.cdt.p2">
<description url="http://www.example.com/description">
[Enter Feature Description here.]

Back to the top