[evolution-data-server] Bug 649365 - Creation of new repository evolution-groupwise
- From: Vibha Yadav <yvibha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 649365 - Creation of new repository evolution-groupwise
- Date: Thu, 5 May 2011 07:18:16 +0000 (UTC)
commit 8563b1dae9fc620bcbc1cbd76ee306f8391266bd
Author: Vibha Yadav <yvibha novell com>
Date: Thu May 5 12:46:09 2011 +0530
Bug 649365 - Creation of new repository evolution-groupwise
Removing groupwise plugin code from evolution.
Please find the evolution-groupwise repository
http://git.gnome.org/browse/evolution-groupwise
Makefile.am | 4 +-
addressbook/backends/Makefile.am | 2 +-
addressbook/backends/groupwise/Makefile.am | 52 -
addressbook/backends/groupwise/create-account.c | 89 -
.../groupwise/e-book-backend-groupwise-factory.c | 53 -
.../backends/groupwise/e-book-backend-groupwise.c | 3923 ------------------
.../backends/groupwise/e-book-backend-groupwise.h | 51 -
calendar/backends/Makefile.am | 2 +-
calendar/backends/groupwise/Makefile.am | 36 -
calendar/backends/groupwise/TODO | 141 -
.../groupwise/e-cal-backend-groupwise-factory.c | 203 -
.../groupwise/e-cal-backend-groupwise-factory.h | 37 -
.../groupwise/e-cal-backend-groupwise-utils.c | 2282 -----------
.../groupwise/e-cal-backend-groupwise-utils.h | 66 -
.../backends/groupwise/e-cal-backend-groupwise.c | 2830 -------------
.../backends/groupwise/e-cal-backend-groupwise.h | 71 -
camel/providers/Makefile.am | 2 +-
camel/providers/groupwise/Makefile.am | 51 -
camel/providers/groupwise/camel-groupwise-folder.c | 3329 ----------------
camel/providers/groupwise/camel-groupwise-folder.h | 91 -
.../providers/groupwise/camel-groupwise-journal.c | 422 --
.../providers/groupwise/camel-groupwise-journal.h | 103 -
.../providers/groupwise/camel-groupwise-private.h | 48 -
.../providers/groupwise/camel-groupwise-provider.c | 196 -
.../groupwise/camel-groupwise-store-summary.c | 538 ---
.../groupwise/camel-groupwise-store-summary.h | 103 -
camel/providers/groupwise/camel-groupwise-store.c | 1676 --------
camel/providers/groupwise/camel-groupwise-store.h | 106 -
.../providers/groupwise/camel-groupwise-summary.c | 428 --
.../providers/groupwise/camel-groupwise-summary.h | 98 -
.../groupwise/camel-groupwise-transport.c | 227 --
.../groupwise/camel-groupwise-transport.h | 70 -
camel/providers/groupwise/camel-groupwise-utils.c | 715 ----
camel/providers/groupwise/camel-groupwise-utils.h | 81 -
camel/providers/groupwise/libcamelgroupwise.urls | 1 -
configure.ac | 6 -
servers/Makefile.am | 3 -
servers/groupwise/Makefile.am | 96 -
servers/groupwise/create-account.c | 78 -
servers/groupwise/doc/GW_SABdeltas.txt | 44 -
servers/groupwise/doc/gw-soap-enums.xsd | 36 -
servers/groupwise/doc/gw-soap-methods.xsd | 1104 ------
servers/groupwise/doc/gw-soap-types.xsd | 1591 --------
servers/groupwise/e-gw-connection.c | 4174 --------------------
servers/groupwise/e-gw-connection.h | 188 -
servers/groupwise/e-gw-container.c | 783 ----
servers/groupwise/e-gw-container.h | 105 -
servers/groupwise/e-gw-filter.c | 261 --
servers/groupwise/e-gw-filter.h | 77 -
servers/groupwise/e-gw-item.c | 3623 -----------------
servers/groupwise/e-gw-item.h | 333 --
servers/groupwise/e-gw-message.c | 145 -
servers/groupwise/e-gw-message.h | 50 -
servers/groupwise/e-gw-proxy.c | 382 --
servers/groupwise/e-gw-proxy.h | 66 -
servers/groupwise/e-gw-recur-utils.c | 38 -
servers/groupwise/e-gw-recur-utils.h | 71 -
servers/groupwise/e-gw-sendoptions.c | 631 ---
servers/groupwise/e-gw-sendoptions.h | 104 -
servers/groupwise/libegroupwise.pc.in | 15 -
servers/groupwise/soap-test.c | 75 -
servers/groupwise/soup-soap-message.c | 813 ----
servers/groupwise/soup-soap-message.h | 99 -
servers/groupwise/soup-soap-response.c | 577 ---
servers/groupwise/soup-soap-response.h | 71 -
65 files changed, 5 insertions(+), 33761 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index eaaf5ec..9a4b309 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,8 @@ if ENABLE_CALENDAR
CALENDAR_DIR = calendar
endif
-SUBDIRS = libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui tests docs art po
-DIST_SUBDIRS = libedataserver libebackend servers camel addressbook calendar libedataserverui tests docs art po
+SUBDIRS = libedataserver libebackend camel addressbook $(CALENDAR_DIR) libedataserverui tests docs art po
+DIST_SUBDIRS = libedataserver libebackend camel addressbook calendar libedataserverui tests docs art po
%-$(API_VERSION).pc: %.pc
cp $< $@
diff --git a/addressbook/backends/Makefile.am b/addressbook/backends/Makefile.am
index b172d1c..d566392 100644
--- a/addressbook/backends/Makefile.am
+++ b/addressbook/backends/Makefile.am
@@ -4,6 +4,6 @@ else
LDAP_SUBDIR =
endif
-SUBDIRS = file vcf $(LDAP_SUBDIR) google groupwise webdav
+SUBDIRS = file vcf $(LDAP_SUBDIR) google webdav
-include $(top_srcdir)/git.mk
diff --git a/calendar/backends/Makefile.am b/calendar/backends/Makefile.am
index 84fd82a..b282566 100644
--- a/calendar/backends/Makefile.am
+++ b/calendar/backends/Makefile.am
@@ -4,6 +4,6 @@ else
WEATHER_SUBDIR =
endif
-SUBDIRS = file groupwise http contacts $(WEATHER_SUBDIR) caldav
+SUBDIRS = file http contacts $(WEATHER_SUBDIR) caldav
-include $(top_srcdir)/git.mk
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index 6040920..8c4f41a 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -7,6 +7,6 @@ else
SENDMAIL_DIR=sendmail
endif
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap imapx $(NNTP_DIR) local groupwise
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap imapx $(NNTP_DIR) local
-include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 3c4fbfe..aef754f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1431,7 +1431,6 @@ addressbook/backends/file/Makefile
addressbook/backends/vcf/Makefile
addressbook/backends/ldap/Makefile
addressbook/backends/google/Makefile
-addressbook/backends/groupwise/Makefile
addressbook/backends/webdav/Makefile
art/Makefile
calendar/Makefile
@@ -1443,13 +1442,11 @@ calendar/libegdbus/Makefile
calendar/backends/Makefile
calendar/backends/caldav/Makefile
calendar/backends/file/Makefile
-calendar/backends/groupwise/Makefile
calendar/backends/http/Makefile
calendar/backends/contacts/Makefile
calendar/backends/weather/Makefile
camel/Makefile
camel/providers/Makefile
-camel/providers/groupwise/Makefile
camel/providers/imap/Makefile
camel/providers/imapx/Makefile
camel/providers/local/Makefile
@@ -1473,9 +1470,6 @@ libedataserver/eds-version.h
libedataserver/libedataserver.pc
libedataserverui/Makefile
libedataserverui/libedataserverui.pc
-servers/Makefile
-servers/groupwise/Makefile
-servers/groupwise/libegroupwise.pc
tests/Makefile
tests/libebook/Makefile
tests/libebook/vcard/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]