]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/plugin.xml
-> Rename SlcExecution to Process
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / plugin.xml
index 9caec033e27f313cdb76b17451b38ab0580cafc7..2df055019699324297dc4c23fc36d5a87055193a 100644 (file)
       </product>
    </extension>
    <extension
+         point="org.eclipse.ui.menus">
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu">
+         <menu
+               id="fileMenu"
+               label="File">
+            <command
+                  commandId="org.argeo.slc.client.rcp.commands.Exit"
+                  label="Exit"
+                  style="push"
+                  tooltip="Exits the application">
+            </command>
+         </menu>
+      </menuContribution>
+   </extension>
+   <extension
+         point="org.eclipse.ui.commands">
+      <command
+            defaultHandler="org.argeo.slc.client.rcp.commands.ExitHandler"
+            id="org.argeo.slc.client.rcp.commands.Exit"
+            name="Exit">
+      </command>
+   </extension>
+   <!-- <extension
          id="product"
          point="org.eclipse.core.runtime.products">
       <product
@@ -50,6 +74,6 @@
                value="SLC">
          </property>
       </product>
-   </extension>
+   </extension> -->
 
 </plugin>