You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/01/09 16:45:30 UTC

svn commit: r1556846 - /lucene/dev/trunk/dev-tools/idea/solr/contrib/morphlines-cell/morphlines-cell.iml

Author: sarowe
Date: Thu Jan  9 15:45:29 2014
New Revision: 1556846

URL: http://svn.apache.org/r1556846
Log:
SOLR-1301: IntelliJ config: morphlines-cell Solr contrib needs lucene-core test-scope dependency

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

Modified: lucene/dev/trunk/dev-tools/idea/solr/contrib/morphlines-cell/morphlines-cell.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/solr/contrib/morphlines-cell/morphlines-cell.iml?rev=1556846&r1=1556845&r2=1556846&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/solr/contrib/morphlines-cell/morphlines-cell.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/solr/contrib/morphlines-cell/morphlines-cell.iml Thu Jan  9 15:45:29 2014
@@ -20,6 +20,7 @@
     <orderEntry type="library" scope="TEST" name="Solr morphlines core test 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" scope="TEST" module-name="lucene-core" />
     <orderEntry type="module" module-name="solr-core" />
     <orderEntry type="module" module-name="solrj" />
     <orderEntry type="module" module-name="extraction" />