summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2011-09-16 13:50:03 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2011-09-16 13:50:03 +0000
commit0379f091f517ede2e37ae5957eb914f59ad24636 (patch)
tree46ed5d83fd2196936c3405dfda0cd997396ed374 /build.xml
parentd7a171e06c871012c3ce0bdcf9daf00352a62574 (diff)
downloadscala-0379f091f517ede2e37ae5957eb914f59ad24636.tar.gz
scala-0379f091f517ede2e37ae5957eb914f59ad24636.tar.bz2
scala-0379f091f517ede2e37ae5957eb914f59ad24636.zip
2.8.2.RC2 -> 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 55c4e109a6..e20f41bcb2 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_2_RC2/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_2_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_2_RC2/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_2_RC3/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">