From dac9d2135cc20fed32cc3f2cd5cfd83a78e125bd Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 8 May 2016 14:49:43 -0400 Subject: [PATCH] readme --- README.md | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 84eec326a..d71adbfeb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - [Google Code]: http://code.google.com/p/simple-build-tool + [sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven [CONTRIBUTING]: CONTRIBUTING.md [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup [FAQ]: http://www.scala-sbt.org/release/docs/Faq.html @@ -6,6 +6,11 @@ [searching]: http://stackoverflow.com/tags/sbt [asking]: https://stackoverflow.com/questions/ask?tags=sbt [LICENSE]: LICENSE + [sbt/io]: https://github.com/sbt/io + [sbt/util]: https://github.com/sbt/util + [sbt/librarymanagement]: https://github.com/sbt/librarymanagement + [sbt/zinc]: https://github.com/sbt/zinc + [sbt/sbt]: https://github.com/sbt/sbt sbt === @@ -14,21 +19,30 @@ sbt is a build tool for Scala, Java, and more. For general documentation, see http://www.scala-sbt.org/. +sbt 1.0.x +--------- + +This is the 1.0.x series of sbt. The source code of sbt is split across +several Github repositories, including this one. + +- [sbt/io][sbt/io] hosts `sbt.io` module. +- [sbt/util][sbt/util] hosts a collection of internally used modules. +- [sbt/librarymanagement][sbt/librarymanagement] hosts `sbt.librarymanagement` module that wraps Ivy. +- [sbt/zinc][sbt/zinc] hosts Zinc, an incremental compiler for Scala. +- [sbt/sbt][sbt/sbt], this repository hosts modules that implements the build tool. + +### Other links + + * [Setup]: Describes getting started with the latest binary release. + * [FAQ]: Explains how to get help and more. + * [sbt/sbt-zero-seven]: hosts sbt 0.7.7 and earlier versions + Issues and Pull Requests ------------------------ Please read [CONTRIBUTING] carefully before opening a GitHub Issue. -The short version: try [searching] or [asking] on StackOverflow and [sbt-dev]. Don't open an Issue. - -sbt 1.0.x --------- - -This is the 1.0.x series of sbt. - - * [Setup]: Describes getting started with the latest binary release. - * [FAQ]: Explains how to get help and more. - * [Google Code]: hosts sbt 0.7.7 and earlier versions +The short version: try [searching] or [asking] on StackOverflow and [sbt-dev]. license -------