summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/build.default.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/build.default.properties b/config/build.default.properties
index 6c15c509b7..042024cc81 100644
--- a/config/build.default.properties
+++ b/config/build.default.properties
@@ -31,6 +31,10 @@ nsc.nslib.excludes=${build.support.dir}/nsc.nslib.excludes
# the new Scala tools. This file MUST EXIST.
nsc.nstools.excludes=${build.support.dir}/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
+
# LOCATION OF PRE-COMPILED LIBRARIES
################################################################################