Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml')
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml19
1 files changed, 6 insertions, 13 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
index 04ac916cf74..49b5ca34dd3 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
@@ -1,25 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.rcp.feature"
- label="Papyrus RCP Feature"
version="4.1.0.qualifier"
- provider-name="Eclipse Modeling Project">
+ label="%featureName"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.0">
<description url="http://www.eclipse.org/papyrus">
- This package contains Papyrus and a collection of Eclipse Modeling
-Project components, including EMF, MDT XSD/OCL/UML2 elements.
-It includes a complete SDK, developer tools and source code.
-Note that the Modeling package includes some incubating components,
-as indicated by feature numbers less than 1.0.0 on the feature list.
+ %description
</description>
<copyright>
- Copyright (c) 2017 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>
<license url="%licenseURL">

Back to the top