Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2008-03-06 22:38:55 +0000
committerVivian Kong2008-03-06 22:38:55 +0000
commit13f55471b64c44d8208b920958a64a03078d1da3 (patch)
tree450a5e2a9a4e9773082eafc0d63c6ee6a48d795c /xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml
parent183e8317a852f3c2a7f559e0efe661ab1ef262ee (diff)
downloadorg.eclipse.cdt-13f55471b64c44d8208b920958a64a03078d1da3.tar.gz
org.eclipse.cdt-13f55471b64c44d8208b920958a64a03078d1da3.tar.xz
org.eclipse.cdt-13f55471b64c44d8208b920958a64a03078d1da3.zip
creating SDK feature for XLC plugins (bug 219446)
Diffstat (limited to 'xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml')
-rw-r--r--xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml b/xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml
new file mode 100644
index 00000000000..9299c4877b6
--- /dev/null
+++ b/xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.cdt.xlc.sdk"
+ label="%featureName"
+ version="5.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/ganymede/"/>
+ </url>
+
+ <includes
+ id="org.eclipse.cdt.xlc.source"
+ version="0.0.0"/>
+
+ <requires>
+ <import feature="org.eclipse.cdt.xlc.feature"/>
+ </requires>
+
+</feature>

Back to the top