aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
commitb9269bd09862b22a89d44a61a5eb728c28ec3761 (patch)
tree23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
parentf77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff)
downloadgsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.bz2
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.lz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.xz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip
fix names so that intltool will parse as xml
remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/calendar-weather/org-gnome-calendar-weather.eplug.in')
-rw-r--r--plugins/calendar-weather/org-gnome-calendar-weather.eplug.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
deleted file mode 100644
index 13a495ad25..0000000000
--- a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<e-plugin-list>
- <e-plugin
- type="shlib"
- location="@PLUGINDIR@/liborg-gnome-calendar-weather.so"
- id="org.gnome.evolution.calendar.weather"
- name="Weather Calendars">
- <description>Provides core functionality for weather calendars.</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="component" id="component.migration" handle="e_calendar_weather_migrate"/>
- </hook>
- </e-plugin>
-</e-plugin-list>