]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.ui/plugin.xml
Fix a few bugs on RCP UI
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.ui / plugin.xml
index f2a665d5b5f528e35e4cbed2014fb5476e587573..3c626c793ae199aa8f2bb29042143332491b0a87 100644 (file)
                        name="Result Name">
                        </commandParameter>
        </command>
+   <command 
+               defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+               id="org.argeo.slc.client.ui.manageBundles"
+               name="ManageBundles">
+       </command>
     </extension>
    <extension
         point="org.eclipse.ui.bindings">
          </menu>
       </menuContribution>
       -->
+       <menuContribution
+            locationURI="menu:fileMenu">
+            <!-- Should be implemented in later version.
+            <command
+                  commandId="org.argeo.slc.client.ui.manageBundles"
+                  label="Manage Bundles"
+                  style="push"
+                  tooltip="Add or remove plugins at run time">
+            </command> -->
+      </menuContribution>
       <menuContribution
             locationURI="toolbar:org.argeo.slc.client.ui.resultListView">
             <command
                   commandId="org.argeo.slc.client.ui.refreshResultList"
                   icon="icons/refresh.png"
                   label="Refresh"
-                  style="toggle"
                   tooltip="Refresh the result list">
             </command>
         </menuContribution>