Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-10-05 08:30:19 +0000
committercletavernie2012-10-05 08:30:19 +0000
commit034f5fe1db2ba0b418d1a414f06523f745eb9a52 (patch)
tree2dca30436078850cbf24533c8718c22156dee47a
parent26713bd46615a6611a92f1afac24f46570e3c7df (diff)
downloadorg.eclipse.papyrus-034f5fe1db2ba0b418d1a414f06523f745eb9a52.tar.gz
org.eclipse.papyrus-034f5fe1db2ba0b418d1a414f06523f745eb9a52.tar.xz
org.eclipse.papyrus-034f5fe1db2ba0b418d1a414f06523f745eb9a52.zip
263430: [General] Add releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Update extra feature names
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.compare.report.feature/feature.properties2
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.compare.feature/feature.properties2
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.compare.report.feature/feature.properties b/features/papyrus-extra-features/org.eclipse.papyrus.extra.compare.report.feature/feature.properties
index 1a601c517c9..8209549c716 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.compare.report.feature/feature.properties
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.compare.report.feature/feature.properties
@@ -1,7 +1,7 @@
# NLS_MESSAGEFORMAT_VAR
# "featureName" property - name of the feature
-featureName=Compare Report Feature (Incubation)
+featureName=Papyrus Compare Report Feature (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Modeling Project
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.compare.feature/feature.properties b/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.compare.feature/feature.properties
index f1da53727e5..3d593dd96f9 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.compare.feature/feature.properties
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.compare.feature/feature.properties
@@ -1,7 +1,7 @@
# NLS_MESSAGEFORMAT_VAR
# "featureName" property - name of the feature
-featureName=Compare UML Feature (Incubation)
+featureName=Papyrus UML Compare Feature (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Modeling Project
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml
index 2b9aa69e2c7..245f2a77551 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.uml.export.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.uml.export.feature"
- label="Export Profiles Feature (Incubation)"
+ label="Papyrus Export Profiles Feature (Incubation)"
version="0.9.0.qualifier"
provider-name="Eclipse Modeling Project">

Back to the top