From 909a30c2796e38d97433db05f3f4b6ff1cf06b41 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Mon, 7 Jul 2014 15:42:37 +0400 Subject: [PATCH] Minor: added description for some(frequently used) ant targets to avoid hiding them in IDEA. --- build.xml | 10 ++++++---- update_dependencies.xml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 842294c9697..ae7af2a6a2a 100644 --- a/build.xml +++ b/build.xml @@ -624,17 +624,19 @@ - + + depends="clean,init,prepareDist,preloader,builtins,compiler,compilerSources,antTools,jdkAnnotations,androidSdkAnnotations,runtime,runtime_sources,jslib" + description="Builds redistributables from sources"/> - + + depends="init,prepareDist,preloader,builtins,compiler_quick" + description="Builds compiler jar from project out dir"/> diff --git a/update_dependencies.xml b/update_dependencies.xml index d7824f93455..a2e781fac3b 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -27,14 +27,14 @@ - + - +