]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml
Jcr Explorer refactoring and packaging
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / META-INF / spring / commands.xml
index 0a9a4bb611a2c52ebae5344fb991c3d9abe387c0..16f4adfa6ace06a5b6228f887c236bb0b1ff7cb4 100644 (file)
@@ -5,12 +5,17 @@
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
        <bean id="openGenericJcrQueryEditor"
-               class="org.argeo.eclipse.ui.jcr.commands.OpenGenericJcrQueryEditor"
+               class="org.argeo.jcr.ui.explorer.commands.OpenGenericJcrQueryEditor"
                scope="prototype">
                <property name="editorId"
                        value="org.argeo.slc.client.ui.dist.genericJcrQueryEditor" />
        </bean>
 
+       <bean id="openGenericNodeEditor"
+               class="org.argeo.jcr.ui.explorer.commands.OpenGenericNodeEditor"
+               scope="prototype">
+       </bean>
+
        <bean id="addFileFolder" class="org.argeo.eclipse.ui.jcr.commands.AddFileFolder"
                scope="prototype" />
 
@@ -20,6 +25,6 @@
        <bean id="deleteNode" class="org.argeo.eclipse.ui.jcr.commands.DeleteNode"
                scope="prototype" />
 
-       <bean id="importFileSystem" class="org.argeo.eclipse.ui.jcr.commands.ImportFileSystem"
+       <bean id="importFileSystem" class="org.argeo.jcr.ui.explorer.commands.ImportFileSystem"
                scope="prototype" />
 </beans>