blob: 42efe6390e610e0dc98dd967a4275c196dfb783b (
plain) (
tree)
|
|
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin
type="shlib"
id="org.gnome.evolution.caldav"
location="@PLUGINDIR@/liborg-gnome-evolution-caldav@SOEXT@"
load-on-startup="true"
domain="@GETTEXT_PACKAGE@"
localedir="@LOCALEDIR@"
_name="CalDAV Support"
system_plugin="true">
<author name="Christian Kellner" email="gicmo@gnome.org"/>
<_description>Add CalDAV support to Evolution.</_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/99.caldav"
factory="oge_caldav"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>
|