Package com.google.gerrit.httpd.gitweb

Examples of com.google.gerrit.httpd.gitweb.GitWebModule


    install(new GerritRequestModule());
    install(new GitOverHttpServlet.Module());

    bind(GitWebConfig.class).toInstance(gitWebConfig);
    if (gitWebConfig.getGitwebCGI() != null) {
      install(new GitWebModule());
    }

    bind(ContactStore.class).toProvider(ContactStoreProvider.class).in(
        SINGLETON);
    bind(GerritConfigProvider.class);
View Full Code Here

TOP

Related Classes of com.google.gerrit.httpd.gitweb.GitWebModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.