This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 8857d0448914c2b8bb3e4e8f5f49b1d369f53893 Author: jacek-lewandowski <[email protected]> AuthorDate: Tue Apr 20 09:28:57 2021 +0200 Fix broken IntelliJ configuration Authored by Jacek Lewandowski; reviewed by Ekaterina Dimitrova and Michael Semb Wever for CASSANDRA-16618 --- ide/idea-iml-file.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ide/idea-iml-file.xml b/ide/idea-iml-file.xml index 1ab29a6..dac9f2f 100644 --- a/ide/idea-iml-file.xml +++ b/ide/idea-iml-file.xml @@ -47,25 +47,27 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="file://$MODULE_DIR$/lib" /> + <root url="file://$MODULE_DIR$/build/lib/jars" /> </CLASSES> <JAVADOC /> - <SOURCES /> - <jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" /> + <SOURCES> + <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/lib/sources" recursive="false" type="SOURCES" /> </library> </orderEntry> - <orderEntry type="module-library"> + <orderEntry type="module-library" scope="TEST"> <library> <CLASSES> - <root url="file://$MODULE_DIR$/build/lib/jars" /> + <root url="file://$MODULE_DIR$/build/test/lib/jars" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="file://$MODULE_DIR$/build/lib/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/lib/sources" recursive="false" type="SOURCES" /> + <jarDirectory url="file://$MODULE_DIR$/build/test/lib/sources" recursive="false" type="SOURCES" /> </library> </orderEntry> </component> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
