summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-13 15:26:00 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-13 15:26:00 -0700
commit482bef8079e2a2fecc2b8f77eb7c6da648125e3c (patch)
tree55bab8b3a001d3a1fcaa9a21b3388cd1a4a51139
parent79d653a183bf74e27ec77cfd591e9649f154d41b (diff)
parent81a4f4d0c90d0da65e8b19b9453c32dd7dc3c39d (diff)
downloadscala-2.11.0-M2.tar.gz
scala-2.11.0-M2.tar.bz2
scala-2.11.0-M2.zip
Merge pull request #2254 from paulp/pr/buildxmlv2.11.0-M2
Restore sketchy dependency to quick.bin.
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 99ab8e0a17..8294f17d33 100644
--- a/build.xml
+++ b/build.xml
@@ -1388,6 +1388,7 @@ QUICK BUILD (QUICK)
<pathelement location="${build-quick.dir}/classes/compiler"/>
<pathelement location="${build-quick.dir}/classes/repl"/>
<pathelement location="${build-quick.dir}/classes/scalap"/>
+ <pathelement location="${build-quick.dir}/classes/continuations-library"/>
<pathelement location="${jline.jar}"/>
<path refid="asm.classpath"/>
<path refid="forkjoin.classpath"/>