summaryrefslogtreecommitdiff
path: root/tools/get-scala-revision
Commit message (Collapse)AuthorAgeFilesLines
* Get svn revision on Windowsmichelou2011-09-171-1/+1
|
* fix get-scala-revision script for the case when...Lukas Rytz2011-03-301-1/+2
| | | | | | fix get-scala-revision script for the case when svn prints some warnings. no review
* Today's Bourne Shell Ultimatum. No review.Paul Phillips2010-11-271-1/+1
|
* The usual flailing associated with changing a s...Paul Phillips2010-11-271-3/+3
| | | | | | The usual flailing associated with changing a shell script and using too recent a feature. Hopefully unbreaks build, no review.
* Moved the painful-in-ant git/svn revision getti...Paul Phillips2010-11-261-0/+29
Moved the painful-in-ant git/svn revision getting logic into bash where it's at least somewhat less painful. Made it more flexible for easy use in more places since we presently have all kinds of revision figuring logic variations in other build files (sbaz, installer, scala-documentation, scala-tool-support, etc.) No review.