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 2016/10/25 21:30:31 UTC

lucene-solr:master: SOLR-9579: fix intellij compilation: add lucene core dependency to the langid contrib

Repository: lucene-solr
Updated Branches:
  refs/heads/master 930311298 -> 941c5e92b


SOLR-9579: fix intellij compilation: add lucene core dependency to the langid contrib


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

Branch: refs/heads/master
Commit: 941c5e92ba6ff76e913746caf68e05b563983f17
Parents: 9303112
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Oct 25 17:27:37 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Tue Oct 25 17:30:25 2016 -0400

----------------------------------------------------------------------
 dev-tools/idea/solr/contrib/langid/langid.iml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/941c5e92/dev-tools/idea/solr/contrib/langid/langid.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/solr/contrib/langid/langid.iml b/dev-tools/idea/solr/contrib/langid/langid.iml
index 1fa1e5d..28223bd 100644
--- a/dev-tools/idea/solr/contrib/langid/langid.iml
+++ b/dev-tools/idea/solr/contrib/langid/langid.iml
@@ -28,6 +28,7 @@
     </orderEntry>
     <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>