summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-02-26 18:08:07 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-02-26 18:08:07 -0800
commit59bcf6b98cedb95bc15c98ab37246b42dda12489 (patch)
tree2f74444601488e1ed13fb103214879428bb7c1a5 /build.xml
parent8b95e11f6bf53f6f350ee59a66537b89a04783c2 (diff)
parent7bb1f41cd152b4e4930a1d8f769ddc2304cf6877 (diff)
downloadscala-59bcf6b98cedb95bc15c98ab37246b42dda12489.tar.gz
scala-59bcf6b98cedb95bc15c98ab37246b42dda12489.tar.bz2
scala-59bcf6b98cedb95bc15c98ab37246b42dda12489.zip
Merge pull request #3588 from adriaanm/rebase-3587
Revert "SI-7624 Fix -feature warnings in scala/tools/scalap"
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4979ec26e7..ffac3faaa5 100755
--- a/build.xml
+++ b/build.xml
@@ -274,6 +274,7 @@ TODO:
</artifact:dependencies>
+ <artifact:remoteRepository id="sonatype-release" url="https://oss.sonatype.org/content/repositories/releases"/>
<artifact:remoteRepository id="extra-repo" url="${extra.repo.url}"/>
<!-- prepare, for each of the names below, the property "@{name}.cross", set to the
@@ -293,6 +294,7 @@ TODO:
<!-- so we don't have to wait for artifacts to synch to maven central
(we don't distribute partest with Scala, so the risk of sonatype and maven being out of synch is irrelevant):
-->
+ <artifact:remoteRepository refid="sonatype-release"/>
<artifact:remoteRepository refid="extra-repo"/>
<dependency groupId="org.scala-lang.modules" artifactId="scala-partest${partest.cross}" version="${partest.version.number}" />
</artifact:dependencies>