| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Scala
Revision: 16030
Author: rytz
Date: 05 Sep 2008 03:53:59
Diff at Trac: https://lampsvn.epfl.ch/trac/scala/changeset/16030
Changes:Diff:| ... | ...@@ -148,7 +148,8 @@ | |
| 148 | 148 | <os family="windows"/> |
| 149 | 149 | </condition> |
| 150 | 150 | <!-- Finding out SVN revision --> |
| 151 | <exec executable="svn" outputproperty="svn.out"> | |
| 151 | <exec executable="svn" outputproperty="svn.out" | |
| 152 | failifexecutionfails="false"> | |
| 152 | 153 | <arg line=" info ${basedir}"/> |
| 153 | 154 | </exec> |
| 154 | 155 | <propertyregex |