summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2013-01-21 19:47:08 +0100
committerPhilipp Haller <hallerp@gmail.com>2013-01-24 08:25:24 +0100
commit48970634271b8e231991dcd053134e1932d55e1d (patch)
tree1f2793fdb066dedf38468e2dcbab5865c0d352d6 /build.xml
parent5713c1b9b5642bb1813f9e5816d31a1bc5d70c60 (diff)
downloadscala-48970634271b8e231991dcd053134e1932d55e1d.tar.gz
scala-48970634271b8e231991dcd053134e1932d55e1d.tar.bz2
scala-48970634271b8e231991dcd053134e1932d55e1d.zip
SI-6932 Remove Batchable trait, minor clean-ups, update build
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9df0c98c1a..7489955cc7 100644
--- a/build.xml
+++ b/build.xml
@@ -401,6 +401,7 @@ LOCAL REFERENCE BUILD (LOCKER)
<exclude name="scala/concurrent/Promise.scala"/>
<exclude name="scala/concurrent/ExecutionContext.scala"/>
<exclude name="scala/concurrent/BlockContext.scala"/>
+ <exclude name="scala/concurrent/BatchingExecutor.scala"/>
<exclude name="scala/concurrent/impl/Future.scala"/>
<exclude name="scala/concurrent/impl/Promise.scala"/>
<exclude name="scala/concurrent/impl/ExecutionContextImpl.scala"/>