Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml')
-rw-r--r--features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml b/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml
index e361105d81c..051bdcb10bf 100644
--- a/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml
+++ b/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.user.examples.feature"
- label="Papyrus User Examples"
version="0.0.1.qualifier"
- provider-name="Eclipse Modeling Project">
+ label="%featureName"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.0">
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2014, 2015 CEA LIST, Christian W. Damus, and others.
-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
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
</copyright>
<license url="%licenseURL">
@@ -99,4 +101,4 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
-</feature> \ No newline at end of file
+</feature>

Back to the top