diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-12 22:55:59 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-12 22:55:59 -0400 |
commit | 23b6eb52efa21a6ef386acade5c1c515012ceb39 (patch) | |
tree | 0a9562074e82f88957d8523cab3cc69b3c232f9e /.classpath | |
parent | 934ada531b4cf78b76f5b458190c1f057ff770c9 (diff) | |
download | gitblit-23b6eb52efa21a6ef386acade5c1c515012ceb39.tar.gz gitblit-23b6eb52efa21a6ef386acade5c1c515012ceb39.zip |
Add Lucene Highlighter dependency
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,5 +28,6 @@ <classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/markdownpapers-core-1.2.7-sources.jar"/> <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="output" path="bin"/> </classpath> |