Repository: flex-falcon
Updated Branches:
  refs/heads/develop c0f0b40f3 -> 506e0860e


Prevent strict javadoc linting by java8


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/506e0860
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/506e0860
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/506e0860

Branch: refs/heads/develop
Commit: 506e0860e7ec90daf48707a3009b923ee513c848
Parents: c0f0b40
Author: OmPrakash Muppirala <[email protected]>
Authored: Wed Sep 23 00:16:23 2015 -0700
Committer: OmPrakash Muppirala <[email protected]>
Committed: Wed Sep 23 00:19:34 2015 -0700

----------------------------------------------------------------------
 compiler/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/506e0860/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index 3dfc74c..122a784 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -516,7 +516,7 @@
 
     <target name="javadoc" depends="eclipse, set.javadoc.zip.uptodate" 
unless="javadoc.zip.uptodate"
            description="Builds Javadoc">
-        <javadoc destdir="${compiler}/generated/javadoc" useexternalfile="yes" 
overview="${compiler}/src/overview.html" failonerror="true" maxmemory="512m">
+        <javadoc destdir="${compiler}/generated/javadoc" useexternalfile="yes" 
overview="${compiler}/src/overview.html" failonerror="true" maxmemory="512m" 
additionalparam="-Xdoclint:none">
             <sourcefiles>
                 <fileset dir="${compiler}/src" includes="**/*.java"/>
                 <fileset dir="${compiler}/generated/src" includes="**/*.java"/>

Reply via email to