summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-06-26 08:56:26 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-06-26 08:56:26 +0000
commit777083075664e39075c977a9bc47bf0379521611 (patch)
treedc067376a6b5c608b70deb030e6cca32fca6282c /build.xml
parent57e2d8157c32ac81a9a905720533cae4369914d9 (diff)
downloadscala-777083075664e39075c977a9bc47bf0379521611.tar.gz
scala-777083075664e39075c977a9bc47bf0379521611.tar.bz2
scala-777083075664e39075c977a9bc47bf0379521611.zip
Fix build revision number.
Diffstat (limited to 'build.xml')
-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]+)"