Merge branch 'cassandra-1.2' into trunk

This commit is contained in:
Dave Brosius 2013-04-30 01:01:55 -04:00
commit 851fe64006
1 changed files with 2 additions and 0 deletions

View File

@ -119,9 +119,11 @@
<pathelement location="${build.classes.thrift}" />
<fileset dir="${build.lib}">
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
</fileset>
<fileset dir="${build.dir.lib}">
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
</fileset>
</path>