Repository: cassandra Updated Branches: refs/heads/trunk 2fa006790 -> 074452efa
fix broken classpath for eclipse warnings patch by Ariel Weisberg; reviewed by tjake for CASSANDRA-9803 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/074452ef Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/074452ef Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/074452ef Branch: refs/heads/trunk Commit: 074452efab39bd86ac8510e4d50a829b0b4e749f Parents: 2fa0067 Author: Ariel Weisberg <[email protected]> Authored: Tue Jul 14 12:49:27 2015 -0400 Committer: T Jake Luciani <[email protected]> Committed: Mon Jul 20 08:25:47 2015 -0400 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/074452ef/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0362eb4..b770cb2 100644 --- a/build.xml +++ b/build.xml @@ -2006,7 +2006,7 @@ <arg value="-properties" /> <arg value="${ecj.properties}" /> <arg value="-cp" /> - <arg value="${toString:cassandra.build.classpath}" /> + <arg value="${toString:cassandra.classpath}" /> <arg value="${build.src.java}" /> </java> </target>
