Skip to content
Snippets Groups Projects
Commit dbbdb2e6 authored by tpylak's avatar tpylak
Browse files

LMS-667 add highlighter library to the build

SVN: 9425
parent a191b5ff
No related branches found
No related tags found
No related merge requests found
...@@ -330,6 +330,9 @@ ...@@ -330,6 +330,9 @@
<lib dir="${lib}/lucene"> <lib dir="${lib}/lucene">
<include name="*.jar" /> <include name="*.jar" />
</lib> </lib>
<lib dir="${lib}/lucene-highlighter">
<include name="lucene-highlighter.jar" />
</lib>
</war> </war>
<!-- Does some cleaning. --> <!-- Does some cleaning. -->
<delete file="${jar.file}" failonerror="true" /> <delete file="${jar.file}" failonerror="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment