blob: 2c781edaa2dc339b8715760458ff1e6cb443fb75 [file] [log] [blame]
Clement Escoffier39deaff2008-10-06 07:55:39 +00001<ipojo
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="org.apache.felix.ipojo http://people.apache.org/~clement/ipojo/schemas/core.xsd"
4 xmlns="org.apache.felix.ipojo"
5>
6
7 <!-- Check duplicate method issue -->
8 <component classname="org.apache.felix.ipojo.test.scenarios.component.PlopImpl" name="plopimpl">
9 <provides></provides>
10 </component>
11
12 <component
13 classname="org.apache.felix.ipojo.test.scenarios.component.Manipulation23Tester"
14 name="ManipulationPrimitives5-PrimitiveManipulationTester" architecture="true">
15 <provides />
16 </component>
17
18 <component
19 classname="org.apache.felix.ipojo.test.scenarios.component.Annotation"
20 name="Manipulation-Annotations"/>
21</ipojo>