You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2021/04/22 21:36:08 UTC

[cassandra] branch trunk updated: Fix broken IntelliJ configuration Authored by Jacek Lewandowski; reviewed by Ekaterina Dimitrova and Michael Semb Wever for CASSANDRA-16618

This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 26bf078  Fix broken IntelliJ configuration Authored by Jacek Lewandowski; reviewed by Ekaterina Dimitrova and Michael Semb Wever for CASSANDRA-16618
26bf078 is described below

commit 26bf07890e4d91cbf7c6219295f69d6907019eab
Author: jacek-lewandowski <ja...@datastax.com>
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 865d041..59fb99e 100644
--- a/ide/idea-iml-file.xml
+++ b/ide/idea-iml-file.xml
@@ -49,25 +49,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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org