You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/02/25 16:05:45 UTC

svn commit: r1074563 - /cassandra/branches/cassandra-0.7/build.xml

Author: jbellis
Date: Fri Feb 25 15:05:45 2011
New Revision: 1074563

URL: http://svn.apache.org/viewvc?rev=1074563&view=rev
Log:
fix ant javadoc on Windows
patch by Norman Maurer; reviewed by jbellis for CASSANDRA-2248

Modified:
    cassandra/branches/cassandra-0.7/build.xml

Modified: cassandra/branches/cassandra-0.7/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/build.xml?rev=1074563&r1=1074562&r2=1074563&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/build.xml (original)
+++ cassandra/branches/cassandra-0.7/build.xml Fri Feb 25 15:05:45 2011
@@ -673,6 +673,7 @@
     <javadoc destdir="${javadoc.dir}" author="true" version="true" use="true"
       windowtitle="${ant.project.name} API" classpathref="cassandra.classpath"
       bottom="Copyright &amp;copy; ${YEAR} The Apache Software Foundation"
+      useexternalfile="yes"
       maxmemory="256m">
 
       <fileset dir="${build.src.java}" defaultexcludes="yes">