summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2011-11-30 13:48:23 -0500
committerJosh Suereth <joshua.suereth@gmail.com>2011-11-30 13:48:23 -0500
commit951bdc85b023355b814a0f1d6d194bbca3f15087 (patch)
tree7109179d94a23640a3b725fde522c7e43e27a368
parent789e3d8b66005d70c463d923b8493d52ab5994b8 (diff)
downloadscala-951bdc85b023355b814a0f1d6d194bbca3f15087.tar.gz
scala-951bdc85b023355b814a0f1d6d194bbca3f15087.tar.bz2
scala-951bdc85b023355b814a0f1d6d194bbca3f15087.zip
A bit of ascii art from @skyluc. This should make the README.rst prettier for showing the directory layout.
-rw-r--r--README.rst46
1 files changed, 23 insertions, 23 deletions
diff --git a/README.rst b/README.rst
index 47a81c535f..39209e7f43 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 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.
+ +--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/