mirror of https://github.com/apache/lucene.git
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:
parent
5fc8181c59
commit
d4505e65e3
|
@ -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>
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue