summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-14 12:09:37 +0000
committermichelou <michelou@epfl.ch>2005-10-14 12:09:37 +0000
commit6a6d7b7f49543e838733e3376bfed2bb75fc0a27 (patch)
tree024fa2c54d1a1422b2c7bdec7963faab453d1040 /config
parenta2a1b7b1d8938a2191f4d23bd339bdaf83ec38e0 (diff)
downloadscala-6a6d7b7f49543e838733e3376bfed2bb75fc0a27.tar.gz
scala-6a6d7b7f49543e838733e3376bfed2bb75fc0a27.tar.bz2
scala-6a6d7b7f49543e838733e3376bfed2bb75fc0a27.zip
- added property 'nsc.osc-nstools.excludes'.
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
################################################################################