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:
parent
ab6b78f0db
commit
ae4e073f5e
|
@ -123,10 +123,10 @@ INITIALISATION
|
||||||
<condition property="os.win">
|
<condition property="os.win">
|
||||||
<os family="windows"/>
|
<os family="windows"/>
|
||||||
</condition>
|
</condition>
|
||||||
<!-- Finding out SVN revision
|
<!-- Finding out SVN revision -->
|
||||||
<exec executable="svn" outputproperty="svn.out">
|
<exec executable="svn" outputproperty="svn.out">
|
||||||
<arg line=" info ${basedir}"/>
|
<arg line=" info ${basedir}"/>
|
||||||
</exec> -->
|
</exec>
|
||||||
<propertyregex
|
<propertyregex
|
||||||
property="svn.number" input="${svn.out}" select="\1"
|
property="svn.number" input="${svn.out}" select="\1"
|
||||||
regexp="Revision: ([0-9]+)"
|
regexp="Revision: ([0-9]+)"
|
||||||
|
|
Loading…
Reference in New Issue