summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-01 13:19:46 -0800
committerPaul Phillips <paulp@improving.org>2012-02-01 13:28:08 -0800
commitfbd5efe49cf23b446762dfa5026e8bac82ab04fc (patch)
tree5d70dd0e06194e376ec73b66ba0df149628bd504 /README.rst
parent1eebc520fc787297718d31c3e3a4fb6a244b1067 (diff)
downloadscala-fbd5efe49cf23b446762dfa5026e8bac82ab04fc.tar.gz
scala-fbd5efe49cf23b446762dfa5026e8bac82ab04fc.tar.bz2
scala-fbd5efe49cf23b446762dfa5026e8bac82ab04fc.zip
Fixing build string.
Version number turning up more than once. Looking at the situation I could only see the former mechanism as trouble. I deleted build.number and in ant am generating the build string only from tools/get-scala-revision. We may need to revisit when the time comes to build a release.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 940d948dd5..383db1c175 100644
--- a/README.rst
+++ b/README.rst
@@ -14,7 +14,6 @@ part of the repository but are either automatically generated by the
build script or user-created if needed. This is not a complete listing. ::
scala/
+--build/ Build products output directory for ant.
- +--build.number The version number of the current distribution.
+--build.xml The main Ant build script.
+--dist/ The destination folder for Scala distributions.
+--docs/ Documentation and sample code.