diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-16 06:20:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-16 06:20:41 +0800 |
commit | b39725006cebc16f96cc2d43885697d464365183 (patch) | |
tree | 2a799d49001e661858292ddbdbde34cea77c7c29 /wombat/GNOME_Evolution_WombatNOLDAP.server.in.in | |
parent | a47eb7a9a182c9d124fa8c98c852b0bdcfa245f4 (diff) | |
download | gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.tar gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.tar.gz gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.tar.bz2 gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.tar.lz gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.tar.xz gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.tar.zst gsoc2013-evolution-b39725006cebc16f96cc2d43885697d464365183.zip |
Added rule to create GNOME_Evolution_Wombat.server.in from
* Makefile.am: Added rule to create
GNOME_Evolution_Wombat.server.in from
GNOME_Evolution_Wombat.server.in.in, substituting @LIBEXECDIR@.
Also install wombat in $libexecdir instead of $bindir.
* GNOME_Evolution_WombatNOLDAP.server.in.in: Renamed from
GNOME_Evolution_WombatNOLDAP.server.in. Changed the location from
"wombat" to "@LIBEXECDIR@/wombat".
* GNOME_Evolution_WombatLDAP.server.in.in: Renamed from
GNOME_Evolution_WombatLDAP.server.in. Changed the location from
"wombat" to "@LIBEXECDIR@/wombat".
svn path=/trunk/; revision=18795
Diffstat (limited to 'wombat/GNOME_Evolution_WombatNOLDAP.server.in.in')
-rw-r--r-- | wombat/GNOME_Evolution_WombatNOLDAP.server.in.in | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in new file mode 100644 index 0000000000..88671c411e --- /dev/null +++ b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in @@ -0,0 +1,75 @@ +<oaf_info> + +<oaf_server iid="OAFIID:GNOME_Evolution_Wombat_ServerFactory" + type="exe" + location="wombat"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/BookFactory:1.0"/> + <item value="IDL:Bonobo/Unknown:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="The Personal Addressbook Server"/> + + <oaf_attribute name="addressbook:supported_protocols" type="stringv"> + <item value="file"/> + </oaf_attribute> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Wombat_CalendarFactory" + type="exe" + location="wombat"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/Calendar/CalFactory:1.0"/> + <item value="IDL:Bonobo/Unknown:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="The Personal Calendar Server; calendar factory"/> + +</oaf_server> + +<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_Factory" type="exe" location="wombat"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/GenericFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="name" type="string" value="XML Database Moniker factory"/> +</oaf_server> + +<oaf_server iid="OAFIID:Bonobo_Moniker_wombat" type="factory" + location="OAFIID:Bonobo_Moniker_wombat_Factory"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Moniker:1.0"/> + <item value="IDL:Bonobo/Unknown:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" value="wombat Moniker"/> + <oaf_attribute name="bonobo:moniker" type="stringv"> + <item value="wombat:"/> + </oaf_attribute> +</oaf_server> + + +<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_private_Factory" type="exe" location="wombat"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/GenericFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="name" type="string" value="Private XML Database Moniker factory"/> +</oaf_server> + +<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_private" type="factory" + location="OAFIID:Bonobo_Moniker_wombat_private_Factory"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Moniker:1.0"/> + <item value="IDL:Bonobo/Unknown:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" value="wombat-private Moniker"/> + <oaf_attribute name="bonobo:moniker" type="stringv"> + <item value="wombat-private:"/> + </oaf_attribute> +</oaf_server> + +</oaf_info> |