LUCENE-3634: IntelliJ IDEA configuration: Added ICU dependency to benchmark contrib.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1227654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-01-05 15:56:41 +00:00
parent 5fc8181c59
commit d4505e65e3
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="ICU library">
<CLASSES>
<root url="file://$PROJECT_DIR$/modules/analysis/icu/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/modules/analysis/icu/lib" recursive="false" />
</library>
</component>

View File

@ -22,6 +22,7 @@
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" name="ICU library" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit" level="project" />
<orderEntry type="module" module-name="facet" />
<orderEntry type="module" module-name="highlighter" />