aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml')
-rw-r--r--plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml
deleted file mode 100644
index 17ba087058..0000000000
--- a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0"?>
-<e-plugin-list>
- <e-plugin
- type="shlib"
- location="@PLUGINDIR@/liborg-gnome-calendar-weather@SOEXT@"
- id="org.gnome.evolution.calendar.weather"
- _name="Weather Calendars"
- system_plugin="true">
- <_description>Add weather calendars to Evolution.</_description>
- <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/>
- <hook class="org.gnome.evolution.calendar.config:1.0">
- <group
- target="source"
- id="org.gnome.evolution.calendar.calendarProperties"
- check="e_calendar_weather_check">
- <item
- type="item_table"
- path="00.general/00.source/40.location"
- factory="e_calendar_weather_location"/>
- <item
- type="item_table"
- path="00.general/00.source/50.units"
- factory="e_calendar_weather_units"/>
- <item
- type="item_table"
- path="00.general/00.source/60.refresh"
- factory="e_calendar_weather_refresh"/>
- </group>
- </hook>
- <hook class="org.gnome.evolution.calendar.events:1.0">
- <event target="module" id="module.migration" handle="e_calendar_weather_migrate"/>
- </hook>
- </e-plugin>
-</e-plugin-list>