Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xlc/org.eclipse.cdt.xlc.feature/feature.xml')
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/xlc/org.eclipse.cdt.xlc.feature/feature.xml b/xlc/org.eclipse.cdt.xlc.feature/feature.xml
index de6a30ce1d4..4389ffef1b4 100644
--- a/xlc/org.eclipse.cdt.xlc.feature/feature.xml
+++ b/xlc/org.eclipse.cdt.xlc.feature/feature.xml
@@ -3,7 +3,7 @@
id="org.eclipse.cdt.xlc.feature"
label="%featureName"
version="1.0.0"
- provider-name="%provider">
+ provider-name="%providerName">
<description>
%description
@@ -13,8 +13,8 @@
%copyright
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<url>

Back to the top