install avro interface files to bin artifact

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1002308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-09-28 18:23:03 +00:00
parent 0511668766
commit 7593044996
1 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,8 @@
<copy todir="${dist.dir}/interface">
<fileset dir="interface">
<include name="**/*.thrift" />
<include name="cassandra.genavro" />
<include name="avro/cassandra.avpr" />
</fileset>
</copy>
<copy todir="${dist.dir}/">