summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-04-21 22:08:01 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-04-21 22:10:48 +0200
commitae21d1b3974ecf3aeed6d85a9882de89ed8aae58 (patch)
tree85a0683471a684ca702dd3f99542e0ed78466520 /build.xml
parent969e22f601d18c76ffbe22d994948874c60ebec0 (diff)
downloadscala-ae21d1b3974ecf3aeed6d85a9882de89ed8aae58.tar.gz
scala-ae21d1b3974ecf3aeed6d85a9882de89ed8aae58.tar.bz2
scala-ae21d1b3974ecf3aeed6d85a9882de89ed8aae58.zip
Another spot to fully cross version continuations plugin
The continuations plugin is fully cross versioned, as it dependes on the non-BC compiler API. I had to make the same change externally releasing 2.11.0: https://github.com/scala/jenkins-scripts/pull/99/files This fix addresses the problem in scala/scala. Without it, we can't resolve dependencies in development.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index fec1d947c4..95ce2fe4e2 100755
--- a/build.xml
+++ b/build.xml
@@ -304,6 +304,7 @@ TODO:
necessary cross suffix (usually something like "_2.11.0-M6". -->
<prepareCross name="scala-xml" />
<prepareCross name="scala-parser-combinators" />
+ <property name="scala-continuations-plugin.cross.suffix" value="_${scala.full.version}"/>
<prepareCross name="scala-continuations-plugin" />
<prepareCross name="scala-continuations-library"/>
<prepareCross name="scala-swing"/>