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 2010/01/29 17:24:04 UTC

svn commit: r904544 - /incubator/cassandra/trunk/build.xml

Author: eevans
Date: Fri Jan 29 16:24:03 2010
New Revision: 904544

URL: http://svn.apache.org/viewvc?rev=904544&view=rev
Log:
actually build avro generated java source

Patch by eevans

Modified:
    incubator/cassandra/trunk/build.xml

Modified: incubator/cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/build.xml?rev=904544&r1=904543&r2=904544&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Fri Jan 29 16:24:03 2010
@@ -189,6 +189,7 @@
             <src path="${build.src}"/>
             <src path="${build.src.gen-java}"/>
             <src path="${interface.src.dir}"/>
+            <src path="${interface.avro.dir}"/>
             <classpath refid="cassandra.classpath"/>
         </javac>