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:
milessabin 2010-01-20 09:12:10 +00:00
parent 72a7b8d6ff
commit d2510e0077
2 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ INITIALISATION
<equals arg1="${svn.number.svn}" arg2="0" />
<then>
<!-- 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
property="svn.number" input="${svn.number.git}" select="\1"
regexp="\D*?(\d+)"