Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/feature.xml')
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/feature.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/feature.xml
index da11d9ae0ae..62853140cb1 100755
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/feature.xml
@@ -1,21 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.tests.infra.emf.expressions.feature"
- label="Papyrus EMF Expressions Test Feature"
version="1.0.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="https://eclipse.org/papyrus/">
- Tests feature for Papyrus EMF Expressions
+ %description
</description>
- <copyright url="epl-v10.html">
- 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
</copyright>
<license url="%licenseURL">

Back to the top