You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/04/13 09:16:59 UTC

lucene-solr:branch_6x: LUCENE-7196: Add dependency on grouping and misc modules to avoid compile failures in IntelliJ IDEA (cherry picked from commit 67f6283)

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x c0698952b -> 721ae15a6


LUCENE-7196: Add dependency on grouping and misc modules to avoid compile failures in IntelliJ IDEA
(cherry picked from commit 67f6283)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/721ae15a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/721ae15a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/721ae15a

Branch: refs/heads/branch_6x
Commit: 721ae15a65b97a9d9473b25bc87e71c283a9e54c
Parents: c069895
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Apr 13 12:45:33 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Apr 13 12:46:46 2016 +0530

----------------------------------------------------------------------
 dev-tools/idea/lucene/classification/classification.iml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/721ae15a/dev-tools/idea/lucene/classification/classification.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/lucene/classification/classification.iml b/dev-tools/idea/lucene/classification/classification.iml
index 20105b6..0f20274 100644
--- a/dev-tools/idea/lucene/classification/classification.iml
+++ b/dev-tools/idea/lucene/classification/classification.iml
@@ -17,5 +17,7 @@
     <orderEntry type="module" module-name="lucene-core" />
     <orderEntry type="module" module-name="queries" />
     <orderEntry type="module" scope="TEST" module-name="analysis-common" />
+    <orderEntry type="module" module-name="grouping" />
+    <orderEntry type="module" module-name="misc" />
   </component>
 </module>