source: trunk/third/evolution/shell/GNOME_Evolution_TestComponent.oaf @ 18142

Revision 18142, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1<oaf_info>
2
3<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ShellComponent"
4            type="exe"
5            location="evolution-test-component">
6
7        <oaf_attribute name="repo_ids" type="stringv">
8                <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
9        </oaf_attribute>
10
11        <oaf_attribute name="description" type="string"
12                       value="Evolution test component."/>
13
14</oaf_server>
15
16<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ConfigurationControlFactory"
17            type="exe"
18            location="evolution-test-component">
19
20        <oaf_attribute name="repo_ids" type="stringv">
21                <item value="IDL:GNOME/ObjectFactory:1.0"/>
22        </oaf_attribute>
23
24        <oaf_attribute name="description" type="string"
25                       value="Factory for the configuration controls for the test component."/>
26
27</oaf_server>
28
29<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ConfigurationControl"
30            type="factory"
31            location="OAFIID:GNOME_Evolution_TestComponent_ConfigurationControlFactory">
32
33        <oaf_attribute name="evolution:config_item:title" type="string"
34                       value="Test Component configuration"/>
35
36        <oaf_attribute name="evolution:config_item:description" type="string"
37                       value="This allows you to configure the Test Component"/>
38
39</oaf_server>
40
41</oaf_info>
Note: See TracBrowser for help on using the repository browser.