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:
Steven Rowe 2011-11-05 17:39:24 +00:00
parent 8aaf811751
commit 69be4f84c7
2 changed files with 3 additions and 0 deletions

View File

@ -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">

View File

@ -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" />