Renamed new bin directory to "tools" to avoid conflict with Eclipse incremental build output directory.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@20615 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
72a7b8d6ff
commit
d2510e0077
|
@ -228,7 +228,7 @@ INITIALISATION
|
||||||
<equals arg1="${svn.number.svn}" arg2="0" />
|
<equals arg1="${svn.number.svn}" arg2="0" />
|
||||||
<then>
|
<then>
|
||||||
<!-- Finding SVN revision, git style -->
|
<!-- Finding SVN revision, git style -->
|
||||||
<exec executable="bin/git-get-rev" outputproperty="svn.number.git" failifexecutionfails="false" />
|
<exec executable="tools/git-get-rev" outputproperty="svn.number.git" failifexecutionfails="false" />
|
||||||
<propertyregex
|
<propertyregex
|
||||||
property="svn.number" input="${svn.number.git}" select="\1"
|
property="svn.number" input="${svn.number.git}" select="\1"
|
||||||
regexp="\D*?(\d+)"
|
regexp="\D*?(\d+)"
|
||||||
|
|
Loading…
Reference in New Issue