Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml
index 1aee76a17da..26de6dc7c79 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml
@@ -1,21 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.infra.nattable.feature"
- label="Papyrus Table - New Version"
version="4.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/">
- Papyrus Nattable are a set of plugins dedicated to manage tables in relation with models.
+ %description
</description>
- <copyright url="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">
@@ -143,9 +140,9 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin
id="org.eclipse.nebula.cwt"
+ version="0.0.0"
download-size="0"
install-size="0"
- version="0.0.0"
unpack="false"/>
</feature>

Back to the top