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:
Steven Rowe 2012-01-17 04:36:05 +00:00
parent 89a694fc31
commit 886ca6d94c
2 changed files with 3 additions and 2 deletions

View File

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

View File

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