]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
+ refactor to separate runtime and module project under eclipse plugin.
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / plugin.xml
index d55bd58882ccc9b981029b4595e5363eb9beb1d8..b6f4dd1e0670d4b50c6fa982b0f314c2ba8308ff 100644 (file)
@@ -6,47 +6,54 @@
    <extension
          point="org.eclipse.ui.views">
    <view
-         id="org.argeo.slc.client.ui.executionModulesView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/execution_module.gif"
+         id="org.argeo.slc.client.ui.executionModulesView"
          name="Execution Modules"
          restorable="true">
    </view>
    <view
-         id="org.argeo.slc.client.ui.resultListView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/results.gif"
+         id="org.argeo.slc.client.ui.resultListView"
          name="Results"
          restorable="true">
    </view>
    <view
-         id="org.argeo.slc.client.ui.resultDetailView"
-         class="org.argeo.eclipse.spring.SpringExtensionFactory"
-         name="Result Detail"
          allowMultiple="true"
+         class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/result_details.gif"
+         id="org.argeo.slc.client.ui.resultDetailView"
+         name="Result details"
          restorable="true">
    </view>
    <view
          id="org.argeo.slc.client.ui.processListView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
-         name="Process List"
+         name="Processes"
+         icon="icons/processes.gif"
          restorable="true">
    </view>
    <view
-         id="org.argeo.slc.client.ui.processDetailView"
-         class="org.argeo.eclipse.spring.SpringExtensionFactory"
-         name="Process Details"
          allowMultiple="true"
+         class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/process_details.gif"
+         id="org.argeo.slc.client.ui.processDetailView"
+         name="Process details"
          restorable="true">
    </view>
    <view
-         id="org.argeo.slc.client.ui.processParametersView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/edit_parameters.gif"
+         id="org.argeo.slc.client.ui.processParametersView"
          name="Process Parameters"
          restorable="true">
    </view>
    <view
-         id="org.argeo.slc.client.ui.processBuilderView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
-         name="Process Builder"
+         icon="icons/batch.gif"
+         id="org.argeo.slc.client.ui.processBuilderView"
+         name="Batch"
          restorable="true">
    </view>
     </extension>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.refreshResultList"
-            name="RefreshResultList ">
+            name="RefreshResultList">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.launchBatch"
+            name="LaunchBatch">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.removeSelectedFromBatch"
+            name="RemoveSelectedFromBatch">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.clearBatch"
+            name="ClearBatch">
       </command>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             </separator>
          </toolbar>
       </menuContribution>
+      <menuContribution
+            locationURI="toolbar:org.argeo.slc.client.ui.processBuilderView">
+         <command
+               commandId="org.argeo.slc.client.ui.launchBatch"
+               icon="icons/launch.gif"
+               label="Launch Batch"
+               tooltip="Launch the batch built in the process builder view.">
+         </command>
+         <command
+               commandId="org.argeo.slc.client.ui.clearBatch"
+               label="Clear Batch"
+               icon="icons/clear_batch.gif"
+               tooltip="Clear the batch built in the process builder view.">
+         </command>
+         <command
+               commandId="org.argeo.slc.client.ui.removeSelectedFromBatch"
+               icon="icons/remove_one.gif"
+               label="Remove Selected From Batch"
+               tooltip="Remove selected process from process builder view.">
+         </command>
+      </menuContribution>
    </extension>
-
 </plugin>