Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cross/org.eclipse.cdt.launch.serial-feature/feature.xml')
-rw-r--r--cross/org.eclipse.cdt.launch.serial-feature/feature.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
index 0e67df6926e..4f101ac8cbf 100644
--- a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
+++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
@@ -7,16 +7,16 @@
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
- <description url="http://www.example.com/description">
+ <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