You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/04/25 08:28:43 UTC

svn commit: r1589940 - in /lucene/dev/trunk/dev-tools/idea: .idea/libraries/Solrj_test_library.xml solr/solrj/src/test/solrj-tests.iml

Author: sarowe
Date: Fri Apr 25 06:28:43 2014
New Revision: 1589940

URL: http://svn.apache.org/r1589940
Log:
SOLR-6006: IntelliJ config for solrj/test-lib/

Added:
    lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solrj_test_library.xml   (with props)
Modified:
    lucene/dev/trunk/dev-tools/idea/solr/solrj/src/test/solrj-tests.iml

Added: lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solrj_test_library.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solrj_test_library.xml?rev=1589940&view=auto
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solrj_test_library.xml (added)
+++ lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solrj_test_library.xml Fri Apr 25 06:28:43 2014
@@ -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>
\ No newline at end of file

Modified: lucene/dev/trunk/dev-tools/idea/solr/solrj/src/test/solrj-tests.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/solr/solrj/src/test/solrj-tests.iml?rev=1589940&r1=1589939&r2=1589940&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/solr/solrj/src/test/solrj-tests.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/solr/solrj/src/test/solrj-tests.iml Fri Apr 25 06:28:43 2014
@@ -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" />