summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-04-04 19:05:18 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-04-04 19:05:18 -0700
commit7184bd3773ebb42333eac0b3c3dd3d53dbb0a28a (patch)
treed51fcc4d72954af971ffc2363fcc0b68a3c2e03d /build.xml
parent2914695e8d080a98067ba03f08c052b82de4df2d (diff)
downloadscala-7184bd3773ebb42333eac0b3c3dd3d53dbb0a28a.tar.gz
scala-7184bd3773ebb42333eac0b3c3dd3d53dbb0a28a.tar.bz2
scala-7184bd3773ebb42333eac0b3c3dd3d53dbb0a28a.zip
make quick.done depend on quick.bin again
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 9a26336248..8f653667f1 100644
--- a/build.xml
+++ b/build.xml
@@ -1178,11 +1178,11 @@ TODO:
</staged-uptodate>
</target>
- <target name="quick.bin" depends="init">
+ <target name="quick.bin" depends="quick.lib, quick.reflect, quick.comp, quick.scalacheck, quick.scalap, quick.swing, quick.plugins, quick.partest">
<staged-bin stage="quick" classpathref="quick.bin.tool.path"/>
</target>
- <target name="quick.done" depends="quick.lib, quick.reflect, quick.comp, quick.scalacheck, quick.scalap, quick.swing, quick.plugins, quick.partest, quick.bin"/>
+ <target name="quick.done" depends="quick.bin"/>
<target name="quick-opt" description="Optimized version of quick.done."> <optimized name="quick.done"/></target>