LUCENE-7174: IntelliJ config: remove trailing slashes on dir names to make IntelliJ happy

This commit is contained in:
Steve Rowe 2016-04-08 12:27:48 -04:00
parent 0cf6c55119
commit 65bfc19f98
1 changed files with 2 additions and 2 deletions

View File

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