Revision: 17274
          http://sourceforge.net/p/gate/code/17274
Author:   johann_p
Date:     2014-02-06 15:37:40 +0000 (Thu, 06 Feb 2014)
Log Message:
-----------
remove reference to runtime.max.memory which does not exist
anymore and prevented the JavaDoc to get re-built for some time ...

Modified Paths:
--------------
    gate/trunk/build.xml

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2014-02-06 13:20:48 UTC (rev 17273)
+++ gate/trunk/build.xml        2014-02-06 15:37:40 UTC (rev 17274)
@@ -447,7 +447,7 @@
        </target>
 
        <target name="javadoc.core" depends="java2html.taskdef">
-               <javadoc access="protected" destdir="${docDir}/javadoc" 
classpathref="run.class.path" Encoding="UTF-8" Use="yes" Windowtitle="GATE 
JavaDoc" docencoding="UTF-8" charset="UTF-8" source="1.6" useexternalfile="yes" 
breakiterator="true" linksource="yes" maxmemory="${runtime.max.memory}">
+               <javadoc access="protected" destdir="${docDir}/javadoc" 
classpathref="run.class.path" Encoding="UTF-8" Use="yes" Windowtitle="GATE 
JavaDoc" docencoding="UTF-8" charset="UTF-8" source="1.6" useexternalfile="yes" 
breakiterator="true" linksource="yes" >
                        <fileset dir="${srcDir}" includes="**/*.java" 
excludes="gate/resources/**" />
                        <link href="http://docs.oracle.com/javase/6/docs/api/"; 
/>
                </javadoc>
@@ -458,7 +458,7 @@
 
        <!-- Make documentation - internal -->
        <target name="internaljavadoc" depends="java2html.taskdef">
-               <javadoc access="private" destdir="${docDir}/javadoc/internal" 
classpathref="run.class.path" Encoding="UTF-8" Use="yes" Windowtitle="GATE 
JavaDoc (including private members)" 
link="http://docs.oracle.com/javase/6/docs/api/"; docencoding="UTF-8" 
charset="UTF-8" source="1.6" useexternalfile="yes" breakiterator="true" 
linksource="yes" maxmemory="${runtime.max.memory}">
+               <javadoc access="private" destdir="${docDir}/javadoc/internal" 
classpathref="run.class.path" Encoding="UTF-8" Use="yes" Windowtitle="GATE 
JavaDoc (including private members)" 
link="http://docs.oracle.com/javase/6/docs/api/"; docencoding="UTF-8" 
charset="UTF-8" source="1.6" useexternalfile="yes" breakiterator="true" 
linksource="yes" >
                        <fileset dir="${srcDir}" includes="**/*.java" 
excludes="gate/resources/**" />
                </javadoc>
                <delete dir="${docDir}/javadoc/internal/src-html" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to