summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-01-20 00:24:10 -0800
committerPaul Phillips <paulp@improving.org>2013-01-20 00:24:10 -0800
commit262c8ee65a2606556b9e0919991a72c60ffe37ab (patch)
tree7c538940865e2e2fec9caa5b716d4b2b0afd15b4
parentd7b59f452f5fa35df48a5e0385f579c98ebf3555 (diff)
parent5d59fb9b73184afcfa6257347080a8493aae6681 (diff)
downloadscala-262c8ee65a2606556b9e0919991a72c60ffe37ab.tar.gz
scala-262c8ee65a2606556b9e0919991a72c60ffe37ab.tar.bz2
scala-262c8ee65a2606556b9e0919991a72c60ffe37ab.zip
Merge pull request #1926 from gkossakowski/disable-mima-in-master
Disable MIMA in master.
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c5bfaf3ef5..caa170ba4a 100644
--- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@ END-USER TARGETS
<target name="clean" depends="quick.clean"
description="Removes binaries of compiler and library. Distributions are untouched."/>
- <target name="test" depends="test.done, osgi.test, bc.run"
+ <target name="test" depends="test.done, osgi.test"
description="Runs test suite and bootstrapping test on Scala compiler and library."/>
<target name="test-opt"