remove javadoc to see if jenkins build will finish before timing out
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/c97e2a6a Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/c97e2a6a Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/c97e2a6a Branch: refs/heads/maven Commit: c97e2a6a3fb6bf142f5d90302769d337bbbc11ef Parents: ed3795f Author: Alex Harui <[email protected]> Authored: Sun Apr 6 19:38:13 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Apr 6 19:38:13 2014 -0700 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c97e2a6a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 28380fb..e09e471 100644 --- a/build.xml +++ b/build.xml @@ -54,7 +54,7 @@ </path> <target name="javadoc" description="Builds Falcon's Javadoc at generated/javadoc."> - <ant dir="compiler" target="javadoc"/> + <!--<ant dir="compiler" target="javadoc"/>--> </target> <target name="eclipse" description="Prepares or updates Falcon's project(s) for use in Eclipse. This takes care of generating Java files for lexers, parsers, and BURMs.">
