Fix build revision number.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@15438 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
washburn 2008-06-26 08:56:26 +00:00
parent ab6b78f0db
commit ae4e073f5e
1 changed files with 2 additions and 2 deletions

View File

@ -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]+)"