From 1946fe76331b37c5a3be97268f0e3b0e58f3bb00 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 04 May 2014 17:51:26 -0400 Subject: [PATCH] Refine branch and pages servlets --- gitblit.iml | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 48a1c22..7e25249 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -85,7 +85,9 @@ <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.5.jar!/" /> </CLASSES> <JAVADOC /> - <SOURCES /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.5.jar!/" /> + </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> @@ -94,7 +96,9 @@ <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.5.jar!/" /> </CLASSES> <JAVADOC /> - <SOURCES /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.5.jar!/" /> + </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> @@ -514,13 +518,13 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="sshd-core-0.10.1.jar"> + <library name="sshd-core-0.11.0.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/sshd-core-0.10.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/sshd-core-0.11.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/sshd-core-0.10.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/sshd-core-0.11.0.jar!/" /> </SOURCES> </library> </orderEntry> @@ -786,6 +790,17 @@ </SOURCES> </library> </orderEntry> + <orderEntry type="module-library"> + <library name="tika-core-1.5.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/tika-core-1.5.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/tika-core-1.5.jar!/" /> + </SOURCES> + </library> + </orderEntry> <orderEntry type="module-library" scope="TEST"> <library name="junit-4.11.jar"> <CLASSES> -- Gitblit v1.9.1