Introduce a default assembly bundle to ease specific extension
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / META-INF / spring / services.xml
diff --git a/org.argeo.suite.workbench.rap/META-INF/spring/services.xml b/org.argeo.suite.workbench.rap/META-INF/spring/services.xml
deleted file mode 100644 (file)
index e06bff6..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:util="http://www.springframework.org/schema/util" 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
-       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-
-       <!-- Assembly of the various AppWorkbenchServices -->
-       <bean id="resourcesWorkbenchService"
-               class="org.argeo.connect.resources.workbench.ResourcesWorkbenchService" />
-
-       <bean id="activitiesWorkbenchService"
-               class="org.argeo.connect.activities.workbench.ActivitiesWorkbenchService" />
-
-       <bean id="peopleWorkbenchService"
-               class="org.argeo.connect.people.workbench.rap.PeopleWorkbenchServiceImpl" />
-
-       <bean id="documentsWorkbenchService"
-               class="org.argeo.connect.documents.workbench.DocumentsWorkbenchService" />
-
-       <!--order is important -->
-       <util:list id="knownWbServices">
-               <ref bean="peopleWorkbenchService" />
-               <ref bean="documentsWorkbenchService" />
-               <ref bean="activitiesWorkbenchService" />
-               <ref bean="resourcesWorkbenchService" />
-       </util:list>
-
-       <bean id="suiteWorkbenchService" class="org.argeo.suite.workbench.SuiteWorkbenchService">
-               <property name="knownAppWbServices" ref="knownWbServices" />
-       </bean>
-</beans>