summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-10-13 20:16:22 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-10-13 20:16:22 +0000
commit8d10d0b1a20e0d4936861d0649631d078357853f (patch)
tree82b1d3b36a00498c3909ba26166359bc5ee9460d /build.xml
parentb8c7f6f8b46422bdb718c538569c5a8517705edb (diff)
downloadscala-8d10d0b1a20e0d4936861d0649631d078357853f.tar.gz
scala-8d10d0b1a20e0d4936861d0649631d078357853f.tar.bz2
scala-8d10d0b1a20e0d4936861d0649631d078357853f.zip
2.8.1.RC2 -> 2.8.1.RC3
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 4510bc741c..cb3f43312e 100644
--- a/build.xml
+++ b/build.xml
@@ -1373,7 +1373,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/library"
doctitle="Scala Standard Library"
docversion="${version.number}"
- docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC2/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC3/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath">
<src>
@@ -1460,7 +1460,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/compiler"
doctitle="Scala Compiler"
docversion="${version.number}"
- docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC2/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC3/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">