1<oaf_info>
2
3<oaf_server iid="OAFIID:gnocl_test_applet_factory"
4	type="exe"
5	location="/opt/gnome/lib/bonobo/gnocl-applet">
6       	<oaf_attribute name="repo_ids" type="stringv">
7               	<item value="IDL:Bonobo/GenericFactory:1.0"/>
8               	<item value="IDL:Bonobo/Unknown:1.0"/>
9       	</oaf_attribute>
10       	<oaf_attribute name="name" type="string"
11		value="Gnocl Test Applet Factory"/>
12       	<oaf_attribute name="description" type="string"
13		value="Factory for creating the Gnocl test applets"/>
14</oaf_server>
15
16<oaf_server iid="OAFIID:gnocl_test_applet"
17	type="factory"
18       	location="OAFIID:gnocl_test_applet_factory">
19        <oaf_attribute name="repo_ids" type="stringv">
20                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
21       	        <item value="IDL:Bonobo/Control:1.0"/>
22               	<item value="IDL:Bonobo/Unknown:1.0"/>
23        </oaf_attribute>
24       	<oaf_attribute name="name" type="string" value="Gnocl Test Applet"/>
25        <oaf_attribute name="description" type="string"
26		value="Example panel applet written in Tcl with Gnocl"/>
27        <oaf_attribute name="panel:category" type="string" value="Utility"/>
28        <oaf_attribute name="panel:icon" type="string" value="gnome-util.png"/>
29</oaf_server>
30
31</oaf_info>
32