Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-11-13 15:18:28 +0000
committerBenoit Maggi2017-11-21 15:20:41 +0000
commit2e2b87268635683d3d68b2d777b3cbcea8f47ef9 (patch)
treeceb034d9caceb1788f5d154b47c49ad388daf85e /plugins/uml/org.eclipse.papyrus.uml.ui
parent8eca02ee0e11692796d583e3b86df24540f34100 (diff)
downloadorg.eclipse.papyrus-2e2b87268635683d3d68b2d777b3cbcea8f47ef9.tar.gz
org.eclipse.papyrus-2e2b87268635683d3d68b2d777b3cbcea8f47ef9.tar.xz
org.eclipse.papyrus-2e2b87268635683d3d68b2d777b3cbcea8f47ef9.zip
Bug 518406 - [Stereotype] Stereotype definition is not moved when the
element is moved from resources - also move stereotype application when moving an UML element - add a preference to configure this option (default is set to keep stereotype with element) - remove README referencing a closed bug - fix a warning in Activator Change-Id: Ibb1bbdb93c4a6c911bc5deea1c9fc2832843335f Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.ui')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.ui/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.ui/plugin.xml b/plugins/uml/org.eclipse.papyrus.uml.ui/plugin.xml
index 73bb85e854e..d86bad7fadf 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.ui/plugin.xml
+++ b/plugins/uml/org.eclipse.papyrus.uml.ui/plugin.xml
@@ -11,4 +11,6 @@
</adapter>
</factory>
</extension>
+
+
</plugin>

Back to the top