summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-13 18:06:35 -0400
committerSeth Tisue <seth@tisue.net>2015-07-13 18:37:48 -0400
commit6a4ca9bafe6b9f8dbfbcbb71fa86f2c34c53b753 (patch)
treeb8df7276b3d65a89c848e03917185e3f30b8cd90 /build.xml
parent52fde52920d93325310e5544991feeea03e5c763 (diff)
downloadscala-6a4ca9bafe6b9f8dbfbcbb71fa86f2c34c53b753.tar.gz
scala-6a4ca9bafe6b9f8dbfbcbb71fa86f2c34c53b753.tar.bz2
scala-6a4ca9bafe6b9f8dbfbcbb71fa86f2c34c53b753.zip
SI-8744 fix version.number in scaladoc.properties
the fix is as suggested by Adriaan in the ticket
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 589e1931b8..f595e464f8 100755
--- a/build.xml
+++ b/build.xml
@@ -1196,7 +1196,7 @@ TODO:
</target>
<target name="quick.scaladoc" depends="quick.comp">
- <staged-build with="locker" stage="quick" project="scaladoc" version="scaladoc"/> </target>
+ <staged-build with="locker" stage="quick" project="scaladoc"/> </target>
<target name="quick.interactive" depends="quick.comp, quick.scaladoc">
<staged-build with="locker" stage="quick" project="interactive"/> </target>