]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml
git-svn-id: https://svn.argeo.org/slc/trunk@3795 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / META-INF / spring / rcp.xml
index adc8b58878ea889e440e5eecfdfd3c8e272f5b21..e3cdd91ee4175b1e96b69a1dc71cbb9dd6fd0458 100644 (file)
@@ -4,10 +4,8 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <!--  
-       <bean id="testManagerServiceAdapter" class="org.argeo.slc.services.impl.TestManagerServiceAdapter">-->
-       
-       <bean id="testManagerServiceAdapter" class="org.argeo.slc.client.ui.services.TestManagerServiceAdapter">
+       <bean id="testManagerServiceAdapter"
+               class="org.argeo.slc.client.ui.services.TestManagerServiceAdapter">
                <property name="testManagerService" ref="testManagerService" />
        </bean>
 
@@ -15,5 +13,4 @@
                <property name="slcExecutionService" ref="slcExecutionService" />
        </bean>
 
-
 </beans>