SOLR-3619: Fix IDEA project settings after move to server.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2014-10-31 18:18:17 +00:00
parent d76c1768b6
commit df21abecc4
1 changed files with 2 additions and 2 deletions

View File

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