Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2014-05-08 20:44:30 +0000
committerWim Jongman2014-05-08 20:45:00 +0000
commit23ced15a113e5824f95f064b5f76cc6104712a72 (patch)
tree70b23271b7d89a8b966f11d0d7ce25988256dd2b
parent9f4c83849ea39567ad9d176226eb4c0c4c740507 (diff)
downloadorg.eclipse.e4.tools-23ced15a113e5824f95f064b5f76cc6104712a72.tar.gz
org.eclipse.e4.tools-23ced15a113e5824f95f064b5f76cc6104712a72.tar.xz
org.eclipse.e4.tools-23ced15a113e5824f95f064b5f76cc6104712a72.zip
Bug 434450 - Cannot install tools and live editor anymoreI20140511-2200I20140510-2200I20140509-2200I20140509-0615I20140508-2200
-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