mirror of https://github.com/apache/lucene.git
SOLR-3430: IntelliJ IDEA configuration: add DIH test dependency on HSQLDB
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71f9914dfd
commit
accce5dc26
|
@ -0,0 +1,9 @@
|
||||||
|
<component name="libraryTable">
|
||||||
|
<library name="HSQLDB">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</component>
|
|
@ -13,6 +13,7 @@
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" scope="TEST" name="JUnit" level="project" />
|
<orderEntry type="library" scope="TEST" name="JUnit" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="HSQLDB" level="project" />
|
||||||
<orderEntry type="library" name="Solr library" level="project" />
|
<orderEntry type="library" name="Solr library" level="project" />
|
||||||
<orderEntry type="library" name="Solr DIH library" level="project" />
|
<orderEntry type="library" name="Solr DIH library" level="project" />
|
||||||
<orderEntry type="module" module-name="solr" />
|
<orderEntry type="module" module-name="solr" />
|
||||||
|
|
Loading…
Reference in New Issue