aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject/build-impl.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 16:25:16 +0100
committerSven Gothel <[email protected]>2015-02-03 16:25:16 +0100
commit2e5e0fd315a8cffa0d874f1ec70c4c807bbb3b27 (patch)
tree3b6ce5d71a22c73d84045908103f41ed3e856972 /nbproject/build-impl.xml
parent9e954259d99d642dab1aae5763ce8e34c855706c (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* ; Add javadoc arg (GlueGen property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8v2.3.1v2.3.0
Diffstat (limited to 'nbproject/build-impl.xml')
-rw-r--r--nbproject/build-impl.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index 9a40f47..b99e6ed 100644
--- a/nbproject/build-impl.xml
+++ b/nbproject/build-impl.xml
@@ -549,6 +549,7 @@ is divided into following sections:
<fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
<include name="**/*.java"/>
</fileset>
+ <arg value="${javadoc.xarg1}"/>
</javadoc>
</target>
<target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview">