Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui / META-INF / spring / keyring.xml
diff --git a/security/plugins/org.argeo.security.ui/META-INF/spring/keyring.xml b/security/plugins/org.argeo.security.ui/META-INF/spring/keyring.xml
deleted file mode 100644 (file)
index 906c0b7..0000000
+++ /dev/null
@@ -1,26 +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:util="http://www.springframework.org/schema/util"
-       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
-        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-
-       <bean
-               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
-               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
-               <property name="locations">
-                       <value>osgibundle:securityui.properties</value>
-               </property>
-       </bean>
-
-       <bean id="nodeSession" class="org.argeo.jcr.spring.ThreadBoundSession">
-               <property name="repository" ref="nodeRepository" />
-       </bean>
-
-       <bean id="keyring" class="org.argeo.security.jcr.JcrKeyring">
-               <property name="session" ref="nodeSession" />
-               <property name="defaultCallbackHandler" ref="defaultCallbackHandler" />
-               <property name="secreteKeyLength" value="${argeo.keyring.secreteKeyLength}" />
-       </bean>
-
-</beans>