[reviewboard.auth_backends]
x509 = reviewboard.accounts.backends:X509Backend
nis = reviewboard.accounts.backends:NISBackend
ad = reviewboard.accounts.backends:ActiveDirectoryBackend
ldap = reviewboard.accounts.backends:LDAPBackend

[reviewboard.scmtools]
svn = reviewboard.scmtools.svn:SVNTool
git = reviewboard.scmtools.git:GitTool
bzr = reviewboard.scmtools.bzr:BZRTool
cvs = reviewboard.scmtools.cvs:CVSTool
perforce = reviewboard.scmtools.perforce:PerforceTool
plastic = reviewboard.scmtools.plastic:PlasticTool
clearcase = reviewboard.scmtools.clearcase:ClearCaseTool
hg = reviewboard.scmtools.hg:HgTool

[reviewboard.hosting_services]
googlecode = reviewboard.hostingsvcs.googlecode:GoogleCode
bitbucket = reviewboard.hostingsvcs.bitbucket:Bitbucket
github = reviewboard.hostingsvcs.github:GitHub
trac = reviewboard.hostingsvcs.trac:Trac
fedorahosted = reviewboard.hostingsvcs.fedorahosted:FedoraHosted
gitlab = reviewboard.hostingsvcs.gitlab:GitLab
sourceforge = reviewboard.hostingsvcs.sourceforge:SourceForge
beanstalk = reviewboard.hostingsvcs.beanstalk:Beanstalk
unfuddle = reviewboard.hostingsvcs.unfuddle:Unfuddle
bugzilla = reviewboard.hostingsvcs.bugzilla:Bugzilla
redmine = reviewboard.hostingsvcs.redmine:Redmine
codebasehq = reviewboard.hostingsvcs.codebasehq:CodebaseHQ
versionone = reviewboard.hostingsvcs.versionone:VersionOne
gitorious = reviewboard.hostingsvcs.gitorious:Gitorious

[console_scripts]
rbssh = reviewboard.cmdline.rbssh:main
rb-site = reviewboard.cmdline.rbsite:main

