AddWorkspace and AddPrivileges in JCR Explorer
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / META-INF / spring / commands.xml
index 5e4a185c73e16b84dbd2d5f9dd53e5f49e65ffdd..ef9f3f1d40361698a50d6c08cf0919da4b996d5d 100644 (file)
        <bean id="addFolderNode" class="org.argeo.jcr.ui.explorer.commands.AddFolderNode"
                scope="prototype" />
 
+       <bean id="addPrivileges" class="org.argeo.jcr.ui.explorer.commands.AddPrivileges"
+               scope="prototype" />
+
+       <bean id="createWorkspace" class="org.argeo.jcr.ui.explorer.commands.CreateWorkspace"
+               scope="prototype" />
+
        <bean id="refresh" class="org.argeo.jcr.ui.explorer.commands.Refresh"
                scope="prototype" />