source: trunk/third/evolution/wombat/GNOME_Evolution_Wombat.oaf.in @ 16865

Revision 16865, 2.5 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16864, which included commits to RCS files with non-trunk default branches.
Line 
1<oaf_info>
2
3<oaf_server iid="OAFIID:GNOME_Evolution_Wombat_ServerFactory"
4            type="exe"
5            location="wombat">
6
7        <oaf_attribute name="repo_ids" type="stringv">
8                <item value="IDL:GNOME/Evolution/BookFactory:1.0"/>
9                <item value="IDL:Bonobo/Unknown:1.0"/>
10        </oaf_attribute>
11
12        <oaf_attribute name="description" type="string"
13                       _value="The Personal Addressbook Server"/>
14
15        <oaf_attribute name="addressbook:supported_protocols" type="stringv">
16                <item value="ldap"/>
17                <item value="file"/>
18        </oaf_attribute>
19</oaf_server>
20
21<oaf_server iid="OAFIID:GNOME_Evolution_Wombat_CalendarFactory"
22            type="exe"
23            location="wombat">
24
25        <oaf_attribute name="repo_ids" type="stringv">
26                <item value="IDL:GNOME/Evolution/Calendar/CalFactory:1.0"/>
27                <item value="IDL:Bonobo/Unknown:1.0"/>
28        </oaf_attribute>
29
30        <oaf_attribute name="description" type="string"
31                       _value="The Personal Calendar Server; calendar factory"/>
32
33</oaf_server>
34
35<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_Factory" type="exe" location="wombat">
36        <oaf_attribute name="repo_ids" type="stringv">
37                <item value="IDL:GNOME/GenericFactory:1.0"/>
38        </oaf_attribute>
39
40        <oaf_attribute name="name" type="string" value="XML Database Moniker factory"/>
41</oaf_server>
42
43<oaf_server iid="OAFIID:Bonobo_Moniker_wombat" type="factory"
44        location="OAFIID:Bonobo_Moniker_wombat_Factory">
45        <oaf_attribute name="repo_ids" type="stringv">
46                <item value="IDL:Bonobo/Moniker:1.0"/>
47                <item value="IDL:Bonobo/Unknown:1.0"/>
48        </oaf_attribute>
49        <oaf_attribute name="name" type="string" value="wombat Moniker"/>
50        <oaf_attribute name="bonobo:moniker" type="stringv">
51                <item value="wombat:"/>
52        </oaf_attribute>
53</oaf_server>
54
55
56<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_private_Factory" type="exe" location="wombat">
57        <oaf_attribute name="repo_ids" type="stringv">
58                <item value="IDL:GNOME/GenericFactory:1.0"/>
59        </oaf_attribute>
60
61        <oaf_attribute name="name" type="string" value="Private XML Database Moniker factory"/>
62</oaf_server>
63
64<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_private" type="factory"
65        location="OAFIID:Bonobo_Moniker_wombat_private_Factory">
66        <oaf_attribute name="repo_ids" type="stringv">
67                <item value="IDL:Bonobo/Moniker:1.0"/>
68                <item value="IDL:Bonobo/Unknown:1.0"/>
69        </oaf_attribute>
70        <oaf_attribute name="name" type="string" value="wombat-private Moniker"/>
71        <oaf_attribute name="bonobo:moniker" type="stringv">
72                <item value="wombat-private:"/>
73        </oaf_attribute>
74</oaf_server>
75
76</oaf_info>
Note: See TracBrowser for help on using the repository browser.