From 218871311dd94a3a02815ae1e7425b4b9fab18e9 Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 12 Oct 2005 13:54:08 +0000 Subject: - changed 'support.dir' to 'build.support.dir'. --- config/build.default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/build.default.properties b/config/build.default.properties index f00525d8e3..0ed5f0e917 100644 --- a/config/build.default.properties +++ b/config/build.default.properties @@ -25,11 +25,11 @@ nsc.check= # The name of a file that lists files that should be excluded when building # the new Scala library. This file MUST EXIST. -nsc.nslib.excludes=${support.dir}/nsc.nslib.excludes +nsc.nslib.excludes=${build.support.dir}/nsc.nslib.excludes # The name of a file that lists files that should be excluded when building # the new Scala tools. This file MUST EXIST. -nsc.nstools.excludes=${support.dir}/nsc.nstools.excludes +nsc.nstools.excludes=${build.support.dir}/nsc.nstools.excludes # LOCATION OF PRE-COMPILED LIBRARIES ################################################################################ -- cgit v1.2.3