summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2011-05-02 10:28:42 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2011-05-02 10:28:42 +0000
commit3629c32f9f5f0562f89a59b3e9c154769512aa3e (patch)
tree9c84c3b960b18188e5e4ea5c5022ea28816a9af2 /build.xml
parentcb6a345a2f35f2f85832c9bf2f509c6f98a40d01 (diff)
downloadscala-3629c32f9f5f0562f89a59b3e9c154769512aa3e.tar.gz
scala-3629c32f9f5f0562f89a59b3e9c154769512aa3e.tar.bz2
scala-3629c32f9f5f0562f89a59b3e9c154769512aa3e.zip
Preparations for 2.9.0 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 8754e29473..2cab73948f 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_0_RC2/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_0_RC3/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_0_RC2/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_0_RC3/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">