summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-12 13:54:08 +0000
committermichelou <michelou@epfl.ch>2005-10-12 13:54:08 +0000
commit218871311dd94a3a02815ae1e7425b4b9fab18e9 (patch)
treeecd0f6e3dc6f47732af36592f80a4a7b620303b4 /config
parent5db8ce56f524f2c7ab616a2278f494a6adccf0cb (diff)
downloadscala-218871311dd94a3a02815ae1e7425b4b9fab18e9.tar.gz
scala-218871311dd94a3a02815ae1e7425b4b9fab18e9.tar.bz2
scala-218871311dd94a3a02815ae1e7425b4b9fab18e9.zip
- changed 'support.dir' to 'build.support.dir'.
Diffstat (limited to 'config')
-rw-r--r--config/build.default.properties4
1 files 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
################################################################################