Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repo.jackrabbit / META-INF / spring / noderepo.xml
diff --git a/server/modules/org.argeo.node.repo.jackrabbit/META-INF/spring/noderepo.xml b/server/modules/org.argeo.node.repo.jackrabbit/META-INF/spring/noderepo.xml
deleted file mode 100644 (file)
index 6648c15..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"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
-
-       <bean
-               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
-               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
-               <property name="locations">
-                       <value>osgibundle:noderepo.properties</value>
-               </property>
-       </bean>
-
-       <bean id="nodeJcrRepository" class="org.argeo.jackrabbit.JackrabbitContainer"
-               init-method="init" destroy-method="destroy">
-               <property name="homeDirectory" value="${argeo.node.repo.home}" />
-               <property name="configuration" value="${argeo.node.repo.configuration}" />
-               <property name="variables" value="osgibundle:/noderepo.properties" />
-               <property name="forceCndImport" value="${argeo.node.repo.forceCndImport}" />
-       </bean>
-
-       <bean id="repositoryFactory" class="org.argeo.jackrabbit.OsgiJackrabbitRepositoryFactory">
-               <property name="bundleContext" ref="bundleContext" />
-       </bean>
-
-</beans>
\ No newline at end of file