summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2011-08-24 06:14:03 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2011-08-24 06:14:03 +0000
commit2061f6f1edeb6f21cc6bd657ebc1d238b7a5fe15 (patch)
tree7d15925e42d6fc31466db650d26a919ab1c5b1e8 /build.xml
parent31ce223983ee8a7f66f9556006cbd5917038c538 (diff)
downloadscala-2061f6f1edeb6f21cc6bd657ebc1d238b7a5fe15.tar.gz
scala-2061f6f1edeb6f21cc6bd657ebc1d238b7a5fe15.tar.bz2
scala-2061f6f1edeb6f21cc6bd657ebc1d238b7a5fe15.zip
Scala 2.9.1 RC3 -> RC4
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 7c6abe3092..a7c9088aa7 100644
--- a/build.xml
+++ b/build.xml
@@ -1409,7 +1409,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_9_1_RC3/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_RC4/src/€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
sourcepath="${src.dir}"
classpathref="pack.classpath">
@@ -1493,7 +1493,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_9_1_RC3/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_RC4/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">