From 711e61cd06cd9a103c9a61d8220844d8d494b38b Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Thu, 10 May 2012 17:16:04 +0400 Subject: [PATCH] Added a property to disable compiler's javadoc generation Run Ant with -Dgenerate.javadoc=false -Dshrink=false for a faster build --- build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index d46d6fc6d8e..e9266d23faf 100644 --- a/build.xml +++ b/build.xml @@ -2,6 +2,8 @@ + + @@ -89,7 +91,7 @@ - + @@ -115,7 +117,7 @@ sourcepathref="compilerSources.path" classpathref="classpath" linksource="yes" - windowtitle="Kotlin Compiler" /> + windowtitle="Kotlin Compiler"/>