From efb1137546de9a32bfa23aeda9edd7dc4f597d05 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 27 Sep 2012 09:35:54 -0400 Subject: [PATCH] Added Hamcrest-Core (JUnit) and Jakarta-Regexp (Lucene Memory) --- .classpath | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index 0a5f936..c34771f 100644 --- a/.classpath +++ b/.classpath @@ -14,6 +14,7 @@ <classpathentry kind="lib" path="ext/rome-0.9.jar" sourcepath="ext/src/rome-0.9-sources.jar"/> <classpathentry kind="lib" path="ext/jdom-1.0.jar" sourcepath="ext/src/jdom-1.0-sources.jar"/> <classpathentry kind="lib" path="ext/junit-4.8.2.jar"/> + <classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar"/> <classpathentry kind="lib" path="ext/jetty-webapp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-webapp-7.6.5.v20120716-sources.jar"/> <classpathentry kind="lib" path="ext/gson-1.7.2.jar" sourcepath="ext/src/gson-1.7.2-sources.jar"/> <classpathentry kind="lib" path="ext/mail-1.4.3.jar" sourcepath="ext/src/mail-1.4.3-sources.jar"/> @@ -30,6 +31,7 @@ <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-2.1.0.201209190230-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-2.1.0.201209190230-r-sources.jar"/> <classpathentry kind="lib" path="ext/lucene-highlighter-3.6.0.jar" sourcepath="ext/src/lucene-highlighter-3.6.0-sources.jar"/> <classpathentry kind="lib" path="ext/lucene-memory-3.6.0.jar" sourcepath="ext/src/lucene-memory-3.6.0-sources.jar"/> + <classpathentry kind="lib" path="ext/jakarta-regexp-1.4.jar"/> <classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.0-sources.jar"/> <classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0-sources.jar"/> <classpathentry kind="output" path="bin"/> -- Gitblit v1.9.1