summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 08:46:32 +0100
committerSven Gothel <[email protected]>2020-01-02 08:46:32 +0100
commit24b083240568bd0454572630c1f633c605a49659 (patch)
tree8d30ae3cdff3b00df5ef2e6b176c47bacdcab007 /make
parent999e1ca3ec1a406d3dba65f0bae79054580fb287 (diff)
javadoc: replair gluegen-javadoc.path and drop com.jogamp.newt.util.applet3.*
Diffstat (limited to 'make')
-rw-r--r--make/build.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/make/build.xml b/make/build.xml
index 2965df64e..03ddfa7c5 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -360,9 +360,9 @@
-->
<!-- copies ${gluegen-javadoc.path}/** to ${javadoc.root.path}/gluegen/
- gluegen-javadoc.path is the parent folder of package-list:
+ gluegen-javadoc.path is the parent folder of element-list:
gluegen-javadoc.path := build/javadoc/gluegen
- with build/javadoc/gluegen/javadoc/package-list
+ with build/javadoc/gluegen/javadoc/element-list
-->
<target name="javadoc.gluegen" depends="init" if="gluegen-javadoc.path">
<delete dir="${javadoc.root.path}/gluegen" includeEmptyDirs="true" quiet="true" failonerror="false" />
@@ -404,10 +404,11 @@
<!-- if gluegen-javadoc.path is not set, check in default location,
${gluegen.root}/${rootrel.build}/javadoc/gluegen -->
- <available file="${gluegen.root}/${rootrel.build}/javadoc/gluegen/javadoc/package-list"
+ <available file="${gluegen.root}/${rootrel.build}/javadoc/gluegen/javadoc/element-list"
type="file"
property="gluegen-javadoc.path"
value="${gluegen.root}/${rootrel.build}/javadoc/gluegen" />
+ <echo message="gluegen-javadoc.path ${gluegen-javadoc.path}"/>
<antcall target="javadoc.gluegen" inheritRefs="true" />
<property name="javadoc.overview" value="doc/jogl/spec-overview.html" />
@@ -424,7 +425,7 @@
<property name="javadoc.dev.packagenames" value="${javadoc.packagenames}, com.jogamp.opengl.*, com.jogamp.graph.*, com.jogamp.nativewindow.*, com.jogamp.newt.*, com.jogamp.gluegen.opengl.*, com.jogamp.gluegen.runtime.opengl.*, jogamp.nativewindow.*, jogamp.opengl.*, jogamp.graph.*, jogamp.newt.*" />
- <property name="java.excludes.javadoc.packagenames" value="jogamp.opengl.gl2.fixme.*,com.jogamp.audio.windows.waveout.TestSpatialization"/>
+ <property name="java.excludes.javadoc.packagenames" value="jogamp.opengl.gl2.fixme.*,com.jogamp.newt.util.applet3.*,com.jogamp.audio.windows.waveout.TestSpatialization"/>
<property name="javadoc.bottom" value="Copyright 2010 JogAmp Community." />
</target>