source: trunk/third/libgnome/monikers/GNOME_Moniker_std.server.in.in @ 20807

Revision 20807, 1.4 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20806, which included commits to RCS files with non-trunk default branches.
Line 
1<oaf_info>
2
3<oaf_server iid="OAFIID:GNOME_Moniker_std_Factory"
4        type="shlib" location="@MONIKER_LIBDIR@/libmoniker_extra_2">
5        <oaf_attribute name="repo_ids" type="stringv">
6                <item value="IDL:Bonobo/GenericFactory:1.0"/>
7        </oaf_attribute>
8
9        <oaf_attribute name="name" type="string" _value="Extra Moniker factory"/>
10</oaf_server>
11
12<oaf_server iid="OAFIID:GNOME_Moniker_Config" type="factory"
13        location="OAFIID:GNOME_Moniker_std_Factory">
14        <oaf_attribute name="repo_ids" type="stringv">
15                <item value="IDL:Bonobo/Moniker:1.0"/>
16                <item value="IDL:Bonobo/Unknown:1.0"/>
17        </oaf_attribute>
18        <oaf_attribute name="name" type="string" _value="GConf moniker"/>
19        <oaf_attribute name="bonobo:moniker" type="stringv">
20                <item value="config:"/>
21        </oaf_attribute>
22</oaf_server>
23
24<oaf_server iid="OAFIID:GNOME_Moniker_ConfIndirect" type="factory"
25        location="OAFIID:GNOME_Moniker_std_Factory">
26        <oaf_attribute name="repo_ids" type="stringv">
27                <item value="IDL:Bonobo/Moniker:1.0"/>
28                <item value="IDL:Bonobo/Unknown:1.0"/>
29        </oaf_attribute>
30        <oaf_attribute name="name" type="string" _value="config indirect moniker"/>
31        <oaf_attribute name="bonobo:moniker" type="stringv">
32                <item value="conf_indirect:"/>
33        </oaf_attribute>
34</oaf_server>
35
36</oaf_info>
Note: See TracBrowser for help on using the repository browser.