update dev300-m58
[ooovba.git] / cppuhelper / test / cfg_data / template / uno / components.xml
blob6ff26a5b9cec77966bcf11eef9b4f4f9aa7e1d96
1 <?xml version="1.0" encoding="utf-8"?>
3 <components cfg:package="uno"
4             xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
5             xmlns:cfg="http://openoffice.org/2000/registry/instance">
7 <service>
8  <available-implementations cfg:type="string" cfg:derivedBy=="list"/>
9  <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
10 </service>
12 <implementation>
13  <activator cfg:type="string"/>
14  <url cfg:type="string"/>
15  <supported-services cfg:type="string" cfg:derivedBy="list"/>
16  <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
17 </implementation>
19 <singleton>
20  <used-service cfg:type="string"/>
21  <initial-arguments cfg:type="set" cfg:element-type="cfg:any"/>
22 </singleton>
24 </components>