aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-04-08 00:08:51 +0800
committerDan Winship <danw@src.gnome.org>2003-04-08 00:08:51 +0800
commit76d74ba347a69ecba86bed5b0ab5159eadcc4261 (patch)
tree817edabae47e53f0dd39a9c200ef3a430467b63b /mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in
parenta14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc (diff)
downloadgsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.tar
gsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.tar.gz
gsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.tar.bz2
gsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.tar.lz
gsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.tar.xz
gsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.tar.zst
gsoc2013-evolution-76d74ba347a69ecba86bed5b0ab5159eadcc4261.zip
Clean up server names
* GNOME_Evolution_Mail.server.in.in: Clean up server names * importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in: Likewise, and fix evolution-mail location * importers/GNOME_Evolution_Mail_Mbox_Importer.server.in.in: Likewise * importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in: Likewise * importers/GNOME_Evolution_Mail_Outlook_Importer.server.in.in: Likewise * importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in: Likewise * importers/Makefile.am (%.server.in): Fix this for evolution-mail being a shlib. svn path=/trunk/; revision=20703
Diffstat (limited to 'mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in')
-rw-r--r--mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in b/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in
index 346ad883bc..3536c536ac 100644
--- a/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in
+++ b/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in
@@ -1,12 +1,15 @@
<oaf_info>
<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Netscape_Intelligent_Importer_Factory"
- type="exe"
- location="@LIBEXECDIR@/evolution-mail">
+ type="shlib"
+ location="@COMPONENTDIR@/libevolution-mail.so">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/>
</oaf_attribute>
+
+ <oaf_attribute name="name" type="string"
+ _value="Evolution Netscape Mail importer">
</oaf_server>
<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Netscape_Intelligent_Importer"
@@ -17,5 +20,7 @@
<item value="IDL:GNOME/Evolution/IntelligentImporter:1.0"/>
</oaf_attribute>
+ <oaf_attribute name="name" type="string"
+ _value="Evolution Netscape Mail importer">
</oaf_server>
</oaf_info>