aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/caldav/org-gnome-evolution-caldav.eplug.xml
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-01-16 18:04:06 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-01-16 18:04:06 +0800
commit3302e21705bc62684464dcb59c0350e43a8ca2aa (patch)
tree66581d1f05a4908303c77525da5fc8bb30817a45 /plugins/caldav/org-gnome-evolution-caldav.eplug.xml
parent1d91ddd072c17a991129d6f296591f48a378ba0c (diff)
downloadgsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.tar
gsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.tar.gz
gsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.tar.bz2
gsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.tar.lz
gsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.tar.xz
gsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.tar.zst
gsoc2013-evolution-3302e21705bc62684464dcb59c0350e43a8ca2aa.zip
'Import' the CalDAV eplugin implementation into evolution. Please refer
2006-01-16 Harish Krishnaswamy <kharish@novell.com> * caldav*: 'Import' the CalDAV eplugin implementation into evolution. Please refer evolution-caldav module in cvs.gnome.org for prior Change history. svn path=/trunk/; revision=31208
Diffstat (limited to 'plugins/caldav/org-gnome-evolution-caldav.eplug.xml')
-rw-r--r--plugins/caldav/org-gnome-evolution-caldav.eplug.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/caldav/org-gnome-evolution-caldav.eplug.xml b/plugins/caldav/org-gnome-evolution-caldav.eplug.xml
new file mode 100644
index 0000000000..3d3af286ce
--- /dev/null
+++ b/plugins/caldav/org-gnome-evolution-caldav.eplug.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin
+ type="shlib"
+ id="org.gnome.evolution.caldav"
+ location="@PLUGINDIR@/liborg-gnome-evolution-caldav.so"
+ load-on-startup="true"
+ domain="@GETTEXT_PACKAGE@"
+ localedir="@LOCALEDIR@"
+ name="CalDAV sources">
+ <author name="Christian Kellner" email="gicmo@gnome.org"/>
+ <description>CalDAV Calendar sources</description>
+
+ <hook class="org.gnome.evolution.calendar.config:1.0">
+ <group target="source"
+ id="org.gnome.evolution.calendar.calendarProperties">
+
+ <item type="item_table"
+ path="00.general/00.source/15.caldav"
+ factory="oge_caldav"/>
+
+ </group>
+ </hook>
+ </e-plugin>
+
+</e-plugin-list>