From 41124cddb6edd82c1630efb99b29c839304ed897 Mon Sep 17 00:00:00 2001 From: Eric Myhre <hash@exultant.us> Date: Thu, 10 Apr 2014 18:58:07 -0400 Subject: [PATCH] Support serving repositories over the SSH transport --- gitblit.iml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 8e787cb..c114d4d 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -529,6 +529,28 @@ </library> </orderEntry> <orderEntry type="module-library"> + <library name="sshd-core-0.6.0.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/sshd-core-0.6.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/sshd-core-0.6.0.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="mina-core-2.0.2.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/mina-core-2.0.2.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/mina-core-2.0.2.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> <library name="rome-0.9.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/rome-0.9.jar!/" /> -- Gitblit v1.9.1