mirror of https://github.com/apache/lucene.git
LUCENE-7174: IntelliJ config: remove trailing slashes on dir names to make IntelliJ happy
This commit is contained in:
parent
0cf6c55119
commit
65bfc19f98
|
@ -1,10 +1,10 @@
|
||||||
<component name="libraryTable">
|
<component name="libraryTable">
|
||||||
<library name="JUnit">
|
<library name="JUnit">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="file://$PROJECT_DIR$/lucene/test-framework/lib/" />
|
<root url="file://$PROJECT_DIR$/lucene/test-framework/lib" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
<jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib/" recursive="false" />
|
<jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib" recursive="false" />
|
||||||
</library>
|
</library>
|
||||||
</component>
|
</component>
|
Loading…
Reference in New Issue