summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-09-12 12:08:47 +0000
committermichelou <michelou@epfl.ch>2006-09-12 12:08:47 +0000
commitd1f14a8b11aba7a9ca011d6e54ffcf3c99d58bf1 (patch)
treea609e868754633bbe76b1e397839381cf29262fe /build.xml
parent91412ea3d449e8cff88b3c2e79eb16766b3b1476 (diff)
downloadscala-d1f14a8b11aba7a9ca011d6e54ffcf3c99d58bf1.tar.gz
scala-d1f14a8b11aba7a9ca011d6e54ffcf3c99d58bf1.tar.bz2
scala-d1f14a8b11aba7a9ca011d6e54ffcf3c99d58bf1.zip
temp.fix: task "quickdoc" uses "starr.classpath...
temp.fix: task "quickdoc" uses "starr.classpath" instead of "quick.classpath"
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 88fbccfe79..66c9190652 100644
--- a/build.xml
+++ b/build.xml
@@ -217,7 +217,7 @@ SETUP
classpathref="quick.classpath"/>
<taskdef
name="quickdoc" classname="scala.tools.ant.Scaladoc"
- classpathref="quick.classpath"/>
+ classpathref="starr.classpath"/> <!-- classpathref="quick.classpath"/> -->
</target>
<!-- ===========================================================================