Applied Nicolas Vivien's opensync-plugin-0.4x patch
commit77bb14c90287fba1612a3a8cf34a9b149488af52
authorNicolas VIVIEN <nicolas@vivien.fr>
Tue, 27 Jan 2009 23:45:08 +0000 (27 18:45 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 20 Feb 2009 07:38:29 +0000 (20 02:38 -0500)
tree73bdb6d02b1a4cf2f9eb933f5cf690c643c54075
parentddd9928bdc95c76c43fa181dbf1ee14652d52dc3
Applied Nicolas Vivien's opensync-plugin-0.4x patch
31 files changed:
opensync-plugin-0.4x/.cvsignore [new file with mode: 0644]
opensync-plugin-0.4x/AUTHORS [new file with mode: 0644]
opensync-plugin-0.4x/COPYING [new file with mode: 0644]
opensync-plugin-0.4x/ChangeLog [new file with mode: 0644]
opensync-plugin-0.4x/Makefile.am [new file with mode: 0644]
opensync-plugin-0.4x/NEWS [new file with mode: 0644]
opensync-plugin-0.4x/README [new file with mode: 0644]
opensync-plugin-0.4x/buildgen.sh [new file with mode: 0755]
opensync-plugin-0.4x/configure.ac [new file with mode: 0644]
opensync-plugin-0.4x/m4/ax_c_check_flag.m4 [new file with mode: 0644]
opensync-plugin-0.4x/m4/ax_cxx_check_flag.m4 [new file with mode: 0644]
opensync-plugin-0.4x/patches/README [new file with mode: 0644]
opensync-plugin-0.4x/patches/kitchensync-svn-20070712-enable.patch [new file with mode: 0644]
opensync-plugin-0.4x/patches/libopensync-plugin-evolution2-0.22-file-path-fudge.patch [new file with mode: 0644]
opensync-plugin-0.4x/src/Makefile.am [new file with mode: 0644]
opensync-plugin-0.4x/src/barry-sync [new file with mode: 0644]
opensync-plugin-0.4x/src/barry_sync.cc [new file with mode: 0644]
opensync-plugin-0.4x/src/barry_sync.h [new file with mode: 0644]
opensync-plugin-0.4x/src/environment.cc [new file with mode: 0644]
opensync-plugin-0.4x/src/environment.h [new file with mode: 0644]
opensync-plugin-0.4x/src/idmap.cc [new file with mode: 0644]
opensync-plugin-0.4x/src/idmap.h [new file with mode: 0644]
opensync-plugin-0.4x/src/trace.h [new file with mode: 0644]
opensync-plugin-0.4x/src/vbase.cc [new file with mode: 0644]
opensync-plugin-0.4x/src/vbase.h [new file with mode: 0644]
opensync-plugin-0.4x/src/vcard.cc [new file with mode: 0644]
opensync-plugin-0.4x/src/vcard.h [new file with mode: 0644]
opensync-plugin-0.4x/src/vevent.cc [new file with mode: 0644]
opensync-plugin-0.4x/src/vevent.h [new file with mode: 0644]
opensync-plugin-0.4x/src/vformat.c [new file with mode: 0644]
opensync-plugin-0.4x/src/vformat.h [new file with mode: 0644]