added scm-cli and scm-server-util

This commit is contained in:
Sebastian Sdorra
2010-09-11 15:03:17 +02:00
parent 64253bcb4f
commit 85cb34f498
12 changed files with 826 additions and 37 deletions

View File

@@ -58,6 +58,7 @@ public class ContextListener extends GuiceServletContextListener
protected void configureServlets()
{
bind(Authenticator.class).to(DemoAuthenticator.class);
bind(SCMContextProvider.class).toInstance(SCMContext.getContext());
Map<String, String> params = new HashMap<String, String>();