]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.rcp/plugin.xml
Fix licence management
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.rcp / plugin.xml
index 3cc0f922a3690d555ef1865ed05b5cf103abef03..73bfa838ea9909f4316c94a67199d199ca20c1e6 100644 (file)
          </run>
       </application>
    </extension>
+
+    <!-- COMMANDS  --> 
+       <extension
+        point="org.eclipse.ui.commands">
+               <command
+                       id="org.argeo.slc.client.rcp.openJcrFile"
+                       defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+                       name="Open Workspace Editor">
+                       <commandParameter
+                               id="param.repoNodePath"
+                               name="Repo node path">
+                       </commandParameter>
+                       <commandParameter
+                               id="param.repoUri"
+                               name="Repo URI">
+                       </commandParameter>
+                       <commandParameter
+                               id="param.workspaceName"
+                               name="Workspace name">
+                       </commandParameter>
+                       <commandParameter
+                               id="param.filePath"
+                               name="File Path">
+                       </commandParameter>
+       </command>
+       </extension>
    
     <!-- RCP Specific, does not work with RAP --> 
    <extension
         point="org.eclipse.ui.bindings">
-     <key
+     <!-- <key
            commandId="org.argeo.slc.client.ui.refreshExecutionModulesView"
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
            sequence="CTRL+R">
-     </key>
+     </key> -->
   </extension>
 </plugin>