]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/plugin.xml
Work on the various distribution editors.
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / plugin.xml
index 9fa7e8b8ed1d020e87b676b505cf8dffc04ce8e6..bff4dccf3e7cf7e298c2f9de7d5eab211b772818 100644 (file)
                        default="false">
                </editor>
                <editor
-                       class="org.argeo.slc.client.ui.dist.editors.DistributionEditor"
-                       id="org.argeo.slc.client.ui.dist.distributionEditor"
-                       name="Distribution editor"
-                       icon="icons/distribution_perspective.gif"
+                       class="org.argeo.eclipse.spring.SpringExtensionFactory"
+                       id="org.argeo.slc.client.ui.dist.artifactVersionEditor"
+                       name="Artifact Version Editor"
+                       icon="icons/artifactVersionBase.gif"
+                       default="false">
+               </editor>
+               <editor
+                       class="org.argeo.eclipse.spring.SpringExtensionFactory"
+                       id="org.argeo.slc.client.ui.dist.modularDistVersionEditor"
+                       name="Modular Distribution Version Editor"
+                       icon="icons/modularDistributionVersion.gif"
                        default="false">
                </editor>
                <editor
                        class="org.argeo.eclipse.spring.SpringExtensionFactory"
-                       id="org.argeo.slc.client.ui.dist.distributionWorkspaceEditor"
+                       id="org.argeo.slc.client.ui.dist.distWorkspaceEditor"
                        name="Distribution workspace editor"
                        icon="icons/distribution_perspective.gif"
                        default="false">
                        </commandParameter>
        </command>
        
+       <command
+            id="org.argeo.slc.client.ui.dist.openModuleEditor"
+            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.modulePath"
+                               name="Module path name">
+                       </commandParameter>
+       </command>
+       
        <!-- Repository Management --> 
        <command
             id="org.argeo.slc.client.ui.dist.registerRepository"