]> git.0d.be Git - empathy.git/commit
Move account plugins to their own dir
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 6 Sep 2012 07:49:10 +0000 (09:49 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 6 Sep 2012 08:59:52 +0000 (10:59 +0200)
commitb73b93e7cfb16579ef6ec18ef01acdac2c6c24f3
treec677467f6ac3d093e590b3102f2b0cbb225b5aff
parent006b27d7f0c5dd6efeee83e2c7bb21a60a7a138e
Move account plugins to their own dir

https://bugzilla.gnome.org/show_bug.cgi?id=683415
68 files changed:
configure.ac
ubuntu-online-accounts/cc-plugins/Makefile.am
ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-aim.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-aim.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-gadugadu.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-gadugadu.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-groupwise.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-groupwise.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-icq.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-icq.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-irc.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-irc.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-jabber.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-jabber.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-local-xmpp.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-local-xmpp.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-mxit.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-mxit.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-myspace.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-myspace.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sametime.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sametime.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sip.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sip.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoo.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoo.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoojp.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoojp.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-zephyr.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-zephyr.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin.c [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin.h [new file with mode: 0644]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-aim.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-aim.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-gadugadu.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-gadugadu.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-groupwise.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-groupwise.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-icq.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-icq.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-irc.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-irc.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-jabber.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-jabber.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-local-xmpp.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-local-xmpp.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-mxit.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-mxit.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-myspace.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-myspace.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-sametime.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-sametime.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-sip.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-sip.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-yahoo.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-yahoo.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-yahoojp.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-yahoojp.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-zephyr.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-zephyr.h [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin.c [deleted file]
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin.h [deleted file]
ubuntu-online-accounts/cc-plugins/generate-plugins.py