mirror of https://github.com/apache/lucene.git
IntelliJ IDEA configuration: Added *.dat to list of patterns of resources to copy to the compiler output directory; fixed typo in .idea/workspace.xml that misidentified the module for the kuromoji run configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89a694fc31
commit
886ca6d94c
|
@ -10,7 +10,8 @@
|
|||
<entry name="?*.brk" />
|
||||
<entry name="?*.bz2" />
|
||||
<entry name="?*.csv" />
|
||||
<entry name="?*.dic"/>
|
||||
<entry name="?*.dat" />
|
||||
<entry name="?*.dic" />
|
||||
<entry name="?*.docx"/>
|
||||
<entry name="?*.dtd" />
|
||||
<entry name="?*.ftl" />
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<option name="TEST_SEARCH_SCOPE"><value defaultName="singleModule" /></option>
|
||||
</configuration>
|
||||
<configuration default="false" name="kuromoji analysis module" type="JUnit" factoryName="JUnit">
|
||||
<module name="morfologik" />
|
||||
<module name="kuromoji" />
|
||||
<option name="TEST_OBJECT" value="package" />
|
||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/modules/analysis/build/kuromoji-idea" />
|
||||
<option name="VM_PARAMETERS" value="-ea -DtempDir=temp" />
|
||||
|
|
Loading…
Reference in New Issue