]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/site/org.argeo.slc.demo.agent/META-INF/spring/demo.xml
Remove unused module
[gpl/argeo-slc.git] / demo / site / org.argeo.slc.demo.agent / META-INF / spring / demo.xml
index 2f66cde0105209095e3d053f976794c359244166..0f08aa58a60c820f5ef234336795269e7f94023e 100644 (file)
@@ -4,20 +4,10 @@
        xsi:schemaLocation="http://www.springframework.org/schema/osgi  
        http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
        http://www.springframework.org/schema/beans   
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"><!--
+       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
 
-       <bundle id="minimal" symbolic-name="org.argeo.slc.demo.minimal"
-               action="start" />
-       <bundle id="basic" symbolic-name="org.argeo.slc.demo.basic"
-               action="start" />
-       <bundle id="ant" symbolic-name="org.argeo.slc.demo.ant" action="start" />
-       --><!--
-               <bundle id="maven" symbolic-name="org.argeo.slc.demo.maven"
-               action="start" />
-       -->
-       <!--
-               <bundle id="detached" symbolic-name="org.argeo.slc.demo.detached"
-               action="start" /> <bundle id="det"
-               symbolic-name="org.argeo.slc.demo.det" action="start" />
-       -->
+       <service interface="org.argeo.slc.core.test.tree.TreeTestResultListener">
+               <beans:bean id="treeTestResultLogger"
+                       class="org.argeo.slc.core.test.tree.TreeTestResultLogger" />
+       </service>
 </beans:beans>
\ No newline at end of file