You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2013/08/13 21:54:21 UTC

svn commit: r1513628 - /lucene/dev/trunk/dev-tools/idea/solr/contrib/velocity/velocity.iml

Author: erick
Date: Tue Aug 13 19:54:20 2013
New Revision: 1513628

URL: http://svn.apache.org/r1513628
Log:
SOLR-5141. lucene.IOUtils needs to be available for VelocityResopnseWriter in IntelliJ

Modified:
    lucene/dev/trunk/dev-tools/idea/solr/contrib/velocity/velocity.iml

Modified: lucene/dev/trunk/dev-tools/idea/solr/contrib/velocity/velocity.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/solr/contrib/velocity/velocity.iml?rev=1513628&r1=1513627&r2=1513628&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/solr/contrib/velocity/velocity.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/solr/contrib/velocity/velocity.iml Tue Aug 13 19:54:20 2013
@@ -17,6 +17,7 @@
     <orderEntry type="library" name="Solr velocity library" level="project" />
     <orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
     <orderEntry type="module" scope="TEST" module-name="solr-test-framework" />
+    <orderEntry type="module" module-name="lucene-core" />
     <orderEntry type="module" module-name="solr-core" />
     <orderEntry type="module" module-name="solrj" />
   </component>