From c828cf2db88956094a31a79741145688876879df Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 03 Jul 2014 16:57:47 -0400 Subject: [PATCH] Use Guice-Servlet rather than custom code and expose the Injector --- gitblit.iml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 9a689da..f8a8a67 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -58,6 +58,17 @@ </library> </orderEntry> <orderEntry type="module-library"> + <library name="guice-servlet-4.0-beta4.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/guice-servlet-4.0-beta4.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/guice-servlet-4.0-beta4.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> <library name="annotations-12.0.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/annotations-12.0.jar!/" /> -- Gitblit v1.9.1