From 951bdc85b023355b814a0f1d6d194bbca3f15087 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 30 Nov 2011 13:48:23 -0500 Subject: A bit of ascii art from @skyluc. This should make the README.rst prettier for showing the directory layout. --- README.rst | 46 +++++++++++++++++++++++----------------------- 1 file 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/ -- cgit v1.2.3