summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-03 18:16:15 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-03 18:16:15 +0000
commitec1c69a32bf82a5c3966c3756d877efcfdaec026 (patch)
tree7e4004ef8622cfb1667968dd62a9da94856d3df8
parent871771f410cfc4ccaed58657c13e1deedc110420 (diff)
downloadscala-ec1c69a32bf82a5c3966c3756d877efcfdaec026.tar.gz
scala-ec1c69a32bf82a5c3966c3756d877efcfdaec026.tar.bz2
scala-ec1c69a32bf82a5c3966c3756d877efcfdaec026.zip
Changed path to use config instead of build.sup...
Changed path to use config instead of build.support.
-rw-r--r--config/build.default.properties6
1 files 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
##############################################################################