You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2015/06/29 15:53:09 UTC

cassandra git commit: fix idea files issue

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.2 75e85b961 -> bafcb3a56


fix idea files issue


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bafcb3a5
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bafcb3a5
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bafcb3a5

Branch: refs/heads/cassandra-2.2
Commit: bafcb3a5689702b9441c6be1cf4c14fb6caf44f0
Parents: 75e85b9
Author: T Jake Luciani <ja...@apache.org>
Authored: Mon Jun 29 09:52:57 2015 -0400
Committer: T Jake Luciani <ja...@apache.org>
Committed: Mon Jun 29 09:52:57 2015 -0400

----------------------------------------------------------------------
 build.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/bafcb3a5/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2eb2d89..8ca3122 100644
--- a/build.xml
+++ b/build.xml
@@ -1693,13 +1693,10 @@
   	<path id="idea-project-libs-path">
   	 <fileset dir="lib">
   	    <include name="**/*.jar" />
-     </fileset>
+	 </fileset>
  	 <fileset dir="build/lib/jars">
   	    <include name="**/*.jar" />
   	 </fileset>
-  	 <fileset dir="tools/lib">
-  	     <include name="**/*.jar" />
-  	 </fileset>
   	</path>
     <mkdir dir=".idea"/>
     <mkdir dir=".idea/libraries"/>