]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.ui/plugin.xml
Add ability to open excel files in Sparta RCP UI when running on windows.
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.ui / plugin.xml
index b6f4dd1e0670d4b50c6fa982b0f314c2ba8308ff..fa05ca859ffec933aca434efc9bb4e17a8680f28 100644 (file)
          name="Result details"
          restorable="true">
    </view>
+ <!--  <view
+         allowMultiple="true"
+         class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/excel.png"
+         id="org.argeo.slc.client.ui.resultExcelView"
+         name="Result details (Excel)"
+         restorable="true">
+   </view> -->
    <view
          id="org.argeo.slc.client.ui.processListView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
                        name="Result UUID">
                        </commandParameter>
        </command>
-   </extension>
+    </extension>
    <extension
         point="org.eclipse.ui.bindings">
      <key
    <extension
          id="menu:org.eclipse.ui.main.menu"
          point="org.eclipse.ui.menus">
+      <!-- commented menu so that it does not show up on sparta
+               TODO : add a specific bundle with only a pluggin.xml for SLC / no sparta specific menus
       <menuContribution
             locationURI="menu:org.eclipse.ui.main.menu?after=fileMenu">
          <menu
             </command>
          </menu>
       </menuContribution>
+      -->
       <menuContribution
             locationURI="toolbar:org.eclipse.ui.main.toolbar">
          <toolbar
                tooltip="Remove selected process from process builder view.">
          </command>
       </menuContribution>
-   </extension>
+  </extension>
 </plugin>