Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2017-02-21 09:45:03 +0000
committerGerrit Code Review @ Eclipse.org2017-02-21 13:20:22 +0000
commit6aaaa4a64a459b98321c46562c21c469f6b2ea56 (patch)
tree2d82801ef63e2aba764c8a3c200136834e5d441a /plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel
parent739ae5cb8257e5f976303ab98495eef39993188e (diff)
downloadorg.eclipse.papyrus-6aaaa4a64a459b98321c46562c21c469f6b2ea56.tar.gz
org.eclipse.papyrus-6aaaa4a64a459b98321c46562c21c469f6b2ea56.tar.xz
org.eclipse.papyrus-6aaaa4a64a459b98321c46562c21c469f6b2ea56.zip
Bug 512477: [EMF-Facet] Prefix name for all EMF-Facet plugins forked in Papyrus by Papyrus in the Manifest.MF files
Change-Id: Iba5e88200f7001327798bb65ea6283e1d57aed9e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/OSGI-INF/l10n/bundle.properties2
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/OSGI-INF/l10n/bundle.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/OSGI-INF/l10n/bundle.properties
index 66b124c242a..cb3d6f8ba8b 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/OSGI-INF/l10n/bundle.properties
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/OSGI-INF/l10n/bundle.properties
@@ -8,5 +8,5 @@
#Contributors:
# Gregoire Dupe (Mia-Software) - Bug 361794 - [Restructuring] New customization meta-model
-pluginName = EMF Facet Customization Meta-Model
+pluginName = Papyrus EMF Facet Customization Meta-Model
providerName = Eclipse Modeling Project
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.properties
index 2a8712200d0..c73ca98a34a 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.properties
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.properties
@@ -10,5 +10,5 @@
#
#
-pluginName = EMF Facet Custom Model
+pluginName = Papyrus EMF Facet Custom Model
providerName = Eclipse Modeling Project

Back to the top