You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2011/10/27 20:51:54 UTC

svn commit: r1189931 - /lucene/dev/trunk/solr/common-build.xml

Author: ehatcher
Date: Thu Oct 27 18:51:54 2011
New Revision: 1189931

URL: http://svn.apache.org/viewvc?rev=1189931&view=rev
Log:
Add contrib/velocity to legal check

Modified:
    lucene/dev/trunk/solr/common-build.xml

Modified: lucene/dev/trunk/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/common-build.xml?rev=1189931&r1=1189930&r2=1189931&view=diff
==============================================================================
--- lucene/dev/trunk/solr/common-build.xml (original)
+++ lucene/dev/trunk/solr/common-build.xml Thu Oct 27 18:51:54 2011
@@ -145,6 +145,8 @@
       <arg value="-c" />
       <arg value="${common-solr.dir}/contrib/uima/lib" />
       <arg value="-c" />
+      <arg value="${common-solr.dir}/contrib/velocity/lib" />
+      <arg value="-c" />
       <arg value="${common-solr.dir}/example/example-DIH/solr/db/lib" />
       <arg value="-c" />
       <arg value="${common-solr.dir}/example/example-DIH/solr/mail/lib" />