Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2021-04-13 15:09:43 +0000
committerPatrick Tessier2021-04-14 08:00:51 +0000
commit928b62fe6c92938912ed74e215195e3e62bfae25 (patch)
tree64d09bf4e1cc73b508be2ad01023fb7394ce33af
parentfc68bc73141c826b961d4bdf84839b11f9fa5471 (diff)
downloadorg.eclipse.papyrus-928b62fe6c92938912ed74e215195e3e62bfae25.tar.gz
org.eclipse.papyrus-928b62fe6c92938912ed74e215195e3e62bfae25.tar.xz
org.eclipse.papyrus-928b62fe6c92938912ed74e215195e3e62bfae25.zip
Bug 572810 - [Toolsmith] Missing licence in feature
- add properties Change-Id: Ifca64c8d6b1d8ff56f96581c19dce71ba360e125
-rwxr-xr-xfeatures/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/feature.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/feature.xml
index c5147137e14..4c89cc2cdfd 100755
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.builder.feature/feature.xml
@@ -3,18 +3,20 @@
id="org.eclipse.papyrus.toolsmiths.builder.feature"
label="%featureName"
version="1.0.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.2">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description url="https://eclipse.org/papyrus/">
+ %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