summaryrefslogtreecommitdiff
path: root/src/build
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-03-07 13:31:37 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-03-07 13:31:37 +0000
commit36894f563985a3e682e6b35d8ed1155bc4d9a17d (patch)
tree6a98d5c0cce810fa2c29a731da95734129f68994 /src/build
parent2d819d201ec756bc2071ef59b05dc4710d0c1193 (diff)
downloadscala-36894f563985a3e682e6b35d8ed1155bc4d9a17d.tar.gz
scala-36894f563985a3e682e6b35d8ed1155bc4d9a17d.tar.bz2
scala-36894f563985a3e682e6b35d8ed1155bc4d9a17d.zip
Hopefully fix the problem with Either not being...
Hopefully fix the problem with Either not being included in the the builds.
Diffstat (limited to 'src/build')
-rw-r--r--src/build/build-msil.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/build-msil.xml b/src/build/build-msil.xml
index 4cb6a6edc4..c0435c5f09 100644
--- a/src/build/build-msil.xml
+++ b/src/build/build-msil.xml
@@ -109,6 +109,7 @@ SETUP
assemname="${msil.dir}/lib/predef" assemrefs="${lib.dir}"
failonerror="false">
<include name="scala/Predef.scala"/>
+ <include name="scala/Either.scala"/>
<include name="scala/Option.scala"/>
<include name="scala/Pair.scala"/>
<include name="scala/Console.scala"/>