mirror of https://github.com/apache/lucene.git
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:
parent
d76c1768b6
commit
df21abecc4
|
@ -1,10 +1,10 @@
|
||||||
<component name="libraryTable">
|
<component name="libraryTable">
|
||||||
<library name="Solr example library">
|
<library name="Solr example library">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="file://$PROJECT_DIR$/solr/example/lib" />
|
<root url="file://$PROJECT_DIR$/solr/server/lib" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
<jarDirectory url="file://$PROJECT_DIR$/solr/example/lib" recursive="true" />
|
<jarDirectory url="file://$PROJECT_DIR$/solr/server/lib" recursive="true" />
|
||||||
</library>
|
</library>
|
||||||
</component>
|
</component>
|
Loading…
Reference in New Issue