Add a "services" directory.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 28 Sep 2011 21:01:18 +0000 (17:01 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 29 Sep 2011 15:33:16 +0000 (11:33 -0400)
commit67e7dd47e7ece60df7b14c583f542b0063b377df
treef4dec8f67e1f430651891a95321d123e916166de
parent0dd1cb72652dd34fbc82e20ec6f18160057aed25
Add a "services" directory.

Split the D-Bus service binaries out of their respective "libedata"
folders and give them their own folder under "services".  This just
consists of the main() function, any migration gunk, and the D-Bus
.service key file.

This provides a natural place to add a new D-Bus service for ESources,
coming soon to a repository near you!

Also, by popular demand, change the binary and source code prefix in
these folders from "e" to "evolution".  I guess so grepping a process
list for "evolution" reveals all.
19 files changed:
.gitignore
Makefile.am
addressbook/libedata-book/Makefile.am
addressbook/libedata-book/e-data-book-factory.c
calendar/libedata-cal/Makefile.am
calendar/libedata-cal/e-data-cal-factory.c
calendar/libedata-cal/org.gnome.evolution.dataserver.Calendar.service.in
configure.ac
docs/reference/camel/tmpl/camel-session.sgml
docs/reference/camel/tmpl/camel-store.sgml
services/Makefile.am [new file with mode: 0644]
services/evolution-addressbook-factory/Makefile.am [new file with mode: 0644]
services/evolution-addressbook-factory/evolution-addressbook-factory-migrate-basedir.c [moved from addressbook/libedata-book/e-data-book-migrate-basedir.c with 85% similarity]
services/evolution-addressbook-factory/evolution-addressbook-factory.c [new file with mode: 0644]
services/evolution-addressbook-factory/org.gnome.evolution.dataserver.AddressBook.service.in [moved from addressbook/libedata-book/org.gnome.evolution.dataserver.AddressBook.service.in with 52% similarity]
services/evolution-calendar-factory/Makefile.am [new file with mode: 0644]
services/evolution-calendar-factory/evolution-calendar-factory-migrate-basedir.c [moved from calendar/libedata-cal/e-data-cal-migrate-basedir.c with 82% similarity]
services/evolution-calendar-factory/evolution-calendar-factory.c [new file with mode: 0644]
services/evolution-calendar-factory/org.gnome.evolution.dataserver.Calendar.service.in [new file with mode: 0644]