diff options
author | James Moger <james.moger@gitblit.com> | 2015-09-18 14:07:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-09-18 14:07:38 -0400 |
commit | 7a19abdb9d5721a2479f65da596a23ac3427241c (patch) | |
tree | e8bf0f7865c61c9309800559ead9c86b47ad4a22 /gitblit.iml | |
parent | 4e94467ee0deefaf38bb9dea48cacccb375481a3 (diff) | |
download | gitblit-7a19abdb9d5721a2479f65da596a23ac3427241c.tar.gz gitblit-7a19abdb9d5721a2479f65da596a23ac3427241c.zip |
Update to Guice 4.0 final with -gb2 ServletFilter fix
Diffstat (limited to 'gitblit.iml')
-rw-r--r-- | gitblit.iml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gitblit.iml b/gitblit.iml index 6eab2a61..56613a30 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -14,13 +14,13 @@ </content> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module-library"> - <library name="guice-4.0-beta5.jar"> + <library name="guice-4.0.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/guice-4.0-beta5.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/guice-4.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/guice-4.0-beta5.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/guice-4.0.jar!/" /> </SOURCES> </library> </orderEntry> @@ -58,13 +58,13 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="guice-servlet-4.0-gb1.jar"> + <library name="guice-servlet-4.0-gb2.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/guice-servlet-4.0-gb1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/guice-servlet-4.0-gb2.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/guice-servlet-4.0-gb1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/guice-servlet-4.0-gb2.jar!/" /> </SOURCES> </library> </orderEntry> |