]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/META-INF/spring/controllers.xml
Restructure SLC
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / META-INF / spring / controllers.xml
diff --git a/plugins/org.argeo.slc.client.ui/META-INF/spring/controllers.xml b/plugins/org.argeo.slc.client.ui/META-INF/spring/controllers.xml
new file mode 100644 (file)
index 0000000..229d6d1
--- /dev/null
@@ -0,0 +1,9 @@
+<?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="processController" class="org.argeo.slc.client.ui.controllers.ProcessController">
+       </bean>
+</beans>