diff options
author | James Moger <james.moger@gitblit.com> | 2012-09-27 09:35:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-09-27 09:35:54 -0400 |
commit | efb1137546de9a32bfa23aeda9edd7dc4f597d05 (patch) | |
tree | 9a34e2da4ee13cfbeed5a2250377e2a9385aaf97 /.classpath | |
parent | 94464d414e731f3c147c0ba88db084d4d292e0df (diff) | |
download | gitblit-efb1137546de9a32bfa23aeda9edd7dc4f597d05.tar.gz gitblit-efb1137546de9a32bfa23aeda9edd7dc4f597d05.zip |
Added Hamcrest-Core (JUnit) and Jakarta-Regexp (Lucene Memory)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"/> |