Remove Eclipse 3 support.
[gpl/argeo-suite.git] / org.argeo.suite.apps / META-INF / spring / backend-services.xml
diff --git a/org.argeo.suite.apps/META-INF/spring/backend-services.xml b/org.argeo.suite.apps/META-INF/spring/backend-services.xml
deleted file mode 100644 (file)
index 3fdd310..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans xmlns="http://www.springframework.org/schema/beans"\r
-       xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">\r
-\r
-       <bean id="userAdminService" class="org.argeo.connect.core.UserAdminServiceImpl">\r
-               <property name="userTransaction" ref="userTransaction" />\r
-               <property name="userAdmin" ref="userAdmin" />\r
-               <property name="userAdminServiceReference" ref="userAdmin" />\r
-       </bean>\r
-\r
-       <bean id="resourcesService" class="org.argeo.connect.resources.core.ResourcesServiceImpl" />\r
-\r
-       <bean id="activitiesService" class="org.argeo.activities.core.ActivitiesServiceImpl">\r
-               <property name="userAdminService" ref="userAdminService" />\r
-               <property name="resourcesService" ref="resourcesService" />\r
-       </bean>\r
-\r
-       <bean id="peopleService" class="org.argeo.people.core.PeopleServiceImpl"\r
-               init-method="init">\r
-               <property name="resourcesService" ref="resourcesService" />\r
-       </bean>\r
-\r
-       <bean id="trackerService" class="org.argeo.tracker.core.TrackerServiceImpl">\r
-               <property name="activitiesService" ref="activitiesService" />\r
-       </bean>\r
-\r
-       <bean id="documentsService" class="org.argeo.documents.core.DocumentsServiceImpl" />\r
-\r
-       <!-- order is important -->\r
-       <util:list id="knownAppServices">\r
-               <ref bean="trackerService" />\r
-               <ref bean="peopleService" />\r
-               <ref bean="documentsService" />\r
-               <ref bean="activitiesService" />\r
-               <ref bean="resourcesService" />\r
-       </util:list>\r
-\r
-       <bean id="suiteAppService" class="org.argeo.connect.core.DefaultSystemAppService">\r
-               <property name="knownAppServices" ref="knownAppServices" />\r
-       </bean>\r
-</beans>\r