Added other parts of the standard library to predef.dll

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14074 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
shack 2008-02-20 09:49:28 +00:00
parent 490ac3e6b0
commit 6aab314cce
1 changed files with 5 additions and 1 deletions

View File

@ -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">