summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Bourlier <luc.bourlier@typesafe.com>2011-11-30 20:59:16 +0100
committerLuc Bourlier <luc.bourlier@typesafe.com>2011-11-30 20:59:16 +0100
commit1026f09494b638c6ea0a2177f250affd9d0adfda (patch)
treea92450fbf575623cdf2da780233793c6d92e34cd
parent951bdc85b023355b814a0f1d6d194bbca3f15087 (diff)
downloadscala-1026f09494b638c6ea0a2177f250affd9d0adfda.tar.gz
scala-1026f09494b638c6ea0a2177f250affd9d0adfda.tar.bz2
scala-1026f09494b638c6ea0a2177f250affd9d0adfda.zip
Fixed the layout layout. Added back the '†' and the description for tools.
-rw-r--r--README.rst46
1 files changed, 23 insertions, 23 deletions
diff --git a/README.rst b/README.rst
index 39209e7f43..3679529bd6 100644
--- a/README.rst
+++ b/README.rst
@@ -13,29 +13,29 @@ Follows the file layout of the Scala repository. Files marked with a † are not
part of the Subversion 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.
- +--lib/ Pre-compiled libraries for the build.
- | +--fjbg.jar The Java byte-code generation library.
- | +--scala-compiler.jar The stable reference ('starr') compiler jar
- | +--scala-library.jar The stable reference ('starr') library jar
- | +--scala-library-src.jar A snapshot of the source used to build starr.
- | ---ant/ Support libraries for ant.
- +--project/ The (already legacy) 0.7 sbt build.
- +--pull-binary-libs.sh Pulls binary artifacts from remote repository.
- +--push-binary-libs.sh Pushes new binary artifacts and creates sha.
- +--README.rst The file you are currently reading.
- +--src/ All the source files of Scala.
- | +--actors/ The sources of the Actor library.
- | +--compiler/ The sources of the Scala compiler.
- | +--library/ The sources of the core Scala library.
- | ---swing/ The sources of the Swing library.
- +--target/ Build products output directory for sbt.
- +--test/ The Scala test suite.
- ---tools/
+ +--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.
+ +--lib/ Pre-compiled libraries for the build.
+ | +--fjbg.jar The Java byte-code generation library.
+ | +--scala-compiler.jar The stable reference ('starr') compiler jar
+ | +--scala-library.jar The stable reference ('starr') library jar
+ | +--scala-library-src.jar A snapshot of the source used to build starr.
+ | ---ant/ Support libraries for ant.
+ +--project/ The (already legacy) 0.7 sbt build.
+ +--pull-binary-libs.sh Pulls binary artifacts from remote repository.
+ +--push-binary-libs.sh Pushes new binary artifacts and creates sha.
+ +--README.rst The file you are currently reading.
+ +--src/ All the source files of Scala.
+ | +--actors/ The sources of the Actor library.
+ | +--compiler/ The sources of the Scala compiler.
+ | +--library/ The sources of the core Scala library.
+ | ---swing/ The sources of the Swing library.
+ +--target/ † Build products output directory for sbt.
+ +--test/ The Scala test suite.
+ ---tools/ Developer utilities.