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">
|
||||
<library name="JUnit">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/lucene/test-framework/lib/" />
|
||||
<root url="file://$PROJECT_DIR$/lucene/test-framework/lib" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
<jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib/" recursive="false" />
|
||||
<jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib" recursive="false" />
|
||||
</library>
|
||||
</component>
|
Loading…
Reference in New Issue