diff options
-rw-r--r-- | wombat/ChangeLog | 7 | ||||
-rw-r--r-- | wombat/GNOME_Evolution_WombatLDAP.server.in.in | 41 | ||||
-rw-r--r-- | wombat/GNOME_Evolution_WombatNOLDAP.server.in.in | 41 |
3 files changed, 7 insertions, 82 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 38f7dcb342..f199a18c96 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,10 @@ +2002-11-16 Chris Toshok <toshok@ximian.com> + + * GNOME_Evolution_WombatLDAP.server.in.in: remove the moniker + cruft. + + * GNOME_Evolution_WombatNOLDAP.server.in.in: same. + 2002-11-15 Ettore Perazzoli <ettore@ximian.com> * Makefile.am: Added rule to create diff --git a/wombat/GNOME_Evolution_WombatLDAP.server.in.in b/wombat/GNOME_Evolution_WombatLDAP.server.in.in index 3f3d6e57d0..973ab19881 100644 --- a/wombat/GNOME_Evolution_WombatLDAP.server.in.in +++ b/wombat/GNOME_Evolution_WombatLDAP.server.in.in @@ -32,45 +32,4 @@ </oaf_server> -<oaf_server iid="OAFIID:Bonobo_Moniker_wombat_Factory" type="exe" location="@LIBEXECDIR@/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="@LIBEXECDIR@/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> diff --git a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in index 88671c411e..e8c4418f6e 100644 --- a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in +++ b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in @@ -31,45 +31,4 @@ </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> |