]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ui.workbench.rap/plugin.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / plugin.xml
index e5b083ded55128ce90ce541140dd116523c88a52..6dc4ba0ef3e3a088852e6b29176b5e3166265979 100644 (file)
@@ -5,13 +5,13 @@
          point="org.eclipse.rap.ui.entrypoint">
       <entrypoint
             id="org.argeo.cms.ui.workbench.rap.secureEntryPoint"
-            class="org.argeo.security.ui.rap.RapWorkbenchLogin"
+            class="org.argeo.cms.ui.workbench.rap.RapWorkbenchLogin"
             path="/node"
             brandingId="org.argeo.cms.ui.workbench.rap.defaultBranding">
       </entrypoint>
       <entrypoint
             id="org.argeo.cms.ui.workbench.rap.anonymousEntryPoint"
-            class="org.argeo.security.ui.rap.AnonymousEntryPoint"
+            class="org.argeo.cms.ui.workbench.rap.AnonymousEntryPoint"
             path="/public"
             brandingId="org.argeo.cms.ui.workbench.rap.defaultBranding">
       </entrypoint>
@@ -37,7 +37,7 @@
                </command>
                <!-- Enable an "open file" action in a single sourced application  -->  
                <command
-                       id="org.argeo.eclipse.ui.workbench.openFile"
+                       id="org.argeo.cms.ui.workbench.openFile"
                        defaultHandler="org.argeo.eclipse.spring.SpringExtensionFactory"
                        name="OpenFile">
                        <commandParameter
                        id="param.fileURI"
                        name="The URI of this file on the server">
                        </commandParameter>
-                       <commandParameter
-                       id="param.filePath"
-                       name="The absolute path of this file on the server file system">
-                       </commandParameter>
                </command>
        </extension>
 
                <menuContribution locationURI="menu:org.argeo.cms.ui.workbench.rap.mainMenu">
                        <!-- Managed programmatically in the RapActionBarAdvisor to enable 
                             the display of the current logged-in user id -->
-               <!--    <command
+                       <command
                                commandId="org.argeo.cms.ui.workbench.rap.userMenuCommand"
                                icon="icons/main.gif"
                                id="org.argeo.cms.ui.workbench.rap.userMenu">
-                       </command> -->
+                       </command>
                        <!-- Still unused
                        <command
                                commandId="org.eclipse.ui.window.preferences"