Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvhemery2011-05-10 14:41:45 +0000
committervhemery2011-05-10 14:41:45 +0000
commit7d927ecbb0a391fd791a0ee2e8584990934215a9 (patch)
treeac6f1ba9629c266f055d435b478abbfd0b9f1572 /extraplugins
parented10493ae2225b1580549aabc1a6d0c8f057b312 (diff)
downloadorg.eclipse.papyrus-7d927ecbb0a391fd791a0ee2e8584990934215a9.tar.gz
org.eclipse.papyrus-7d927ecbb0a391fd791a0ee2e8584990934215a9.tar.xz
org.eclipse.papyrus-7d927ecbb0a391fd791a0ee2e8584990934215a9.zip
NEW - bug 309667: [General] Ensure autolayout tools have command with category properly filled
https://bugs.eclipse.org/bugs/show_bug.cgi?id=309667 Add autolayout tools toolbar to perspective configuration
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/extraplugins/autolayout/org.eclipse.papyrus.layouttool/plugin.xml b/extraplugins/autolayout/org.eclipse.papyrus.layouttool/plugin.xml
index d755ba55f2c..998d768e738 100644
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool/plugin.xml
+++ b/extraplugins/autolayout/org.eclipse.papyrus.layouttool/plugin.xml
@@ -37,6 +37,15 @@
type="org.eclipse.ui.IWorkbenchPart">
</propertyTester>
</extension>
+ <extension
+ point="org.eclipse.papyrus.ui.perspectiveconfiguration">
+ <configuration
+ perspectiveID="org.eclipse.papyrus.core.perspective">
+ <toolbar
+ toolbarID="org.eclipse.papyrus.layouttool.toolbarlayout">
+ </toolbar>
+ </configuration>
+ </extension>
</plugin>

Back to the top