Files
evolution/plugins/caldav/org-gnome-evolution-caldav.eplug.xml
Harish Krishnaswamy 3302e21705 '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
2006-01-16 10:04:06 +00:00

27 lines
731 B
XML

<?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>