diff options
author | James Moger <james.moger@gitblit.com> | 2012-09-27 10:12:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-09-27 10:12:54 -0400 |
commit | ad0f8cb37a61a0c94c83a05961386b75e19120fa (patch) | |
tree | cb47a58bcd87dce7b4bd340a3e5b39dbbf7075f1 /.classpath | |
parent | d4f9b54d13fbdc9c54835f48812484b792b306e3 (diff) | |
download | gitblit-ad0f8cb37a61a0c94c83a05961386b75e19120fa.tar.gz gitblit-ad0f8cb37a61a0c94c83a05961386b75e19120fa.zip |
Added Lucene-Queries dependency
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ <classpathentry kind="lib" path="ext/lucene-core-3.6.1.jar" sourcepath="ext/src/lucene-core-3.6.1-sources.jar" /> <classpathentry kind="lib" path="ext/lucene-highlighter-3.6.1.jar" sourcepath="ext/src/lucene-highlighter-3.6.1-sources.jar" /> <classpathentry kind="lib" path="ext/lucene-memory-3.6.1.jar" sourcepath="ext/src/lucene-memory-3.6.1-sources.jar" /> - + <classpathentry kind="lib" path="ext/lucene-queries-3.6.1.jar" sourcepath="ext/src/lucene-queries-3.6.1-sources.jar" /> <classpathentry kind="lib" path="ext/jakarta-regexp-1.4.jar" /> <classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/src/markdownpapers-core-1.2.7-sources.jar" /> <classpathentry kind="lib" path="ext/org.eclipse.jgit-2.1.0.201209190230-r.jar" sourcepath="ext/src/org.eclipse.jgit-2.1.0.201209190230-r-sources.jar" /> |