From ec1c69a32bf82a5c3966c3756d877efcfdaec026 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Thu, 3 Nov 2005 18:16:15 +0000 Subject: Changed path to use config instead of build.sup... Changed path to use config instead of build.support. --- config/build.default.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/build.default.properties b/config/build.default.properties index 5f56a2da9b..1b7618a21f 100644 --- a/config/build.default.properties +++ b/config/build.default.properties @@ -30,15 +30,15 @@ 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=${build.support.dir}/nsc.nslib.excludes +nsc.nslib.excludes=${config.dir}/excludes/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=${build.support.dir}/nsc.nstools.excludes +nsc.nstools.excludes=${config.dir}/excludes/nsc.nstools.excludes # The name of a file that lists files that should be excluded when building # the new Scala tools. This file MUST EXIST. -nsc.osc-nstools.excludes=${build.support.dir}/nsc.osc-nstools.excludes +nsc.osc-nstools.excludes=${config.dir}/excludes/nsc.osc-nstools.excludes # LOCATION OF PRE-COMPILED LIBRARIES ############################################################################## -- cgit v1.2.3