From 48052e99ae073b01c2b2e0e0229c97d2216a8cd5 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Fri, 11 Oct 2013 11:48:20 +0400 Subject: [PATCH] Bootstrap runtime used as an external dependency to the compiler --- build.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 455ce077218..d037dd7e52e 100644 --- a/build.xml +++ b/build.xml @@ -11,6 +11,7 @@ + @@ -22,7 +23,7 @@ - + @@ -67,8 +68,6 @@ - - @@ -87,8 +86,6 @@ - - @@ -148,7 +145,6 @@ - @@ -286,6 +282,7 @@ + @@ -369,6 +366,7 @@ -dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use -libraryjars '${rtjar}' + -libraryjars '${bootstrap.runtime}' -target 1.6 -dontoptimize @@ -429,6 +427,7 @@ +