From 04ef9f9ec3fcec42bbfd00d5f497a51ff84a068e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 23 May 2013 23:46:27 -0400 Subject: [PATCH] Added directional arrow for compare inputs --- gitblit.iml | 43 +++++++++++++++++-------------------------- 1 files changed, 17 insertions(+), 26 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 51cc7e2..fe245be 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -207,13 +207,13 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="org.eclipse.jgit-2.3.1.201302201838-r.jar"> + <library name="org.eclipse.jgit-3.0.0-SNAPSHOT.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-2.3.1.201302201838-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-3.0.0-SNAPSHOT.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-2.3.1.201302201838-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-3.0.0-SNAPSHOT.jar!/" /> </SOURCES> </library> </orderEntry> @@ -229,13 +229,24 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="org.eclipse.jgit.http.server-2.3.1.201302201838-r.jar"> + <library name="JavaEWAH-0.5.6.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-2.3.1.201302201838-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/JavaEWAH-0.5.6.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-2.3.1.201302201838-r.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/JavaEWAH-0.5.6.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="org.eclipse.jgit.http.server-3.0.0-SNAPSHOT.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-3.0.0-SNAPSHOT.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-3.0.0-SNAPSHOT.jar!/" /> </SOURCES> </library> </orderEntry> @@ -367,26 +378,6 @@ <SOURCES> <root url="jar://$MODULE_DIR$/ext/src/xz-1.0.jar!/" /> </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library" scope="PROVIDED"> - <library name="commons-daemon-1.0.14.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/commons-daemon-1.0.14.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/commons-daemon-1.0.14.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library" scope="PROVIDED"> - <library name="commons-daemon-1.0.14-bin-windows.zip"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/commons-daemon-1.0.14-bin-windows.zip!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES /> </library> </orderEntry> <orderEntry type="module-library" scope="TEST"> -- Gitblit v1.9.1