summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2011-08-04 08:41:41 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2011-08-04 08:41:41 +0000
commit3c0ac6a789d4fc47f52cde6510f818fae8b8b6fa (patch)
tree2729501881d9c766594091b1efaebc56fce814f8 /build.xml
parentd0d697c9df64e5d6e93dcfe637f52d22cb38a369 (diff)
downloadscala-3c0ac6a789d4fc47f52cde6510f818fae8b8b6fa.tar.gz
scala-3c0ac6a789d4fc47f52cde6510f818fae8b8b6fa.tar.bz2
scala-3c0ac6a789d4fc47f52cde6510f818fae8b8b6fa.zip
2.9.1 RC1 -> RC2
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 d7b71f5f50..96f83c0e58 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_RC1/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_RC2/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_RC1/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_RC2/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">