From 23b6eb52efa21a6ef386acade5c1c515012ceb39 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 12 Mar 2012 22:55:59 -0400 Subject: [PATCH] Add Lucene Highlighter dependency --- .classpath | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index c9946a8..f5ee498 100644 --- a/.classpath +++ b/.classpath @@ -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> -- Gitblit v1.9.1