You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/07/25 16:41:39 UTC

[cassandra] 03/05: Update IDE, Eclipse and NetBeans, classpaths for tests

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

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 6bf9b8b694bcff7c9b05a0a6463ce99bc80043b0
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Mon Apr 5 11:28:13 2021 +0200

    Update IDE, Eclipse and NetBeans, classpaths for tests
    
     patch by Mick Semb Wever, Berenguer Blasi; reviewd by Ekaterina Dimitrova, Benjamin Lerer for CASSANDRA-16560
---
 ide/idea-iml-file.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ide/idea-iml-file.xml b/ide/idea-iml-file.xml
index b4c2382..aaa2dcc 100644
--- a/ide/idea-iml-file.xml
+++ b/ide/idea-iml-file.xml
@@ -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>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org