From a78509432e82a46eafc859eb7d6f2d8059a0d0cf Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 24 Mar 2014 15:54:26 +0400 Subject: [PATCH] Don't build j2k on 'ant dist' It was only used in kotlin-web-demo some time ago --- build.xml | 29 ++--------------------------- resources/manifest.properties | 2 -- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/build.xml b/build.xml index d1a436fe0ca..ead08ac7288 100644 --- a/build.xml +++ b/build.xml @@ -611,38 +611,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + depends="clean,init,prepareDist,preloader,builtins,compiler,compilerSources,antTools,jdkAnnotations,androidSdkAnnotations,runtime,runtime_sources,jslib"/> + depends="clean,init,prepareDist,preloader,builtins,compiler_quick,antTools,jdkAnnotations,androidSdkAnnotations,runtime,runtime_sources,jslib"/>