summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-30 19:47:47 -0800
committerPaul Phillips <paulp@improving.org>2011-11-30 19:47:47 -0800
commit51f5831b0c0d14c28938a6f537b93f183217d942 (patch)
treecdf20680a46d53d26e1d54a9c680259ca55ccef8 /README.rst
parent88f4ad57feee2bb3c0ceee5d00b5d65910621b15 (diff)
parent1026f09494b638c6ea0a2177f250affd9d0adfda (diff)
downloadscala-51f5831b0c0d14c28938a6f537b93f183217d942.tar.gz
scala-51f5831b0c0d14c28938a6f537b93f183217d942.tar.bz2
scala-51f5831b0c0d14c28938a6f537b93f183217d942.zip
Merge pull request #2 from skyluc/master
A bit more work on the layout layout
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst46
1 files changed, 23 insertions, 23 deletions
diff --git a/README.rst b/README.rst
index 1e77810ade..ee87fe0fce 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 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.