You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/09/20 13:38:42 UTC

svn commit: r1173091 - /cassandra/branches/cassandra-1.0.0/build.xml

Author: eevans
Date: Tue Sep 20 11:38:42 2011
New Revision: 1173091

URL: http://svn.apache.org/viewvc?rev=1173091&view=rev
Log:
copy clientutil jar to binary release artifacts

Patch by eevans; reviewed by jbellis for CASSANDRA-3230

Modified:
    cassandra/branches/cassandra-1.0.0/build.xml

Modified: cassandra/branches/cassandra-1.0.0/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.0/build.xml?rev=1173091&r1=1173090&r2=1173091&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.0/build.xml (original)
+++ cassandra/branches/cassandra-1.0.0/build.xml Tue Sep 20 11:38:42 2011
@@ -839,6 +839,7 @@ url=${svn.entry.url}?pathrev=${svn.entry
         <fileset dir="${build.dir}">
           <include name="${final.name}.jar" />
           <include name="${ant.project.name}-thrift-${version}.jar" />
+          <include name="${ant.project.name}-clientutil-${version}.jar" />
         </fileset>
       </copy>
       <copy todir="${dist.dir}/javadoc">