Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.cdt.platform-feature/feature.xml')
-rw-r--r--releng/org.eclipse.cdt.platform-feature/feature.xml24
1 files changed, 17 insertions, 7 deletions
diff --git a/releng/org.eclipse.cdt.platform-feature/feature.xml b/releng/org.eclipse.cdt.platform-feature/feature.xml
index 5fb5eb72d9c..0e90499a3d2 100644
--- a/releng/org.eclipse.cdt.platform-feature/feature.xml
+++ b/releng/org.eclipse.cdt.platform-feature/feature.xml
@@ -1,22 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.cdt.platform"
- label="CDT Platform"
+ label="%featureName"
version="5.0.0.qualifier"
provider-name="Eclipse.org">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description>
+ %description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
+ <url>
+ <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/ganymede"/>
+ </url>
+
<requires>
<import plugin="org.eclipse.ui.intro" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.ui.cheatsheets" version="3.2.0" match="compatible"/>
@@ -187,4 +191,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.cdt.doc.user"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>

Back to the top