Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-10-28 09:35:27 +0000
committerHenrik Rentz-Reichert2013-10-28 09:35:27 +0000
commit7ac0b05c49b9370b4c49a4257cd073737dca2e96 (patch)
tree9ded4fd5a7603d981289864ac725c35515fb75a4 /features/org.eclipse.etrice.feature/feature.xml
parentd70950b2a6642592848c1cd37eff6062257befeb (diff)
downloadorg.eclipse.etrice-7ac0b05c49b9370b4c49a4257cd073737dca2e96.tar.gz
org.eclipse.etrice-7ac0b05c49b9370b4c49a4257cd073737dca2e96.tar.xz
org.eclipse.etrice-7ac0b05c49b9370b4c49a4257cd073737dca2e96.zip
[features] changed license feature id, added plain license text
Diffstat (limited to 'features/org.eclipse.etrice.feature/feature.xml')
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 5deef297f..a6e737ad7 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -20,7 +20,7 @@
version="0.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.etrice.core.room.ui"
- license-feature="org.eclipse.license"
+ license-feature="org.eclipse.license.feature.group"
license-feature-version="1.0.0.qualifier">
<description url="http://www.eclipse.org/etrice">
@@ -36,6 +36,10 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
+ <license url="http://www.eclipse.org/legal/epl-v10.html">
+ %license
+ </license>
+
<requires>
<import plugin="org.eclipse.emf.ecore" version="2.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.common" version="2.6.0" match="greaterOrEqual"/>

Back to the top