Initial commit for the Google Calendar Interface.
authorChenthill Palanisamy <pchenthill@novell.com>
Tue, 23 Oct 2007 10:23:31 +0000 (10:23 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Tue, 23 Oct 2007 10:23:31 +0000 (10:23 +0000)
commitf3d74746d20c04d298e47ab3deaaa70ab158773e
tree65d4dafe0c74488c8825ba16db11dfcde378d8e6
parente213c65fbf9a9e090d8ba6e8a9bf1a1f6c0848c4
Initial commit for the Google Calendar Interface.

2007-10-23  Chenthill Palanisamy  <pchenthill@novell.com>

Initial commit for the Google Calendar Interface.

* Makefile.am
* libgdata/Makefile.am
* libgdata-google/Makefile.am
* libgdata/gdata-entry.c
* libgdata/gdata-entry.h
* libgdata/gdata-feed.c
* libgdata/gdata-feed.h
* libgdata/gdata-service-iface.c
* libgdata/gdata-service-iface.h
* libgdata/libgdata.pc.in
* libgdata-google/gdata-google-service.c
* libgdata-google/gdata-google-service.h
* libgdata-google/libgdata-google.pc.in

Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>

svn path=/trunk/; revision=8141
13 files changed:
servers/google/Makefile.am [new file with mode: 0644]
servers/google/libgdata-google/Makefile.am [new file with mode: 0644]
servers/google/libgdata-google/gdata-google-service.c [new file with mode: 0644]
servers/google/libgdata-google/gdata-google-service.h [new file with mode: 0644]
servers/google/libgdata-google/libgdata-google.pc.in [new file with mode: 0644]
servers/google/libgdata/Makefile.am [new file with mode: 0644]
servers/google/libgdata/gdata-entry.c [new file with mode: 0644]
servers/google/libgdata/gdata-entry.h [new file with mode: 0644]
servers/google/libgdata/gdata-feed.c [new file with mode: 0644]
servers/google/libgdata/gdata-feed.h [new file with mode: 0644]
servers/google/libgdata/gdata-service-iface.c [new file with mode: 0644]
servers/google/libgdata/gdata-service-iface.h [new file with mode: 0644]
servers/google/libgdata/libgdata.pc.in [new file with mode: 0644]