summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-09-10 00:11:26 +0000
committerPaul Phillips <paulp@improving.org>2011-09-10 00:11:26 +0000
commit9a40a521b2bed38bd3257e0ad45f9cb1099936ff (patch)
tree7973820e0310fc5e0b86bcd57bba5473d7e18891 /build.xml
parentbcdd1882f159105db6d748f704839c65491f76d5 (diff)
downloadscala-9a40a521b2bed38bd3257e0ad45f9cb1099936ff.tar.gz
scala-9a40a521b2bed38bd3257e0ad45f9cb1099936ff.tar.bz2
scala-9a40a521b2bed38bd3257e0ad45f9cb1099936ff.zip
Fixing the optimized build.
Continuations suddenly needs fjbg.jar on its classpath due to transitive dependency, no review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index af831f7928..cac240a68a 100644
--- a/build.xml
+++ b/build.xml
@@ -617,7 +617,7 @@ QUICK BUILD (QUICK)
<pathelement location="${build-quick.dir}/classes/library"/>
<pathelement location="${build-quick.dir}/classes/compiler"/>
<pathelement location="${build-quick.dir}/classes/continuations-plugin"/>
- <pathelement location="${lib.dir}/forkjoin.jar"/>
+ <path refid="aux.libs"/>
</compilationpath>
</scalacfork>
<copy
@@ -1129,7 +1129,7 @@ BOOTSTRAPPING BUILD (STRAP)
<pathelement location="${build-strap.dir}/classes/library"/>
<pathelement location="${build-strap.dir}/classes/compiler"/>
<pathelement location="${build-strap.dir}/classes/continuations-plugin"/>
- <pathelement location="${lib.dir}/forkjoin.jar"/>
+ <path refid="aux.libs"/>
</compilationpath>
</scalacfork>
<copy