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 2009/12/08 23:59:31 UTC

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

Author: eevans
Date: Tue Dec  8 22:59:31 2009
New Revision: 888618

URL: http://svn.apache.org/viewvc?rev=888618&view=rev
Log:
build javadocs for thrift generated code

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=888618&r1=888617&r2=888618&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Tue Dec  8 22:59:31 2009
@@ -292,6 +292,9 @@
       <fileset dir="${build.src}" defaultexcludes="yes">
         <include name="org/apache/**/*.java"/>
       </fileset>
+      <fileset dir="${interface.src.dir}" defaultexcludes="yes">
+        <include name="org/apache/**/*.java"/>
+      </fileset>
     </javadoc>
    </target>