From 06d8329548fc745a9782055d07146bd5ec1ce329 Mon Sep 17 00:00:00 2001 From: Evgeny Goldin Date: Mon, 20 Feb 2012 18:14:41 +0200 Subject: [PATCH] HtmlBuilder is commented out, compilation fails. --- build-tools/build.xml | 4 ++-- .../test/longer-examples/{HtmlBuilder.kt => HtmlBuilder.txt} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename build-tools/test/longer-examples/{HtmlBuilder.kt => HtmlBuilder.txt} (100%) diff --git a/build-tools/build.xml b/build-tools/build.xml index 7c678d4db55..af7996b5a32 100644 --- a/build-tools/build.xml +++ b/build-tools/build.xml @@ -265,14 +265,14 @@ - + - + diff --git a/build-tools/test/longer-examples/HtmlBuilder.kt b/build-tools/test/longer-examples/HtmlBuilder.txt similarity index 100% rename from build-tools/test/longer-examples/HtmlBuilder.kt rename to build-tools/test/longer-examples/HtmlBuilder.txt