1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<components xmlns="http://openoffice.org/2010/uno-components">
3*cdf0e10cSrcweir  <component loader="com.sun.star.loader.Java2" uri="JavaComponent.uno.jar">
4*cdf0e10cSrcweir    <implementation name="TestComponentA">
5*cdf0e10cSrcweir      <service name="com.sun.star.test.SomethingA"/>
6*cdf0e10cSrcweir    </implementation>
7*cdf0e10cSrcweir    <implementation name="TestComponentB">
8*cdf0e10cSrcweir      <service name="com.sun.star.test.SomethingB"/>
9*cdf0e10cSrcweir    </implementation>
10*cdf0e10cSrcweir  </component>
11*cdf0e10cSrcweir</components>
12