summaryrefslogtreecommitdiff
path: root/config/build.default.properties
diff options
context:
space:
mode:
Diffstat (limited to 'config/build.default.properties')
-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
################################################################################