diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-14 16:18:39 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-14 16:18:39 -0400 |
commit | 7d35ed8bd6ccb43d4ae89b151f193392edb9184b (patch) | |
tree | be87fcb9f07eeef2c8afa5b584985b5a485b52ba /.classpath | |
parent | 0708e4c35e17650049a7ae9c6bdb7297ad93581e (diff) | |
download | gitblit-7d35ed8bd6ccb43d4ae89b151f193392edb9184b.tar.gz gitblit-7d35ed8bd6ccb43d4ae89b151f193392edb9184b.zip |
Added Lucene Memory lib dependency
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,5 +29,6 @@ <classpathentry kind="lib" path="ext/org.eclipse.jgit-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit-1.3.0.201202151440-r-sources.jar"/> <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r-sources.jar"/> <classpathentry kind="lib" path="ext/lucene-highlighter-3.5.0.jar" sourcepath="ext/lucene-highlighter-3.5.0-sources.jar"/> + <classpathentry kind="lib" path="ext/lucene-memory-3.5.0.jar" sourcepath="ext/lucene-memory-3.5.0-sources.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |