Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.e4.tools.emf.liveeditor.feature/feature.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/features/org.eclipse.e4.tools.emf.liveeditor.feature/feature.xml b/features/org.eclipse.e4.tools.emf.liveeditor.feature/feature.xml
index 80ae75e5..eef7b4c3 100644
--- a/features/org.eclipse.e4.tools.emf.liveeditor.feature/feature.xml
+++ b/features/org.eclipse.e4.tools.emf.liveeditor.feature/feature.xml
@@ -5,16 +5,16 @@
version="0.15.0.qualifier"
provider-name="%providerName">
- <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
@@ -22,6 +22,6 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/>
</feature>

Back to the top