Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2018-06-18 11:32:41 +0000
committerBenoit Maggi2018-06-18 11:32:41 +0000
commit8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378 (patch)
tree92cf800d16d1d82a172b4bde67f174b75969e64d /features
parent004543b17ed36046bc094f671e63c486d2fc0589 (diff)
downloadorg.eclipse.papyrus-8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378.tar.gz
org.eclipse.papyrus-8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378.tar.xz
org.eclipse.papyrus-8d36439e606bd1e7fbe2a81cf1a8ea93bd8fb378.zip
Bug 536003 - Remove incubation in All Papyrus Core Projects
- remove incubation from description - remove duplicate groupid/version in pom.xml - remove useless cast Change-Id: If1617e9660a0b03ac0af65c08592ab4125c2f891 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml2
-rwxr-xr-xfeatures/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml2
-rw-r--r--features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml2
-rwxr-xr-xfeatures/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml2
-rw-r--r--features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/feature.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml
index 1d50d366f41..5b992979c86 100644
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.debug.feature"
- label="Papyrus Debug Tools (Incubation)"
+ label="Papyrus Debug Tools"
version="1.0.0.qualifier"
provider-name="Eclipse Modeling Project">
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml
index 454625926c5..b3ff26a0d6a 100755
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.diagramgen.feature"
- label="Papyrus Diagram Generation Tools (Incubation)"
+ label="Papyrus Diagram Generation Tools"
version="1.0.0.qualifier"
provider-name="Eclipse Modeling Project">
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml
index a52b133e01b..5039450d5e2 100644
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.junit.feature"
- label="Papyrus JUnit Framework (Incubation)"
+ label="Papyrus JUnit Framework"
version="1.0.0.qualifier">
<description url="https://eclipse.org/papyrus/">
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
index a3e23a38062..9dd65de277a 100755
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.releng.feature"
- label="Papyrus Releng Tools (Incubation)"
+ label="Papyrus Releng Tools"
version="1.0.0.qualifier"
provider-name="Eclipse Modeling Project">
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 f2520b054d2..e361105d81c 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,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.user.examples.feature"
- label="Papyrus User Examples (Incubation)"
+ label="Papyrus User Examples"
version="0.0.1.qualifier"
provider-name="Eclipse Modeling Project">

Back to the top