mirror of https://github.com/apache/lucene.git
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:
parent
d896eab989
commit
0cf6c55119
|
@ -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>
|
Loading…
Reference in New Issue