From 5b70995ce1770a5c2c035304f24617e1c0ee4756 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Sat, 31 Jan 2015 18:50:20 +0300 Subject: [PATCH] build.xml: simplify new-kotlinc macro - passing sources to "-classpath" is no longer needed because the logic was implemented in K2JVMCompiler - skipping javac2 for stdlib is no longer needed because the corresponding error is no longer reproducible since "skip" was added to javac2 - get rid of unneeded properties in favor of Ant's toString feature --- build.xml | 46 ++++++++++++++++------------------------------ 1 file changed, 16 insertions(+), 30 deletions(-) diff --git a/build.xml b/build.xml index 26f0d1d3eb4..f931bde921c 100644 --- a/build.xml +++ b/build.xml @@ -664,20 +664,12 @@ - - - - - - - @@ -686,12 +678,9 @@ - - + - - @@ -706,24 +695,18 @@ - - + - - - - - - - - - - - - - + + + + + + + + @@ -734,12 +717,15 @@ - + + + + - +