LUCENE-7174: IntelliJ config: switch JUnit library to include all jars under lucene/test-framework/lib/, rather than using the exact jar names, which is brittle, and causes trouble when people forget to update when jars are upgraded (like on this issue)

This commit is contained in:
Steve Rowe 2016-04-08 12:26:35 -04:00
parent d896eab989
commit 0cf6c55119
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
<component name="libraryTable">
<library name="JUnit">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/junit-4.10.jar!/" />
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar!/" />
<root url="file://$PROJECT_DIR$/lucene/test-framework/lib/" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib/" recursive="false" />
</library>
</component>