summaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 03:16:10 +0100
committerSven Gothel <[email protected]>2015-02-03 03:16:10 +0100
commitb88ae2698abe197e64c8ec8571933eaf3b7b740a (patch)
tree33f9522fc305b57a4cc08aa6aa63cad006628ea9 /make/build-newt.xml
parentb4083d7faa9d10d7d927e0268354a786d6013677 (diff)
Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (GlueGen commit d8dff4c9f2186749b167195eeb339c33f56864e8)
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index cbfd83a52..cf8330eb1 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -890,6 +890,7 @@
linkoffline="${javadoc.link} 142-packages"
bottom="${javadoc.bottom}" >
<classpath refid="jogl_doc.classpath"/>
+ <arg value="${javadoc.xarg1}"/>
</javadoc>
</target>
@@ -906,6 +907,7 @@
linkoffline="${javadoc.link} 142-packages"
bottom="${javadoc.bottom}" >
<classpath refid="jogl_doc.classpath"/>
+ <arg value="${javadoc.xarg1}"/>
</javadoc>
</target>
@@ -922,6 +924,7 @@
linkoffline="${javadoc.link} 142-packages"
bottom="${javadoc.bottom}" >
<classpath refid="jogl_doc.classpath"/>
+ <arg value="${javadoc.xarg1}"/>
</javadoc>
</target>