]> 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 ed9362c4613a73ab996b4524546ee5a57bbd8bf0..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>
                        name="Result UUID">
                        </commandParameter>
        </command>
-   <command 
-               defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
-               id="org.argeo.slc.client.ui.editRealizedFlowDetails"
-               name="EditRealizedFlowDetails">
-                       <commandParameter
-                       id="org.argeo.slc.client.commands.realizedFlowAsXml"
-                       name="RealizedFlowAsXml">
-                       </commandParameter>
-                       <commandParameter
-                       id="org.argeo.slc.client.commands.realizedFlowIndex"
-                       name="realizedFlowIndex">
-                       </commandParameter>
-       </command>
    </extension>
    <extension
         point="org.eclipse.ui.bindings">
             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>