From cdbbda53e245621065bf142e48737faf88a5fee7 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 17 Mar 2012 11:00:17 -0400 Subject: [PATCH] Incremental commit indexing was missing branch field --- .classpath | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index c9946a8..d7f8837 100644 --- a/.classpath +++ b/.classpath @@ -28,5 +28,7 @@ <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="lib" path="ext/lucene-memory-3.5.0.jar" sourcepath="ext/lucene-memory-3.5.0-sources.jar"/> <classpathentry kind="output" path="bin"/> </classpath> -- Gitblit v1.9.1