From 95ff3d2928f8d1dc2a7a5e77595b80088496eeba Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 6 Jun 2006 16:52:36 +0000 Subject: added command 'fsc' for scala.tools.nsc.Compile... added command 'fsc' for scala.tools.nsc.CompileClient --- build.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 1e2124a63a..823aca796d 100644 --- a/build.xml +++ b/build.xml @@ -58,6 +58,7 @@ PROPERTIES + @@ -465,6 +475,12 @@ BUILD QUICK-TEST LAYER class="scala.tools.nsc.MainScript" version="${version.number}" copyright="${copyright.string}"/> + + @@ -587,6 +605,12 @@ TEST class="scala.tools.nsc.MainScript" version="${version.number}" copyright="${copyright.string}"/> + + @@ -748,6 +774,7 @@ GENERATES A DISTRIBUTION + -- cgit v1.2.3