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:55:32 UTC

[1/2] git commit: exclude *-sources.jar from the classpath

Updated Branches:
  refs/heads/cassandra-1.2 a44a3d4b8 -> 4f5c84742


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.2
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>
 


[2/2] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

Posted by db...@apache.org.
Merge branch 'cassandra-1.1' into cassandra-1.2


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

Branch: refs/heads/cassandra-1.2
Commit: 4f5c84742aae68bcd2b6e864c54a15ddba0bddf8
Parents: a44a3d4 50f49a6
Author: Dave Brosius <db...@apache.org>
Authored: Tue Apr 30 00:55:10 2013 -0400
Committer: Dave Brosius <db...@apache.org>
Committed: Tue Apr 30 00:55:10 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4f5c8474/build.xml
----------------------------------------------------------------------