diff options
Diffstat (limited to 'data/GNOME_Epiphany_Automation.server.in')
-rw-r--r-- | data/GNOME_Epiphany_Automation.server.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/GNOME_Epiphany_Automation.server.in b/data/GNOME_Epiphany_Automation.server.in new file mode 100644 index 000000000..05b831039 --- /dev/null +++ b/data/GNOME_Epiphany_Automation.server.in @@ -0,0 +1,20 @@ +<oaf_info> + +<oaf_server iid="OAFIID:GNOME_Epiphany_Automation_Factory" type="exe" location="epiphany"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/ObjectFactory:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" value="Epiphany automation"/> + <oaf_attribute name="description" type="string" value="Epiphany automation factory"/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Epiphany_Automation" type="factory" location="OAFIID:GNOME_Epiphany_Automation_Factory"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Unknown:1.0"/> + <item value="IDL:GNOME/EpiphanyAutomation:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" _value="Epiphany automation"/> + <oaf_attribute name="description" type="string" value="Epiphany automation"/> +</oaf_server> + +</oaf_info> |