Update IDE, Eclipse and NetBeans, classpaths for tests

patch by Mick Semb Wever, Berenguer Blasi; reviewd by Ekaterina Dimitrova, Benjamin Lerer for CASSANDRA-16560
This commit is contained in:
Mick Semb Wever 2021-04-05 11:28:13 +02:00 committed by Brandon Williams
parent 3d7c824c1b
commit 6bf9b8b694
1 changed files with 2 additions and 1 deletions

View File

@ -65,8 +65,9 @@
<SOURCES>
<root url="file://$MODULE_DIR$/build/test/lib/sources" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/build/lib/jars" recursive="false" />
<jarDirectory url="file://$MODULE_DIR$/build/test/lib/jars" recursive="false" />
<jarDirectory url="file://$MODULE_DIR$/build/test/lib/sources" recursive="false" type="SOURCES" />
<jarDirectory url="file://$MODULE_DIR$/build/lib/sources" recursive="false" type="SOURCES" />
</library>
</orderEntry>
</component>