Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-11-04 14:51:17 +0000
committerCamille Letavernier2013-11-04 14:54:49 +0000
commite07a00401c0651d13d3835db2969cb89ff9e1cc3 (patch)
treeaa65a57c3a5b209da2228e2773ddcc1a940eeb7b /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg
parentaaf42a430e6cb29d2935475c45d5fc77ed98501b (diff)
downloadorg.eclipse.papyrus-e07a00401c0651d13d3835db2969cb89ff9e1cc3.tar.gz
org.eclipse.papyrus-e07a00401c0651d13d3835db2969cb89ff9e1cc3.tar.xz
org.eclipse.papyrus-e07a00401c0651d13d3835db2969cb89ff9e1cc3.zip
404254: [All Diagrams] Papyrus shall provide a "Context link" for
constraints https://bugs.eclipse.org/bugs/show_bug.cgi?id=404254 Add context link for Package Diagram
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg/palettes/package.palette.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg/palettes/package.palette.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg/palettes/package.palette.xml
index b6ee140daa0..0337d15f363 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg/palettes/package.palette.xml
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.pkg/palettes/package.palette.xml
@@ -25,6 +25,9 @@
<aspectTool description="Create a new PackageImport" id="package.tool.packageimport"
name="PackageImport" refToolId="clazz.tool.packageimport">
</aspectTool>
+ <aspectTool description="Create a new Context link" id="package.tool.contextLink"
+ name="ContextLink" refToolId="createContextLink22CreationTool">
+ </aspectTool>
<!-- Attention : The element is added manually, can combine the two links comment and constraint, and therefore is not deleted -->
<aspectTool description="Create a new Link" id="package.tool.link"

Back to the top