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_Wombat.oaf.in | |
parent | 1747072ed0c4fee3bbfa2e0d96035cd35b201d70 (diff) | |
download | gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.gz gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.bz2 gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.lz gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.xz 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_Wombat.oaf.in')
-rw-r--r-- | wombat/GNOME_Evolution_Wombat.oaf.in | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/wombat/GNOME_Evolution_Wombat.oaf.in b/wombat/GNOME_Evolution_Wombat.oaf.in deleted file mode 100644 index d863204a35..0000000000 --- a/wombat/GNOME_Evolution_Wombat.oaf.in +++ /dev/null @@ -1,50 +0,0 @@ -<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_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> |