summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-07-29 17:36:23 +0000
committerPaul Phillips <paulp@improving.org>2010-07-29 17:36:23 +0000
commit89925960047a8cd62e65647dab6832e28af6bf3b (patch)
tree4db1e375015bb89578692c208a8899343d67cb55 /build.xml
parentc479dcdd980fa79964636c755cf932c83baf86da (diff)
downloadscala-89925960047a8cd62e65647dab6832e28af6bf3b.tar.gz
scala-89925960047a8cd62e65647dab6832e28af6bf3b.tar.bz2
scala-89925960047a8cd62e65647dab6832e28af6bf3b.zip
Alterations so the sbt build will run under git...
Alterations so the sbt build will run under git-svn. Review by moix.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 62fa2ce01f..d6edf7cab1 100644
--- a/build.xml
+++ b/build.xml
@@ -231,11 +231,7 @@ INITIALISATION
<equals arg1="${svn.number.svn}" arg2="0" />
<then>
<!-- Finding SVN revision, git style -->
- <exec osfamily="unix" executable="tools/git-get-rev" outputproperty="svn.number.git" failifexecutionfails="false" />
- <propertyregex
- property="svn.number" input="${svn.number.git}" select="\1"
- regexp="\D*?(\d+)"
- defaultValue="0"/>
+ <exec osfamily="unix" executable="tools/get-git-svn-rev" outputproperty="svn.number" failifexecutionfails="false" />
</then>
<else>
<property name="svn.number" value="${svn.number.svn}" />