mirror of https://github.com/apache/lucene.git
LUCENE-4367: IntelliJ configuration: in the lucene-core-tests module, order the lucene test-framework ahead of the module source.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e48c08dd1
commit
d74cb2ce43
|
@ -8,9 +8,9 @@
|
|||
<sourceFolder url="file://$MODULE_DIR$" isTestSource="true" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<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="sourceFolder" forTests="true" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit" level="project" />
|
||||
<orderEntry type="module" scope="TEST" module-name="codecs" />
|
||||
<orderEntry type="module" scope="TEST" module-name="lucene-core" />
|
||||
</component>
|
||||
|
|
Loading…
Reference in New Issue