mirror of https://github.com/apache/lucene.git
Fix IntelliJ configuration for solr langid contrib so that the pre-defined whole-module JUnit run configuration works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8aaf811751
commit
69be4f84c7
|
@ -38,6 +38,8 @@
|
|||
<entry name="?*.zip" />
|
||||
<entry name="org.apache.lucene.index.codecs*" />
|
||||
<entry name="README*" />
|
||||
<entry name="[a-zA-Z][a-zA-Z]" />
|
||||
<entry name="[a-zA-Z][a-zA-Z]-[a-zA-Z][a-zA-Z]" />
|
||||
</wildcardResourcePatterns>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test-files" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/resources" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
Loading…
Reference in New Issue