diff options
author | Brent Hull <[email protected]> | 2013-01-26 00:32:06 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2013-01-26 00:32:06 -0500 |
commit | e5695421503bcaf9f12fe389ad8395ba8945d664 (patch) | |
tree | 001c28d5558c10b5e35101e60f3061eed11b276f /mate-dictionary/data/MATE_DictionaryApplet.server.in.in | |
parent | bbf4c3447a09a5e4be8307e3df3b3405781bead2 (diff) | |
download | mate-utils-e5695421503bcaf9f12fe389ad8395ba8945d664.tar.bz2 mate-utils-e5695421503bcaf9f12fe389ad8395ba8945d664.tar.xz |
Port mate-dictionary-applet to libmatepanelapplet-4.0
Diffstat (limited to 'mate-dictionary/data/MATE_DictionaryApplet.server.in.in')
-rw-r--r-- | mate-dictionary/data/MATE_DictionaryApplet.server.in.in | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/mate-dictionary/data/MATE_DictionaryApplet.server.in.in b/mate-dictionary/data/MATE_DictionaryApplet.server.in.in deleted file mode 100644 index 3c69076e..00000000 --- a/mate-dictionary/data/MATE_DictionaryApplet.server.in.in +++ /dev/null @@ -1,55 +0,0 @@ -<oaf_info> - - <oaf_server iid="OAFIID:MATE_DictionaryApplet_Factory" - type="exe" - location="@LIBEXECDIR@/mate-dictionary-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="GDict Applet Factory"/> - <oaf_attribute name="description" type="string" value="GDict Applet Factory"/> - - </oaf_server> - - <oaf_server iid="OAFIID:MATE_DictionaryApplet" - type="factory" - location="OAFIID:MATE_DictionaryApplet_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="Dictionary Look up"/> - <oaf_attribute name="description" type="string" _value="Look up words in a dictionary"/> - <oaf_attribute name="panel:category" type="string" value="Accessories"/> - <oaf_attribute name="panel:icon" type="string" value="accessories-dictionary.png"/> - <oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/> - <oaf_attribute name="bugzilla:product" type="string" value="mate-utils"/> - <oaf_attribute name="bugzilla:component" type="string" value="gdict-applet"/> - <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/> - <oaf_attribute name="bugzilla:other_binaries" type="string" value="mate-dictionary-applet"/> - - </oaf_server> - - <oaf_server iid="OAFIID:MATE_GDictApplet" - type="factory" - location="OAFIID:MATE_DictionaryApplet_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="Dictionary Look up"/> - <oaf_attribute name="description" type="string" _value="Look up words in a dictionary"/> - <oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/> - <oaf_attribute name="bugzilla:product" type="string" value="mate-utils"/> - <oaf_attribute name="bugzilla:component" type="string" value="gdict-applet"/> - <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/> - <oaf_attribute name="bugzilla:other_binaries" type="string" value="mate-dictionary-applet"/> - </oaf_server> - -</oaf_info> |