summaryrefslogtreecommitdiff
path: root/config/build.default.properties
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-30 17:16:11 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-30 17:16:11 +0000
commit89c583a548bfa2c113cb5bff5668895107bee70e (patch)
tree2267fa0064d587646a214d5e1bfc637cb2de93d9 /config/build.default.properties
parent31168656d770558c52c7cd1555621ce52ea8cfca (diff)
downloadscala-89c583a548bfa2c113cb5bff5668895107bee70e.tar.gz
scala-89c583a548bfa2c113cb5bff5668895107bee70e.tar.bz2
scala-89c583a548bfa2c113cb5bff5668895107bee70e.zip
SCABBUS now also supports the "print" option.
Diffstat (limited to 'config/build.default.properties')
-rw-r--r--config/build.default.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/build.default.properties b/config/build.default.properties
index f803b45862..356c664615 100644
--- a/config/build.default.properties
+++ b/config/build.default.properties
@@ -28,6 +28,9 @@ nsc.log=
# consistency.
nsc.check=
+# A comma-separated list of compile phases that NSC should print.
+nsc.print=
+
# 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=${config.dir}/excludes/nsc.nslib.excludes