Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/feature.xml')
-rwxr-xr-xfeatures/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/feature.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/feature.xml
index 642817b2689..15952d24086 100755
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/feature.xml
@@ -1,21 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.infra.emf.expressions.feature"
- label="%featureName"
version="1.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/">
- Papyrus EMF Expressions provides tools to create expressions. Expressions Framework has been created to be extensible. An Expression is an object providing a method to evaluate an object and return a value.
+ %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