You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2017/12/19 08:53:24 UTC

[1/2] lucene-solr:branch_7x: LUCENE-8099: Fix IntelliJ dependencies

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 42239ea51 -> 493220ac3
  refs/heads/master f8fb13965 -> 79073fafd


LUCENE-8099: Fix IntelliJ dependencies


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

Branch: refs/heads/branch_7x
Commit: 493220ac3be6b42dea8b5a75d1ecf2063f6da92a
Parents: 42239ea
Author: Alan Woodward <ro...@apache.org>
Authored: Tue Dec 19 08:52:21 2017 +0000
Committer: Alan Woodward <ro...@apache.org>
Committed: Tue Dec 19 08:52:46 2017 +0000

----------------------------------------------------------------------
 dev-tools/idea/lucene/queries/queries.iml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/493220ac/dev-tools/idea/lucene/queries/queries.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/lucene/queries/queries.iml b/dev-tools/idea/lucene/queries/queries.iml
index 948b651..e995df2 100644
--- a/dev-tools/idea/lucene/queries/queries.iml
+++ b/dev-tools/idea/lucene/queries/queries.iml
@@ -13,6 +13,7 @@
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
     <orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
+    <orderEntry type="module" scope="TEST" module-name="expressions" />
     <orderEntry type="module" module-name="lucene-core" />
   </component>
 </module>


[2/2] lucene-solr:master: LUCENE-8099: Fix IntelliJ dependencies

Posted by ro...@apache.org.
LUCENE-8099: Fix IntelliJ dependencies


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

Branch: refs/heads/master
Commit: 79073fafd34341afb575b4a045f2511d35d30d90
Parents: f8fb139
Author: Alan Woodward <ro...@apache.org>
Authored: Tue Dec 19 08:52:21 2017 +0000
Committer: Alan Woodward <ro...@apache.org>
Committed: Tue Dec 19 08:52:55 2017 +0000

----------------------------------------------------------------------
 dev-tools/idea/lucene/queries/queries.iml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/79073faf/dev-tools/idea/lucene/queries/queries.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/lucene/queries/queries.iml b/dev-tools/idea/lucene/queries/queries.iml
index 948b651..e995df2 100644
--- a/dev-tools/idea/lucene/queries/queries.iml
+++ b/dev-tools/idea/lucene/queries/queries.iml
@@ -13,6 +13,7 @@
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
     <orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
+    <orderEntry type="module" scope="TEST" module-name="expressions" />
     <orderEntry type="module" module-name="lucene-core" />
   </component>
 </module>