aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml
diff options
context:
space:
mode:
authorShreyas Srinivasan <sshreyas@novell.com>2005-07-10 17:24:36 +0800
committerShreyas Srinivasan <shres@src.gnome.org>2005-07-10 17:24:36 +0800
commit43f1ec630b08645689bbe52b36ee9491cc6377f4 (patch)
tree0d76d65830183a488d4fe16e5b103a12e7e4a4b1 /plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml
parentf01e6e84c52cf60f4088b747a30a24422d6f09b9 (diff)
downloadgsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar
gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.gz
gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.bz2
gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.lz
gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.xz
gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.tar.zst
gsoc2013-evolution-43f1ec630b08645689bbe52b36ee9491cc6377f4.zip
Make the camel-groupwise-listener load on startup.
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * plugins/groupwise-account-setup/*: Make the camel-groupwise-listener load on startup. svn path=/trunk/; revision=29691
Diffstat (limited to 'plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml')
-rw-r--r--plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml
new file mode 100644
index 0000000000..f2bfda5153
--- /dev/null
+++ b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin id="org.gnome.evolution.plugin.gw-account-setup" type="shlib" _name="Groupwise Account Setup"
+ location="@PLUGINDIR@/liborg-gnome-gw-account-setup.so" load-on-startup="true">
+ <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
+ <description>A plugin to setup groupwise calendar and contacts sources.</description>
+
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group target="account" id="org.gnome.evolution.mail.config.accountDruid">
+ <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
+ </group>
+ </hook>
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group target="account" id="org.gnome.evolution.mail.config.accountEditor">
+ <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
+ </group>
+ </hook>
+
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group target="account" id="org.gnome.evolution.mail.config.accountWizard">
+ <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
+ </group>
+ </hook>
+
+ </e-plugin>
+</e-plugin-list>