Project

General

Profile

« Previous | Next » 

Revision ef32cd3e

Added by Patrick Plitzner about 7 years ago

ref #6566 Migrate org.eclipse.ui.main.menu.admin DB items

View differences:

eu.etaxonomy.taxeditor.application/plugin.xml
65 65
      <menuContribution
66 66
            allPopups="false"
67 67
            locationURI="menu:org.eclipse.ui.main.menu.admin">
68
         <command
69
               commandId="eu.etaxonomy.taxeditor.application.DatabaseSettings"
70
               label="%command.label.23"
71
               style="push">
72
            <visibleWhen
73
                  checkEnabled="true">
74
               <and>
75
                  <reference
76
                        definitionId="hasROLE_PROJECT_MANAGER">
77
                  </reference>
78
                  <reference
79
                        definitionId="isCdmStoreConnected">
80
                  </reference>
81
               </and>
82
            </visibleWhen>
83
         </command>
84
         <command
85
               commandId="eu.etaxonomy.taxeditor.application.DatabaseRepairFunctionality"
86
               label="%command.label.24"
87
               style="push">
88
                <visibleWhen
89
                  checkEnabled="true">
90
               <and>
91
                  <reference
92
                        definitionId="hasROLE_PROJECT_MANAGER">
93
                  </reference>
94
                  <reference
95
                        definitionId="isCdmStoreConnected">
96
                  </reference>
97
               </and>
98
            </visibleWhen>
99
         </command>
100 68
         <dynamic
101 69
               class="eu.etaxonomy.taxeditor.admin.UserGroupContributionItem"
102 70
               id="eu.etaxonomy.taxeditor.admin.UserGroupContributionItem">
......
151 119
               commandId="org.eclipse.ui.help.aboutAction"
152 120
               label="%command.label.19">
153 121
         </command>
154
      </menuContribution>
155
            <menuContribution
156
            locationURI="toolbar:org.eclipse.ui.main.toolbar">
157
         <toolbar
158
               id="eu.etaxonomy.taxeditor.editor.main">
159
            <command
160
                  commandId="org.eclipse.ui.newWizard"
161
                  label="%command.label.21"
162
                  style="push">
163
            </command>
164
            <command
165
                  commandId="org.eclipse.ui.file.save"
166
                  label="%command.label.22"
167
                  style="push">
168
            </command>
169
         </toolbar>
170 122
      </menuContribution>
171 123
   </extension>
172 124
   <extension

Also available in: Unified diff