mirror of https://github.com/apache/lucene.git
fixed dependencies for join module in iml files for highlighter and benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ecee51df4
commit
83a3c781a1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue