From 9e0da7aa877afb5863b1b5c517d540e5b33a2d7c Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 10 Jan 2011 22:15:07 +0100 Subject: In javac7 the BaseFileObject and JavacFileManager have been moved from com/sun/tools/javac/util to com/sun/tools/javac/file --- build.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index e65b13d6..0581ebcf 100644 --- a/build.xml +++ b/build.xml @@ -147,8 +147,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + @@ -163,7 +165,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + @@ -187,6 +191,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -205,6 +210,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + -- cgit