You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/05/06 01:29:59 UTC

svn commit: r941542 - /incubator/lcf/trunk/modules/framework/build.xml

Author: kwright
Date: Wed May  5 23:29:59 2010
New Revision: 941542

URL: http://svn.apache.org/viewvc?rev=941542&view=rev
Log:
Fix javadoc production to work on Windows

Modified:
    incubator/lcf/trunk/modules/framework/build.xml

Modified: incubator/lcf/trunk/modules/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/build.xml?rev=941542&r1=941541&r2=941542&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/build.xml (original)
+++ incubator/lcf/trunk/modules/framework/build.xml Wed May  5 23:29:59 2010
@@ -8,7 +8,7 @@
     
     <target name="doc">
         <mkdir dir="doc"/>
-        <javadoc destdir="doc" maxmemory="256M" source="1.4">
+        <javadoc destdir="doc" maxmemory="256M" source="1.4" useexternalfile="true">
             <classpath>
                 <fileset dir="lib"> 
                     <include name="*.jar"/>