You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/04/30 06:54:24 UTC

git commit: exclude *-sources.jar from the classpath

Updated Branches:
  refs/heads/cassandra-1.1 8bb5487ea -> 50f49a640


exclude *-sources.jar from the classpath


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

Branch: refs/heads/cassandra-1.1
Commit: 50f49a64004b7203297fbc8669aff2d13be69373
Parents: 8bb5487
Author: Dave Brosius <db...@apache.org>
Authored: Tue Apr 30 00:54:04 2013 -0400
Committer: Dave Brosius <db...@apache.org>
Committed: Tue Apr 30 00:54:04 2013 -0400

----------------------------------------------------------------------
 build.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/50f49a64/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index c81af1f..ab4dd71 100644
--- a/build.xml
+++ b/build.xml
@@ -119,9 +119,11 @@
         <pathelement location="${build.classes.thrift}" />
         <fileset dir="${build.lib}">
           <include name="**/*.jar" />
+          <exclude name="**/*-sources.jar"/>
         </fileset>
         <fileset dir="${build.dir.lib}">
           <include name="**/*.jar" />
+          <exclude name="**/*-sources.jar"/>
         </fileset>
     </path>