From 1ed825e2cb1ea70f9a57921b9b7c88754c61777e Mon Sep 17 00:00:00 2001 From: Evgeny Goldin Date: Sat, 4 Feb 2012 18:27:56 +0200 Subject: [PATCH] Ant task - Maze test is commented out (compilation fails); update to reflect project changes; added. --- build-tools/build.xml | 82 +++++++++++-------- .../longer-examples/{Maze.kt => Maze.txt} | 0 2 files changed, 46 insertions(+), 36 deletions(-) rename build-tools/test/longer-examples/{Maze.kt => Maze.txt} (100%) diff --git a/build-tools/build.xml b/build-tools/build.xml index b07c9b8808c..5067ddff48e 100644 --- a/build-tools/build.xml +++ b/build-tools/build.xml @@ -1,13 +1,11 @@ - - - - - - - - + + + + + + @@ -23,6 +21,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -31,32 +54,19 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -253,14 +263,14 @@ - + - + diff --git a/build-tools/test/longer-examples/Maze.kt b/build-tools/test/longer-examples/Maze.txt similarity index 100% rename from build-tools/test/longer-examples/Maze.kt rename to build-tools/test/longer-examples/Maze.txt