Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-07-31 09:25:08 +0000
committerPatrick Tessier2018-08-22 09:06:17 +0000
commit174964d212e15f2bd997a775756f2d1c56cc86b6 (patch)
treed9dbd780899b2655ec53b9651edb0ee9d0fc1738 /features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml
parent557dfaa5334320c26c8942426011d283fbe8909f (diff)
downloadorg.eclipse.papyrus-174964d212e15f2bd997a775756f2d1c56cc86b6.tar.gz
org.eclipse.papyrus-174964d212e15f2bd997a775756f2d1c56cc86b6.tar.xz
org.eclipse.papyrus-174964d212e15f2bd997a775756f2d1c56cc86b6.zip
Bug 537653 - [EPL] Update features
- uniformized the feature format - moved to the shared license strategy for EPL2.0 - remove the obsolete license and epl1.0 files - rebased to correct an old patch push - added the respository reference from which the features fetch the license Change-Id: Ic9389040473c24de4d4b38293281e329ff883a2e Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml23
1 files changed, 10 insertions, 13 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml
index 81224920f56..7d46b1eb068 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/feature.xml
@@ -1,26 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.uml.xtext.integration.feature"
- label="%featureName"
version="2.0.0.qualifier"
- provider-name="%providerName">
+ label="%featureName"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.0">
+
+ <description url="https://eclipse.org/papyrus/">
+ %description
+ </description>
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2013 CEA LIST.
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
+ <copyright>
+ %copyright
</copyright>
<license url="%licenseURL">
%license
</license>
-
- <description url="https://eclipse.org/papyrus/">
- The plug-ins providing an Xtext-based textual editor integration into Papyrus.
- </description>
<plugin
id="org.eclipse.papyrus.uml.xtext.integration.core"

Back to the top