blob: 9efe352352f70ac198a4d39b1c247911f6746bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<oaf_info>
<!-- null_applet factory -->
<oaf_server iid="OAFIID:MATE_NullApplet_Factory"
type="exe"
location="@LIBEXECDIR@/null_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="Null Applet Factory"/>
<oaf_attribute name="description" type="string" _value="Factory for deprecating applets"/>
</oaf_server>
</oaf_info>
|