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 2015/05/18 01:04:18 UTC

cassandra git commit: add ecj to cassandra-all's pom

Repository: cassandra
Updated Branches:
  refs/heads/trunk a61cc8877 -> 7c673393d


add ecj to cassandra-all's pom


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

Branch: refs/heads/trunk
Commit: 7c673393deb973c3647a2d749a10a0fd4a607cda
Parents: a61cc88
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Sun May 17 19:03:42 2015 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Sun May 17 19:03:42 2015 -0400

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7c673393/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2a8deaa..2905c16 100644
--- a/build.xml
+++ b/build.xml
@@ -522,6 +522,8 @@
       	<dependency groupId="joda-time" artifactId="joda-time" version="2.4" />
 
         <dependency groupId="org.fusesource" artifactId="sigar" version="1.6.4"/>
+      	
+        <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj" />
       </artifact:pom>
       <artifact:pom id="thrift-pom"
                     artifactId="cassandra-thrift"