summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2012-03-22 15:51:22 +0100
committerLukas Rytz <lukas.rytz@epfl.ch>2012-03-22 15:51:22 +0100
commit41c9dd10ad86240457e4dc2fedb5f781a8a59324 (patch)
treedfe1599b3255049c9c55b00f941f1fa2c6400e81 /build.xml
parentc535aec63f6e30b0b689ad60b1dd2f1b78c66039 (diff)
downloadscala-41c9dd10ad86240457e4dc2fedb5f781a8a59324.tar.gz
scala-41c9dd10ad86240457e4dc2fedb5f781a8a59324.tar.bz2
scala-41c9dd10ad86240457e4dc2fedb5f781a8a59324.zip
disable version numbers on windows, they're broken.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 504f454e19..4532b43ba0 100644
--- a/build.xml
+++ b/build.xml
@@ -282,9 +282,7 @@ INITIALISATION
</condition>
<exec osfamily="unix" executable="tools/get-scala-commit-sha" outputproperty="git.commit.sha" failifexecutionfails="false" />
- <exec osfamily="windows" executable="tools/get-scala-commit-sha.bat" outputproperty="git.commit.sha" failifexecutionfails="false" />
<exec osfamily="unix" executable="tools/get-scala-commit-date" outputproperty="git.commit.date" failifexecutionfails="false" />
- <exec osfamily="windows" executable="tools/get-scala-commit-date.bat" outputproperty="git.commit.date" failifexecutionfails="false" />
<!-- some default in case something went wrong getting the revision -->
<property name="git.commit.sha" value="unknown"/>
<property name="git.commit.date" value="unknown"/>