From f7e97712b5c4edd72cad1e8e54490de02a766224 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 10 Apr 2014 19:00:52 -0400 Subject: [PATCH] Fix ${baseFolder}/plugins mkdir bug --- gitblit.iml | 62 +++++++++++++++++++++---------- 1 files changed, 42 insertions(+), 20 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index ba8068e..ed067f2 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -179,17 +179,6 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="googlecharts-1.4.21.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/googlecharts-1.4.21.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/googlecharts-1.4.21.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library"> <library name="lucene-core-4.6.0.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/lucene-core-4.6.0.jar!/" /> @@ -419,24 +408,24 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="org.eclipse.jgit-3.3.0.201403021825-r.jar"> + <library name="org.eclipse.jgit-3.3.1.201403241930-r.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-3.3.0.201403021825-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-3.3.1.201403241930-r.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-3.3.0.201403021825-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-3.3.1.201403241930-r.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="jsch-0.1.46.jar"> + <library name="jsch-0.1.50.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/jsch-0.1.46.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/jsch-0.1.50.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/jsch-0.1.46.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/jsch-0.1.50.jar!/" /> </SOURCES> </library> </orderEntry> @@ -496,13 +485,13 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="org.eclipse.jgit.http.server-3.3.0.201403021825-r.jar"> + <library name="org.eclipse.jgit.http.server-3.3.1.201403241930-r.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-3.3.0.201403021825-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-3.3.1.201403241930-r.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-3.3.0.201403021825-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-3.3.1.201403241930-r.jar!/" /> </SOURCES> </library> </orderEntry> @@ -536,6 +525,28 @@ <JAVADOC /> <SOURCES> <root url="jar://$MODULE_DIR$/ext/src/bcpkix-jdk15on-1.49.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="sshd-core-0.10.1.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/sshd-core-0.10.1.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/sshd-core-0.10.1.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="mina-core-2.0.7.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/mina-core-2.0.7.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/mina-core-2.0.7.jar!/" /> </SOURCES> </library> </orderEntry> @@ -779,6 +790,17 @@ </SOURCES> </library> </orderEntry> + <orderEntry type="module-library"> + <library name="pf4j-0.6.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/pf4j-0.6.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/pf4j-0.6.jar!/" /> + </SOURCES> + </library> + </orderEntry> <orderEntry type="module-library" scope="TEST"> <library name="junit-4.11.jar"> <CLASSES> -- Gitblit v1.9.1