Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'p2/org.eclipse.cdt.p2-feature/feature.xml')
-rw-r--r--p2/org.eclipse.cdt.p2-feature/feature.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/p2/org.eclipse.cdt.p2-feature/feature.xml b/p2/org.eclipse.cdt.p2-feature/feature.xml
index cf6e6d1c250..bf7113a479a 100644
--- a/p2/org.eclipse.cdt.p2-feature/feature.xml
+++ b/p2/org.eclipse.cdt.p2-feature/feature.xml
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.cdt.p2"
- label="Eclipse SDK p2 support feature"
- version="1.0.0"
- provider-name="Eclipse.org"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
plugin="org.eclipse.cdt.p2">
- <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>
<plugin

Back to the top