]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.slc.server.main/META-INF/spring/manager.xml
Merge server modules configuration from SLC
[lgpl/argeo-commons.git] / server / modules / org.argeo.slc.server.main / META-INF / spring / manager.xml
diff --git a/server/modules/org.argeo.slc.server.main/META-INF/spring/manager.xml b/server/modules/org.argeo.slc.server.main/META-INF/spring/manager.xml
new file mode 100644 (file)
index 0000000..bf342bb
--- /dev/null
@@ -0,0 +1,11 @@
+<?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 id="dynamicRuntime" class="org.argeo.slc.equinox.EquinoxRuntime" />
+       <bean id="modularDistribution" class="org.argeo.slc.osgi.build.OsgiRuntimeModularDistribution">
+               <property name="eclipseUpdateSite" ref="eclipseUpdateSite" />
+       </bean>
+</beans>
\ No newline at end of file