]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml
Remove dependency of client.rcp on client.ui
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / META-INF / spring / rcp.xml
diff --git a/eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml b/eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml
deleted file mode 100644 (file)
index e3cdd91..0000000
+++ /dev/null
@@ -1,16 +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"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-        http://www.springframework.org/schema/beans/spring-beans.xsd">
-
-       <bean id="testManagerServiceAdapter"
-               class="org.argeo.slc.client.ui.services.TestManagerServiceAdapter">
-               <property name="testManagerService" ref="testManagerService" />
-       </bean>
-
-       <bean id="slcExecutionServiceAdapter" class="org.argeo.slc.services.impl.SlcExecutionServiceAdapter">
-               <property name="slcExecutionService" ref="slcExecutionService" />
-       </bean>
-
-</beans>