summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorshack <shack@epfl.ch>2008-02-20 09:49:28 +0000
committershack <shack@epfl.ch>2008-02-20 09:49:28 +0000
commitdbd98be39ea957c9acc9731521fc5ffe7a7eeb87 (patch)
tree0946e48c3a498c872f0cab1dec03343ef70ef04e /build.xml
parent151cbc5c27d2dd2010630cb0ea1589ca807af594 (diff)
downloadscala-dbd98be39ea957c9acc9731521fc5ffe7a7eeb87.tar.gz
scala-dbd98be39ea957c9acc9731521fc5ffe7a7eeb87.tar.bz2
scala-dbd98be39ea957c9acc9731521fc5ffe7a7eeb87.zip
Added other parts of the standard library to pr...
Added other parts of the standard library to predef.dll
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4dc66cdced..c0b123f219 100644
--- a/build.xml
+++ b/build.xml
@@ -557,7 +557,7 @@ BUILD QUICK-TEST LAYER
addparams="${nsc.params}" target="${nsc.target}"
deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}"
- classpath="${quick.dir}/lib/library">
+ classpath="${quick.dir}/lib/library">
<include name="**/*.scala"/>
<exclude name="scala/Predef.scala"/>
<exclude name="scala/dbc/**"/>
@@ -1096,7 +1096,11 @@ MSIL
<include name="scala/transient.scala"/>
<include name="scala/volatile.scala"/>
<include name="scala/runtime/*.scala"/>
+ <include name="scala/**.scala"/>
<exclude name="scala/runtime/RichStringBuilder.scala"/>
+ <exclude name="scala/Enumeration.scala"/>
+ <exclude name="scala/BigDecimal.scala"/>
+ <exclude name="scala/BigInt.scala"/>
</quick>
<exec
executable="${ilasm.cmd}" vmlauncher="no">