Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
index e5839b48b36..0e67df6926e 100644
--- a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
+++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.cdt.launch.serial.feature"
- label="Launch over Serial"
- version="1.0.0.qualifier">
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
<description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ %description
</description>
<copyright url="http://www.example.com/copyright">

Back to the top