Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-06-12 14:40:26 +0000
committercletavernie2012-06-12 14:40:26 +0000
commit6a6b3376bd0eea379b842b9b337cb4e5bfe1c6df (patch)
tree920c3ba92b9a5e339d5fb5e9cb2e0fc5e5f01702
parent73a8dfff5132ffcdfc4205a8359523669ec525a9 (diff)
downloadorg.eclipse.papyrus-6a6b3376bd0eea379b842b9b337cb4e5bfe1c6df.tar.gz
org.eclipse.papyrus-6a6b3376bd0eea379b842b9b337cb4e5bfe1c6df.tar.xz
org.eclipse.papyrus-6a6b3376bd0eea379b842b9b337cb4e5bfe1c6df.zip
ASSIGNED - bug 330186: [Usability] Papyrus shall provide a support for automatic diagram creation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330186
-rw-r--r--extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/plugin.properties4
-rw-r--r--extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/plugin.properties4
-rw-r--r--extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/plugin.properties4
3 files changed, 6 insertions, 6 deletions
diff --git a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/plugin.properties b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/plugin.properties
index f350afbf702..bf14ae37c09 100644
--- a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/plugin.properties
+++ b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.edit/plugin.properties
@@ -4,8 +4,8 @@
#
# $Id$
-pluginName = DiagramTemplate Edit Support
-providerName = www.example.org
+pluginName = DiagramTemplate Edit Support (Incubation)
+providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
diff --git a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/plugin.properties b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/plugin.properties
index bf519e156d9..af451caa9e1 100644
--- a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/plugin.properties
+++ b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate.editor/plugin.properties
@@ -4,8 +4,8 @@
#
# $Id$
-pluginName = Papyrus DiagramTemplate Editor
-providerName = www.eclipse.org/papyrus
+pluginName = Papyrus DiagramTemplate Editor (Incubation)
+providerName = Eclipse Modeling Project
_UI_DiagramTemplateEditor_menu = &Papyrus DiagramTemplate Editor
diff --git a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/plugin.properties b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/plugin.properties
index 9a36b8742b1..22932dc8fad 100644
--- a/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/plugin.properties
+++ b/extraplugins/diagramtemplate/org.eclipse.papyrus.diagramtemplate/plugin.properties
@@ -4,8 +4,8 @@
#
# $Id$
-pluginName = DiagramTemplate Model
-providerName = www.example.org
+pluginName = DiagramTemplate Model (Incubation)
+providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}

Back to the top