summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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