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/03/05 02:10:34 UTC

svn commit: r1078226 - /cassandra/trunk/build.xml

Author: eevans
Date: Sat Mar  5 01:10:34 2011
New Revision: 1078226

URL: http://svn.apache.org/viewvc?rev=1078226&view=rev
Log:
copy newly added jars (#1848) to bin artifact

Patch by eevans for CASSANDRA-1848

Modified:
    cassandra/trunk/build.xml

Modified: cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/cassandra/trunk/build.xml?rev=1078226&r1=1078225&r2=1078226&view=diff
==============================================================================
--- cassandra/trunk/build.xml (original)
+++ cassandra/trunk/build.xml Sat Mar  5 01:10:34 2011
@@ -447,6 +447,8 @@
         <fileset dir="${build.lib}"/>
         <fileset dir="${build.dir}">
           <include name="${final.name}.jar" />
+          <include name="${ant.project.name}-thrift-${version}.jar" />
+          <include name="${ant.project.name}-cql-${version}.jar" />
         </fileset>
       </copy>
       <copy todir="${dist.dir}/javadoc">