]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - cms/org.argeo.slc.client.ui/META-INF/spring/editors.xml
Clarify SLC project structure.
[gpl/argeo-slc.git] / cms / org.argeo.slc.client.ui / META-INF / spring / editors.xml
diff --git a/cms/org.argeo.slc.client.ui/META-INF/spring/editors.xml b/cms/org.argeo.slc.client.ui/META-INF/spring/editors.xml
new file mode 100644 (file)
index 0000000..fd98808
--- /dev/null
@@ -0,0 +1,13 @@
+<?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="processEditor" class="org.argeo.slc.client.ui.editors.ProcessEditor"
+               scope="prototype">
+               <property name="processController" ref="processController" />
+               <property name="modulesManager" ref="modulesManager" />
+               <property name="repository" ref="repository" />
+       </bean>
+</beans>