summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index c101f3b539..a20b79e7a5 100644
--- a/build.xml
+++ b/build.xml
@@ -123,10 +123,10 @@ INITIALISATION
<condition property="os.win">
<os family="windows"/>
</condition>
- <!-- Finding out SVN revision
+ <!-- Finding out SVN revision -->
<exec executable="svn" outputproperty="svn.out">
<arg line=" info ${basedir}"/>
- </exec> -->
+ </exec>
<propertyregex
property="svn.number" input="${svn.out}" select="\1"
regexp="Revision: ([0-9]+)"