]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml
git-svn-id: https://svn.argeo.org/commons/trunk@4227 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / META-INF / spring / commands.xml
diff --git a/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml
new file mode 100644 (file)
index 0000000..c1c1f19
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+        http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+       <bean id="openGenericJcrQueryEditor"
+               class="org.argeo.eclipse.ui.jcr.commands.OpenGenericJcrQueryEditor"
+               scope="prototype">
+               <property name="editorId"
+                       value="org.argeo.slc.client.ui.dist.genericJcrQueryEditor" />
+       </bean>
+
+       <bean id="addFileFolder" class="org.argeo.eclipse.ui.jcr.commands.AddFileFolder"
+               scope="prototype" />
+
+       <bean id="refresh" class="org.argeo.eclipse.ui.jcr.commands.Refresh"
+               scope="prototype" />
+
+       <bean id="deleteNode" class="org.argeo.eclipse.ui.jcr.commands.DeleteNode"
+               scope="prototype" />
+
+       <bean id="importFileSystem" class="org.argeo.eclipse.ui.jcr.commands.ImportFileSystem"
+               scope="prototype" />
+
+       <bean id="initUserHome" class="org.argeo.eclipse.ui.jcr.commands.InitUserHome"
+               scope="prototype">
+               <property name="session" ref="nodeJcrSession" />
+       </bean>
+</beans>