diff options
author | Sven Gothel <[email protected]> | 2009-11-10 03:26:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-11-10 03:26:01 +0100 |
commit | 87eb12f5846ccef587c5945ced99b778bcd67ba6 (patch) | |
tree | 5eb7483b966f2493a281e0adffa0576ce909e593 /make/build-jogl.xml | |
parent | d940028e6ead91da8ad516fdaf3a4671fd179cf8 (diff) |
javadoc fixAwayFromSun
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 7151151cd..23ad51a9e 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1926,6 +1926,7 @@ destdir="${javadoc}" windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" source="1.4" + maxmemory="512m" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > <classpath refid="nativewindow_gluegen.classpath"/> @@ -1942,6 +1943,7 @@ destdir="${javadoc}" windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" source="1.4" + maxmemory="512m" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > <classpath refid="nativewindow_gluegen.classpath"/> @@ -1959,6 +1961,7 @@ destdir="${javadoc.spec}" windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" source="1.4" + maxmemory="512m" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > <classpath refid="nativewindow_gluegen.classpath"/> @@ -1975,6 +1978,7 @@ destdir="${javadoc.spec}" windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" source="1.4" + maxmemory="512m" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > <classpath refid="nativewindow_gluegen.classpath"/> @@ -1992,6 +1996,7 @@ destdir="${javadoc.dev}" windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" source="1.4" + maxmemory="512m" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > <classpath refid="nativewindow_gluegen.classpath"/> @@ -2008,6 +2013,7 @@ destdir="${javadoc.dev}" windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" source="1.4" + maxmemory="512m" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > <classpath refid="nativewindow_gluegen.classpath"/> |