summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-07-01 00:16:32 +0000
committerPaul Phillips <paulp@improving.org>2010-07-01 00:16:32 +0000
commit66de11cf7f2bbb61b488d7ae15a3229f50a68aff (patch)
tree870cdd5661a3bfa273218cf3ebf9e1d54b44b805 /build.xml
parentb4528e77302e9d745bed8c29ed298391925a8577 (diff)
downloadscala-66de11cf7f2bbb61b488d7ae15a3229f50a68aff.tar.gz
scala-66de11cf7f2bbb61b488d7ae15a3229f50a68aff.tar.bz2
scala-66de11cf7f2bbb61b488d7ae15a3229f50a68aff.zip
Although everything now builds for me, the buil...
Although everything now builds for me, the buildbot still fails on src/dbc for lack of forkjoin.jar. We apparently have invented non-deterministic jar dependencies. Added forkjoin.jar in another spot, 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 cb462e90c3..5f8fb15469 100644
--- a/build.xml
+++ b/build.xml
@@ -517,6 +517,7 @@ QUICK BUILD (QUICK)
<include name="**/*.scala"/>
<compilationpath>
<pathelement location="${build-quick.dir}/classes/library"/>
+ <pathelement location="${lib.dir}/forkjoin.jar"/>
</compilationpath>
</scalacfork>
<scalacfork