summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-29 15:29:44 +0000
committerPaul Phillips <paulp@improving.org>2010-04-29 15:29:44 +0000
commit8a3ff479f201b14cbb2065e71063543e92418b54 (patch)
tree12228f8e9d41688d94d6e467ba946298d6d61d23 /build.xml
parent37893fe867658b241fd5c48ae3bb97301986862c (diff)
downloadscala-8a3ff479f201b14cbb2065e71063543e92418b54.tar.gz
scala-8a3ff479f201b14cbb2065e71063543e92418b54.tar.bz2
scala-8a3ff479f201b14cbb2065e71063543e92418b54.zip
Took advantage of the sophisticated abstraction...
Took advantage of the sophisticated abstractions available in ant to cut and paste the entirety of r21723 a little further down the build file. No review.
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 35e4889199..65ff3e684b 100644
--- a/build.xml
+++ b/build.xml
@@ -1116,6 +1116,7 @@ BOOTSTRAPPING BUILD (STRAP)
<compilationpath>
<pathelement location="${build-strap.dir}/classes/library"/>
<pathelement location="${build-strap.dir}/classes/compiler"/>
+ <pathelement location="${build-strap.dir}/classes/continuations-plugin"/>
</compilationpath>
</scalacfork>
<copy