summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2011-04-26 09:04:26 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2011-04-26 09:04:26 +0000
commit960edcd25172b6cc98b573379ef8d4cc960ddec2 (patch)
tree3360838b1a0210fae09830979243aa80c93fd130 /build.xml
parent15d477697395ff93c3065b7f2c7db06160662851 (diff)
downloadscala-960edcd25172b6cc98b573379ef8d4cc960ddec2.tar.gz
scala-960edcd25172b6cc98b573379ef8d4cc960ddec2.tar.bz2
scala-960edcd25172b6cc98b573379ef8d4cc960ddec2.zip
Preparations for 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 b94fccdc08..8754e29473 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/branches/2.9.x/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_0_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/branches/2.9.x/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_0_RC2/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">