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