Remove Eclipse 3 support.
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / META-INF / spring / parts.xml
diff --git a/org.argeo.suite.workbench.rap/META-INF/spring/parts.xml b/org.argeo.suite.workbench.rap/META-INF/spring/parts.xml
deleted file mode 100644 (file)
index d67695a..0000000
+++ /dev/null
@@ -1,38 +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:p="http://www.springframework.org/schema/p"
-       xmlns:util="http://www.springframework.org/schema/util"
-       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">
-
-       <!-- COMMANDS -->
-       <bean id="importEntities" class="org.argeo.suite.workbench.commands.ImportEntities"
-               scope="prototype">
-               <property name="repository" ref="repository" />
-               <property name="resourcesService" ref="resourcesService" />
-               <property name="peopleService" ref="peopleService" />
-       </bean>
-
-       <!-- VIEWS -->
-       <bean id="quickSearchView" class="org.argeo.suite.workbench.parts.QuickSearchView"
-               scope="prototype">
-               <property name="repository" ref="repository" />
-               <property name="resourcesService" ref="resourcesService" />
-               <property name="activitiesService" ref="activitiesService" />
-               <property name="peopleService" ref="peopleService" />
-               <property name="systemWorkbenchService" ref="systemWorkbenchService" />
-       </bean>
-
-
-       <!-- EDITORS -->
-       <bean id="defaultDashboardEditor" class="org.argeo.suite.workbench.parts.DefaultDashboardEditor"
-               scope="prototype">
-               <property name="repository" ref="repository" />
-               <!-- <property name="resourcesService" ref="resourcesService" /> -->
-               <property name="activitiesService" ref="activitiesService" />
-               <property name="trackerService" ref="trackerService" />
-               <!-- <property name="documentsService" ref="documentsService" /> -->
-               <property name="systemAppService" ref="systemAppService" />
-               <property name="systemWorkbenchService" ref="systemWorkbenchService" />
-       </bean>
-</beans>