summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-06-08 01:14:17 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-06-08 15:34:45 +0200
commit94db9d983cdd28c053e568b6185fe2494bd7ffec (patch)
treecfe978c998772eaba085fbe7925b8b0bd10ee8fe /build.xml
parent0c153ee15e714e0ca8752151012b8f1fa9642983 (diff)
downloadscala-94db9d983cdd28c053e568b6185fe2494bd7ffec.tar.gz
scala-94db9d983cdd28c053e568b6185fe2494bd7ffec.tar.bz2
scala-94db9d983cdd28c053e568b6185fe2494bd7ffec.zip
Reverting 22c8dec5 and preventing bootstapping in scaladoc
Review by @dragos, @jsuereth. Required bootstrapping because the starr was ant tasks were invoking locker with -Ysourcepath instead of -sourcepath.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index a23ed7ec7c..da52cd570a 100644
--- a/build.xml
+++ b/build.xml
@@ -1938,7 +1938,7 @@ DOCUMENTATION
docfooter="epfl"
docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
addparams="${scalac.args.all}"
docRootContent="${src.dir}/library/rootdoc.txt"
@@ -2020,7 +2020,7 @@ DOCUMENTATION
doctitle="Scala Compiler"
docversion="${version.number}"
docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler"
docRootContent="${src.dir}/compiler/rootdoc.txt"
@@ -2043,7 +2043,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/jline"
doctitle="Scala JLine"
docversion="${version.number}"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/jline/src/main/java"
addparams="${scalac.args.all}"
@@ -2067,7 +2067,7 @@ DOCUMENTATION
doctitle="Scalap"
docversion="${version.number}"
docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/scalap"
addparams="${scalac.args.all}"
@@ -2089,7 +2089,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/scala-partest"
doctitle="Scala Parallel Testing Framework"
docversion="${version.number}"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/partest"
addparams="${scalac.args.all}"
@@ -2111,7 +2111,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/continuations-plugin"
doctitle="Delimited Continuations Compiler Plugin"
docversion="${version.number}"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/continuations/plugin"
addparams="${scalac.args.all}"
@@ -2133,7 +2133,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/actors-migration"
doctitle="Actors Migration Kit"
docversion="${version.number}"
- docSourcePath="${src.dir}"
+ sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/actors-migration"
addparams="${scalac.args.all}"