summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-03-13 06:14:19 -0700
committerPaul Phillips <paulp@improving.org>2013-03-13 15:23:37 -0700
commit81a4f4d0c90d0da65e8b19b9453c32dd7dc3c39d (patch)
tree55bab8b3a001d3a1fcaa9a21b3388cd1a4a51139 /build.xml
parent79d653a183bf74e27ec77cfd591e9649f154d41b (diff)
downloadscala-81a4f4d0c90d0da65e8b19b9453c32dd7dc3c39d.tar.gz
scala-81a4f4d0c90d0da65e8b19b9453c32dd7dc3c39d.tar.bz2
scala-81a4f4d0c90d0da65e8b19b9453c32dd7dc3c39d.zip
Restore sketchy dependency to quick.bin.
Apparently we cannot run at all without the continuations classes on the classpath. At least that it was I conclude from the fact that quick/bin/scala hasn't worked since I routed the plugin classes into continuations-library. This restores them to quick's classpath so we can have qscala again.
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 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"/>