summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMiles Sabin <miles@milessabin.com>2008-05-09 09:18:45 +0000
committerMiles Sabin <miles@milessabin.com>2008-05-09 09:18:45 +0000
commitbc13181ea1b0103ad842df5b844e009694022731 (patch)
tree4c83eca7ef20053dc04acd84b269e2c3bff35bcf /build.xml
parent774b845a3a2a86b2b9e2df74cc15e103e96c9e92 (diff)
downloadscala-bc13181ea1b0103ad842df5b844e009694022731.tar.gz
scala-bc13181ea1b0103ad842df5b844e009694022731.tar.bz2
scala-bc13181ea1b0103ad842df5b844e009694022731.zip
Fixed #859
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 e0af778b21..92bbee4acb 100644
--- a/build.xml
+++ b/build.xml
@@ -117,7 +117,7 @@ INITIALISATION
<os family="windows"/>
</condition>
<!-- Finding out SVN revision -->
- <exec executable="svn" vmlauncher="no" outputproperty="svn.out">
+ <exec executable="svn" outputproperty="svn.out">
<arg line=" info ${basedir}"/>
</exec>
<propertyregex