From 73e4ceb94f2e32e1b68ed45bb4f3e5ea327f7993 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Wed, 14 Dec 2011 16:03:44 +0000 Subject: [PATCH] prevent rat from pulling down an older version of commons-lang than we ship in lib, which was harmless but confusing patch by Piotr Koaczkowski; reviewed by jbellis git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1214315 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index c4d6b0cc21..2630cd83a7 100644 --- a/build.xml +++ b/build.xml @@ -378,7 +378,9 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision} - + + +