From 922fe8842ea443acbd7a7580cc74021cd9a72ecc Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Tue, 13 Oct 2009 14:14:47 +0000 Subject: [PATCH] add in Velocity POM git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824775 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 14 +++++ .../velocity/solr-velocity-pom.xml.template | 61 +++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 contrib/velocity/solr-velocity-pom.xml.template diff --git a/build.xml b/build.xml index 383d10e3be6..5e46a399a64 100644 --- a/build.xml +++ b/build.xml @@ -534,6 +534,8 @@ + @@ -550,6 +552,8 @@ basedir="${build.javadoc}/contrib-solr-dataimporthandler" /> + @@ -737,6 +741,7 @@ + @@ -819,6 +824,15 @@ + + + + + + + + diff --git a/contrib/velocity/solr-velocity-pom.xml.template b/contrib/velocity/solr-velocity-pom.xml.template new file mode 100644 index 00000000000..8dcaf7fd279 --- /dev/null +++ b/contrib/velocity/solr-velocity-pom.xml.template @@ -0,0 +1,61 @@ + + + + + 4.0.0 + + + org.apache.solr + solr-parent + @maven_version@ + + + org.apache.solr + solr-velocity + Apache Solr Velocity Extension + @maven_version@ + Apache Solr Velocity Extension adds support for integrating Solr and Velocity + jar + + + + commons-lang + commons-lang + 2.4 + + + commons-beanutils + commons-beanutils + 1.7.0 + + + org.apache.velocity + velocity + 1.6.1 + + + org.apache.velocity + velocity-tools + 2.0-beta3 + + +