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:
Steven Rowe 2014-04-25 06:28:43 +00:00
parent 61ed64ed8e
commit 5363d8e0f3
2 changed files with 11 additions and 0 deletions

View File

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

View File

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