summaryrefslogtreecommitdiff
path: root/matecomponent/libmate-panel-applet/MATE_Panel_TestApplet.server.in
blob: 18f2629f46ec99d0150e75ac185b38bc084e3b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<oaf_info>

<oaf_server iid="OAFIID:MATE_Panel_TestMateComponentApplet_Factory"
	    type="exe"
	    location="test-matecomponent-applet">

	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:MateComponent/GenericFactory:1.0"/>
		<item value="IDL:MateComponent/Unknown:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Test MateComponent Applet Factory"/>
	<oaf_attribute name="description" type="string" _value="Test MateComponent Applet Factory"/>

</oaf_server>

<oaf_server iid="OAFIID:MATE_Panel_TestMateComponentApplet"
	    type="factory"
	    location="OAFIID:MATE_Panel_TestMateComponentApplet_Factory">

	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:MATE/Vertigo/MatePanelAppletShell:1.0"/>
		<item value="IDL:MateComponent/Control:1.0"/>
		<item value="IDL:MateComponent/Unknown:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Test MateComponent Applet"/>
	<oaf_attribute name="description" type="string" _value="A simple applet for testing the MATE-2.0 panel"/>
	<oaf_attribute name="panel:icon" type="string" value="mate-gegl.png"/>

</oaf_server>

</oaf_info>