Clean and refactor cms.ui.workbench bundle
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / META-INF / spring / views.xml
index e5363dcc0a52264a2bff3cd4c13e3fc7d32c02bf..76746400858b753883c59574bd53db63f6ee2237 100644 (file)
@@ -4,12 +4,12 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="logView" class="org.argeo.security.ui.views.LogView"
+       <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.security.ui.views.AdminLogView"
+       <bean id="adminLogView" class="org.argeo.cms.ui.workbench.useradmin.AdminLogView"
                scope="prototype">
                <property name="argeoLogger" ref="secureLogger" />
        </bean>