mirror of https://github.com/apache/cassandra
Fix broken IntelliJ configuration
Authored by Jacek Lewandowski; reviewed by Ekaterina Dimitrova and Michael Semb Wever for CASSANDRA-16618
This commit is contained in:
parent
31042453a7
commit
26bf07890e
|
|
@ -46,16 +46,6 @@
|
|||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="file://$MODULE_DIR$/lib" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
|
|
@ -66,9 +56,21 @@
|
|||
<root url="file://$MODULE_DIR$/build/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/lib/sources" recursive="false" type="SOURCES" />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library" scope="TEST">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="file://$MODULE_DIR$/build/test/lib/jars" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="file://$MODULE_DIR$/build/test/lib/sources" />
|
||||
</SOURCES>
|
||||
<jarDirectory url="file://$MODULE_DIR$/build/test/lib/jars" recursive="false" />
|
||||
<jarDirectory url="file://$MODULE_DIR$/build/test/lib/sources" recursive="false" type="SOURCES" />
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Reference in New Issue