diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-03 06:37:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-03 06:37:58 +0800 |
commit | 3cfa7824a8c01c979621965131319a8073f064ed (patch) | |
tree | f0122526440c03314853eae56835a9f6d1ff9513 /wombat/GNOME_Evolution_WombatLDAP.oaf.in | |
parent | 1747072ed0c4fee3bbfa2e0d96035cd35b201d70 (diff) | |
download | gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.gz gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.zst gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.zip |
add addressbook:supported_protocols containing just the file protocol.
2001-10-02 Chris Toshok <toshok@ximian.com>
* GNOME_Evolution_WombatNOLDAP.oaf.in: add
addressbook:supported_protocols containing just the file protocol.
* GNOME_Evolution_WombatLDAP.oaf.in: add
addressbook:supported_protocols containing both ldap and file.
* Makefile.am (OAF_IN_FILE): we have to possible files now, since
the addressbook looks up factories by corba interface and the
protocols supported by the factory (as listed in the .oaf file.)
* .cvsignore: ignore GNOME_Evolution_Wombat.oaf.in, since it's
generated now.
svn path=/trunk/; revision=13356
Diffstat (limited to 'wombat/GNOME_Evolution_WombatLDAP.oaf.in')
-rw-r--r-- | wombat/GNOME_Evolution_WombatLDAP.oaf.in | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/wombat/GNOME_Evolution_WombatLDAP.oaf.in b/wombat/GNOME_Evolution_WombatLDAP.oaf.in new file mode 100644 index 0000000000..6413a5b720 --- /dev/null +++ b/wombat/GNOME_Evolution_WombatLDAP.oaf.in @@ -0,0 +1,55 @@ +<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="ldap"/> + <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_info> |