mirror of https://github.com/apache/lucene.git
SOLR-6006: IntelliJ config for solrj/test-lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1589940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61ed64ed8e
commit
5363d8e0f3
|
@ -0,0 +1,10 @@
|
|||
<component name="libraryTable">
|
||||
<library name="Solrj test library">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/solr/solrj/test-lib" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
<jarDirectory url="file://$PROJECT_DIR$/solr/solrj/test-lib" recursive="false" />
|
||||
</library>
|
||||
</component>
|
|
@ -12,6 +12,7 @@
|
|||
<orderEntry type="library" scope="TEST" name="JUnit" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Solr core library" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Solrj library" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Solrj test library" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Solr example library" level="project" />
|
||||
<orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
|
||||
<orderEntry type="module" scope="TEST" module-name="solr-test-framework" />
|
||||
|
|
Loading…
Reference in New Issue