aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-02-08 07:05:57 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-02-08 07:05:57 +0800
commit19043324eec8bab62d4cfd69ff78b11335ddebb4 (patch)
tree6cc8402c2c27368e82e742ef57c96c66f2359b90 /calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
parentbe5952a2641c486964c54ba35bed11b2e3925685 (diff)
downloadgsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.tar
gsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.tar.gz
gsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.tar.bz2
gsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.tar.lz
gsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.tar.xz
gsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.tar.zst
gsoc2013-evolution-19043324eec8bab62d4cfd69ff78b11335ddebb4.zip
remove this file, as it's generated now Add this file to generate the
2003-02-07 Rodney Dawes <dobey@ximian.com> * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in: remove this file, as it's generated now * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in: Add this file to generate the .server.in from, with hardcoded path * gui/alarm-notify/Makefile.am: Hardcode path in server file svn path=/trunk/; revision=19851
Diffstat (limited to 'calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in')
-rw-r--r--calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
new file mode 100644
index 0000000000..c6cba0a7f9
--- /dev/null
+++ b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
@@ -0,0 +1,24 @@
+<oaf_info>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory"
+ type="exe"
+ location="@LIBEXECDIR@/evolution-alarm-notify">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/ObjectFactory:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="description" type="string"
+ _value="Factory for the alarm notification service"/>
+
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_AlarmNotify"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory">
+
+ <oaf_attribute name="description" type="string"
+ _value="Alarm notification service"/>
+</oaf_server>
+
+</oaf_info>