use template engine and repository service for git repository page

This commit is contained in:
Sebastian Sdorra
2013-02-27 15:41:31 +01:00
parent 2e54ff171d
commit 3dbd79207b
4 changed files with 373 additions and 156 deletions

View File

@@ -60,6 +60,7 @@ public class GitServletModule extends ServletModule
@Override
protected void configureServlets()
{
bind(GitRepositoryViewer.class);
bind(GitRepositoryResolver.class);
bind(GitReceivePackFactory.class);