From 8c3bb7fa7990dea889ac3ad5c71b3fb0ab9a379b Mon Sep 17 00:00:00 2001 From: extempore Date: Thu, 1 Jul 2010 00:16:32 +0000 Subject: [PATCH] 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. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@22450 5e8d7ff9-d8ef-0310-90f0-a4852d11357a --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 4e7a6118e..3098bbe39 100644 --- a/build.xml +++ b/build.xml @@ -517,6 +517,7 @@ QUICK BUILD (QUICK) +