From 1f314fb9faabaefeabbd4df221240bc8eeb19d24 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Fri, 4 Dec 2009 20:16:09 +0000 Subject: [PATCH] LUCENE-2107: Added a pom.xml.template to contrib/fast-vector-highlighter git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887339 13f79535-47bb-0310-9956-ffa450edef68 --- .../fast-vector-highlighter/pom.xml.template | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 contrib/fast-vector-highlighter/pom.xml.template diff --git a/contrib/fast-vector-highlighter/pom.xml.template b/contrib/fast-vector-highlighter/pom.xml.template new file mode 100644 index 00000000000..6355811eb8e --- /dev/null +++ b/contrib/fast-vector-highlighter/pom.xml.template @@ -0,0 +1,45 @@ + + + + + 4.0.0 + + org.apache.lucene + lucene-contrib + @version@ + + org.apache.lucene + lucene-fast-vector-highlighter + Lucene Fast-Vector-Highlighter + @version@ + + This is a Term-Vector based highlighter for Apache Lucene Java + + jar + + + org.apache.lucene + lucene-analyzers + @version@ + + +