]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ui.workbench/META-INF/spring/views.xml
Add batch feature to reset multiple user mails, clean code.
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / META-INF / spring / views.xml
diff --git a/org.argeo.cms.ui.workbench/META-INF/spring/views.xml b/org.argeo.cms.ui.workbench/META-INF/spring/views.xml
deleted file mode 100644 (file)
index 7674640..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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="logView" class="org.argeo.cms.ui.workbench.useradmin.LogView"
-               scope="prototype">
-               <property name="argeoLogger" ref="secureLogger" />
-       </bean>
-
-       <bean id="adminLogView" class="org.argeo.cms.ui.workbench.useradmin.AdminLogView"
-               scope="prototype">
-               <property name="argeoLogger" ref="secureLogger" />
-       </bean>
-
-</beans>