]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ui.workbench/META-INF/spring/keyring.xml
Add batch feature to reset multiple user mails, clean code.
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / META-INF / spring / keyring.xml
diff --git a/org.argeo.cms.ui.workbench/META-INF/spring/keyring.xml b/org.argeo.cms.ui.workbench/META-INF/spring/keyring.xml
deleted file mode 100644 (file)
index 004e9b3..0000000
+++ /dev/null
@@ -1,18 +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 id="nodeSession" class="org.argeo.jcr.spring.ThreadBoundSession" -->
-<!--           destroy-method="dispose"> -->
-<!--           <property name="repository" ref="nodeRepository" /> -->
-<!--   </bean> -->
-
-<!--   <bean id="keyring" class="org.argeo.cms.security.JcrKeyring"> -->
-<!--           <property name="session" ref="nodeSession" /> -->
-<!--           <property name="defaultCallbackHandler" ref="defaultCallbackHandler" /> -->
-<!--           <property name="secreteKeyLength" value="${argeo.keyring.secreteKeyLength}" /> -->
-<!--   </bean> -->
-
-</beans>