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/editor
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/editor')
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/OSGI-INF/l10n/bundle.properties2
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF2
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/plugin.properties2
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/OSGI-INF/l10n/bundle.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/OSGI-INF/l10n/bundle.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/OSGI-INF/l10n/bundle.properties
index 90dc9fe5638..37129f35e4f 100644
--- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/OSGI-INF/l10n/bundle.properties
+++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/OSGI-INF/l10n/bundle.properties
@@ -10,4 +10,4 @@
###############################################################################
#Properties file for org.eclipse.papyrus.emf.facet.custom.doc
Bundle-Vendor = Eclipse Modeling Project
-Bundle-Name = EMF Facet Customization Documentation
+Bundle-Name = Papyrus EMF Facet Customization Documentation
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF
index d6613a42d15..ec2ce18f504 100644
--- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF
+++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
Bundle-ManifestVersion: 2
-Bundle-Name: Facet Custom Editor
+Bundle-Name: Papyrus Facet Custom Editor
Bundle-SymbolicName: org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc;singleton:=true
Bundle-Version: 1.2.0.qualifier
Require-Bundle: org.eclipse.help;bundle-version="[3.7.0,4.0.0)"
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/plugin.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/plugin.properties
index 29184ea6e2b..bf9d9a9c84f 100644
--- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/plugin.properties
+++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/plugin.properties
@@ -10,7 +10,7 @@
# Gregoire Dupe (Mia-Software) - Bug 369987 - [Restructuring][Table] Switch to the new customization and facet framework
# Gregoire Dupe (Mia-Software) - Bug 373078 - API Cleaning
-pluginName = EMF Facet Custom Editor
+pluginName = Papyrus EMF Facet Custom Editor
providerName = Eclipse Modeling Project
_UI_CustomEditor_menu = &Custom Editor
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/OSGI-INF/l10n/bundle.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/OSGI-INF/l10n/bundle.properties
index 27d51cc235a..b37460590fc 100644
--- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/OSGI-INF/l10n/bundle.properties
+++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/OSGI-INF/l10n/bundle.properties
@@ -10,4 +10,4 @@
# Gregoire Dupe (Mia-Software) - Bug 337584 - Documentation set up
############################################################################
Bundle-Vendor = Eclipse Modeling Project
-Bundle-Name = EMF Facet Documenation \ No newline at end of file
+Bundle-Name = Papyrus EMF Facet Documenation \ No newline at end of file

Back to the top