Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/alf')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF1
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/plugin.properties4
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF2
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/plugin.properties4
4 files changed, 6 insertions, 5 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF
index 65dceca3b8b..81f3ea7df35 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/META-INF/MANIFEST.MF
@@ -20,3 +20,4 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Activator: org.eclipse.papyrus.uml.alf.ui.internal.AlfActivator
Export-Package: org.eclipse.papyrus.uml.alf.ui.contentassist,
org.eclipse.papyrus.uml.alf.ui.contentassist.antlr
+Bundle-Localization: plugin
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/plugin.properties b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/plugin.properties
index d4aa380493f..80368b16b44 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/plugin.properties
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/plugin.properties
@@ -1,3 +1,3 @@
#Properties file for org.eclipse.papyrus.uml.alf.ui
-providerName = Eclipse.org
-pluginName = org.eclipse.papyrus.uml.alf.ui \ No newline at end of file
+providerName = Eclipse Modeling Project
+pluginName = UML ALF UI (Incubation) \ No newline at end of file
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF
index a626ea9d85a..8cca603da66 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/META-INF/MANIFEST.MF
@@ -37,4 +37,4 @@ Export-Package: org.eclipse.papyrus.uml.alf,
org.eclipse.papyrus.uml.alf.validation,
org.eclipse.papyrus.uml.alf.validation.typing,
org.eclipse.papyrus.uml.alf.generator
-
+Bundle-Localization: plugin
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/plugin.properties b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/plugin.properties
index 7bbf655d301..d3f4066b277 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/plugin.properties
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/plugin.properties
@@ -1,3 +1,3 @@
#Properties file for org.eclipse.papyrus.uml.alf
-providerName = Eclipse.org
-pluginName = org.eclipse.papyrus.uml.alf \ No newline at end of file
+providerName = Eclipse Modeling Project
+pluginName = UML ALF (Incubation) \ No newline at end of file

Back to the top