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/02/23 19:18:57 UTC

svn commit: r915464 - /incubator/cassandra/branches/cassandra-0.6/build.xml

Author: eevans
Date: Tue Feb 23 18:18:57 2010
New Revision: 915464

URL: http://svn.apache.org/viewvc?rev=915464&view=rev
Log:
exclude avro generated source from release artifacts

Modified:
    incubator/cassandra/branches/cassandra-0.6/build.xml

Modified: incubator/cassandra/branches/cassandra-0.6/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.6/build.xml?rev=915464&r1=915463&r2=915464&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.6/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.6/build.xml Tue Feb 23 18:18:57 2010
@@ -314,6 +314,7 @@
           <include name="**"/>
           <exclude name="build/**" />
           <exclude name="src/gen-java/**" />
+          <exclude name="interface/avro/**" />
         </tarfileset>
       </tar>
     </target>