aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-03-01 05:08:45 +0800
committerHans Petter <hansp@src.gnome.org>2003-03-01 05:08:45 +0800
commit5569968699ce8163d51110eeefee8e8ebfe31b46 (patch)
tree0530f5a969922727207e1b6a60adece8cc662fb0 /calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
parent2ee1eb9078b7e5a356fe2c9cfb6782bcf005bdb7 (diff)
downloadgsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar
gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.gz
gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.bz2
gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.lz
gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.xz
gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.zst
gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.zip
Add calendar/importers/Makefile to output.
2003-02-28 Hans Petter Jansson <hpj@ximian.com> * configure.in: Add calendar/importers/Makefile to output. * calendar/Makefile.am (SUBDIRS): Add importers/. * calendar/importers/Makefile.am (server_in_files) (server_DATA): Insert $(libexecdir). * calendar/importers/icalendar-importer.c (connect_to_shell): oaf_activate_from_id() -> bonobo_activation_activate_from_id(). (load_vcalendar_file): U_() -> _(). svn path=/trunk/; revision=20109
Diffstat (limited to 'calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in')
-rw-r--r--calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in b/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
new file mode 100644
index 0000000000..c60468f5e8
--- /dev/null
+++ b/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
@@ -0,0 +1,51 @@
+<oaf_info>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_ImporterFactory"
+ type="exe"
+ location="@LIBEXECDIR@/evolution-calendar-importer">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/ObjectFactory:1.0"/>
+ </oaf_attribute>
+ <oaf_attribute name="description" type="string"
+ _value="Factory to import iCalendar files into Evolution"/>
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_iCalendar_Importer"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Calendar_ImporterFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/Importer:1.0"/>
+ </oaf_attribute>
+ <oaf_attribute name="evolution:menu-name" type="string"
+ value="iCalendar files (.ics)"/>
+ <oaf_attribute name="description" type="string"
+ _value="Imports iCalendar files into Evolution"/>
+
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_vCalendar_Importer"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Calendar_ImporterFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/Importer:1.0"/>
+ </oaf_attribute>
+ <oaf_attribute name="evolution:menu-name" type="string"
+ value="vCalendar files (.vcf)"/>
+ <oaf_attribute name="description" type="string"
+ _value="Imports vCalendar files into Evolution"/>
+
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Gnome_Calendar_Intelligent_Importer"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Calendar_ImporterFactory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/IntelligentImporter:1.0"/>
+ </oaf_attribute>
+
+</oaf_server>
+</oaf_info>