diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /null_applet/MATE_NullApplet_Factory.server.in.in | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
Diffstat (limited to 'null_applet/MATE_NullApplet_Factory.server.in.in')
-rw-r--r-- | null_applet/MATE_NullApplet_Factory.server.in.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/null_applet/MATE_NullApplet_Factory.server.in.in b/null_applet/MATE_NullApplet_Factory.server.in.in new file mode 100644 index 00000000..9efe3523 --- /dev/null +++ b/null_applet/MATE_NullApplet_Factory.server.in.in @@ -0,0 +1,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> |