]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.admin/META-INF/spring/common.xml
Rename Commons bundles
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / META-INF / spring / common.xml
diff --git a/org.argeo.security.ui.admin/META-INF/spring/common.xml b/org.argeo.security.ui.admin/META-INF/spring/common.xml
deleted file mode 100644 (file)
index f3b7ecb..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans xmlns="http://www.springframework.org/schema/beans"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
-\r
-       <bean id="userTransactionProvider"\r
-               class="org.argeo.security.ui.admin.internal.providers.UserTransactionProvider"\r
-               scope="singleton" lazy-init="false">\r
-               <property name="userTransaction" ref="userTransaction" />\r
-       </bean>\r
-\r
-       <bean id="userAdminWrapper" class="org.argeo.security.ui.admin.internal.UserAdminWrapper"\r
-               scope="singleton" lazy-init="false">\r
-               <property name="userTransaction" ref="userTransaction" />\r
-               <property name="userAdmin" ref="userAdmin" />\r
-               <property name="userAdminServiceReference" ref="userAdmin" />\r
-       </bean>\r
-\r
-       <bean\r
-               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">\r
-               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />\r
-               <property name="locations">\r
-                       <value>osgibundle:security-admin.properties</value>\r
-               </property>\r
-       </bean>\r
-\r
-</beans>
\ No newline at end of file