You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2014/10/31 19:18:17 UTC

svn commit: r1635833 - /lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_example_library.xml

Author: thelabdude
Date: Fri Oct 31 18:18:17 2014
New Revision: 1635833

URL: http://svn.apache.org/r1635833
Log:
SOLR-3619: Fix IDEA project settings after move to server.

Modified:
    lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_example_library.xml

Modified: lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_example_library.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_example_library.xml?rev=1635833&r1=1635832&r2=1635833&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_example_library.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_example_library.xml Fri Oct 31 18:18:17 2014
@@ -1,10 +1,10 @@
 <component name="libraryTable">
   <library name="Solr example library">
     <CLASSES>
-      <root url="file://$PROJECT_DIR$/solr/example/lib" />
+      <root url="file://$PROJECT_DIR$/solr/server/lib" />
     </CLASSES>
     <JAVADOC />
     <SOURCES />
-    <jarDirectory url="file://$PROJECT_DIR$/solr/example/lib" recursive="true" />
+    <jarDirectory url="file://$PROJECT_DIR$/solr/server/lib" recursive="true" />
   </library>
 </component>
\ No newline at end of file