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 2014/11/17 17:26:58 UTC

svn commit: r1640183 - in /lucene/dev/trunk/dev-tools/idea/lucene: benchmark/src/benchmark.iml highlighter/highlighter.iml

Author: erick
Date: Mon Nov 17 16:26:58 2014
New Revision: 1640183

URL: http://svn.apache.org/r1640183
Log:
fixed dependencies for join module in iml files for highlighter and benchmark

Modified:
    lucene/dev/trunk/dev-tools/idea/lucene/benchmark/src/benchmark.iml
    lucene/dev/trunk/dev-tools/idea/lucene/highlighter/highlighter.iml

Modified: lucene/dev/trunk/dev-tools/idea/lucene/benchmark/src/benchmark.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/lucene/benchmark/src/benchmark.iml?rev=1640183&r1=1640182&r2=1640183&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/lucene/benchmark/src/benchmark.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/lucene/benchmark/src/benchmark.iml Mon Nov 17 16:26:58 2014
@@ -34,5 +34,6 @@
     <orderEntry type="module" module-name="lucene-core" />
     <orderEntry type="module" module-name="queryparser" />
     <orderEntry type="module" module-name="queries" />
+    <orderEntry type="module" module-name="join" />
   </component>
 </module>

Modified: lucene/dev/trunk/dev-tools/idea/lucene/highlighter/highlighter.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/lucene/highlighter/highlighter.iml?rev=1640183&r1=1640182&r2=1640183&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/lucene/highlighter/highlighter.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/lucene/highlighter/highlighter.iml Mon Nov 17 16:26:58 2014
@@ -16,5 +16,6 @@
     <orderEntry type="module" module-name="misc" />
     <orderEntry type="module" module-name="queries" />
     <orderEntry type="module" module-name="lucene-core" />
+    <orderEntry type="module" module-name="join" />
   </component>
 </module>