aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-http/org-gnome-calendar-http.eplug.xml
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-02-04 21:46:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:42 +0800
commit3efee090f0f57828edd05210f1a709f4eb4a926a (patch)
treeedf02d2bbfb531984771fa92ff517e7ad71f1ccc /plugins/calendar-http/org-gnome-calendar-http.eplug.xml
parentd21230f743de72ff73ed4aa22149175346d4d6ce (diff)
downloadgsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.gz
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.bz2
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.lz
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.xz
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.zst
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.zip
Add 'cal-config-webcal' module.
Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin.
Diffstat (limited to 'plugins/calendar-http/org-gnome-calendar-http.eplug.xml')
-rw-r--r--plugins/calendar-http/org-gnome-calendar-http.eplug.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/plugins/calendar-http/org-gnome-calendar-http.eplug.xml b/plugins/calendar-http/org-gnome-calendar-http.eplug.xml
deleted file mode 100644
index 32f2abe499..0000000000
--- a/plugins/calendar-http/org-gnome-calendar-http.eplug.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<e-plugin-list>
- <e-plugin
- type="shlib"
- location="@PLUGINDIR@/liborg-gnome-calendar-http@SOEXT@"
- id="org.gnome.evolution.calendar.http"
- _name="Web Calendars"
- system_plugin="true">
- <author name="David Trowbridge" email="David.Trowbridge@Colorado.edu"/>
- <_description>Add web calendars to Evolution.</_description>
- <hook class="org.gnome.evolution.calendar.config:1.0">
- <group
- target="source"
- id="org.gnome.evolution.calendar.calendarProperties"
- check="e_calendar_http_check">
- <item
- type="item_table"
- path="00.general/00.source/40.url"
- factory="e_calendar_http_url"/>
- <item
- type="item_table"
- path="00.general/00.source/50.secure"
- factory="e_calendar_http_secure"/>
- <item
- type="item_table"
- path="00.general/00.source/51.auth"
- factory="e_calendar_http_auth"/>
- <item
- type="item_table"
- path="00.general/00.source/60.refresh"
- factory="e_calendar_http_refresh"/>
- </group>
- </hook>
- </e-plugin>
-</e-plugin-list>