From dbbdb2e65fc78099f77c193d99af0351be72e223 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 17 Dec 2008 12:15:56 +0000 Subject: [PATCH] LMS-667 add highlighter library to the build SVN: 9425 --- openbis/build/build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbis/build/build.xml b/openbis/build/build.xml index 0c3a76380bb..5613a5162f9 100644 --- a/openbis/build/build.xml +++ b/openbis/build/build.xml @@ -330,6 +330,9 @@ <lib dir="${lib}/lucene"> <include name="*.jar" /> </lib> + <lib dir="${lib}/lucene-highlighter"> + <include name="lucene-highlighter.jar" /> + </lib> </war> <!-- Does some cleaning. --> <delete file="${jar.file}" failonerror="true" /> -- GitLab