aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-file/org-gnome-calendar-file.eplug.xml
blob: 9b146101f2686e6ac5d8f4de6dc3e7b0809fcc58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin
     type="shlib"
     location="@PLUGINDIR@/liborg-gnome-calendar-file@SOEXT@"
     id="org.gnome.evolution.calendar.file"
     _name="Local Calendars"
     system_plugin="true">
     <author name="JP Rosevear" email="jpr@novell.com"/>
     <_description>Add local calendars 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/00.file_dummy"
         factory="e_calendar_file_dummy"/>
            </group>
        </hook>
    </e-plugin>
</e-plugin-list>