summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-01-18 16:06:58 -0800
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-01-18 16:06:58 -0800
commit5d59fb9b73184afcfa6257347080a8493aae6681 (patch)
tree7c538940865e2e2fec9caa5b716d4b2b0afd15b4 /build.xml
parentd7b59f452f5fa35df48a5e0385f579c98ebf3555 (diff)
downloadscala-5d59fb9b73184afcfa6257347080a8493aae6681.tar.gz
scala-5d59fb9b73184afcfa6257347080a8493aae6681.tar.bz2
scala-5d59fb9b73184afcfa6257347080a8493aae6681.zip
Disable MIMA in master.
Binary compatibility checks do not make sense in master because there's no base point against which we should check.
Diffstat (limited to 'build.xml')
-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"