diff --git a/0.13/docs/Combined+Pages+Pdf.md b/0.13/docs/Combined+Pages+Pdf.md index 58f03f05b0..e63e52e468 100644 --- a/0.13/docs/Combined+Pages+Pdf.md +++ b/0.13/docs/Combined+Pages+Pdf.md @@ -176,6 +176,7 @@ your plugin to the list. - sbt-doctest: - sbt-cassandra-plugin: - sbt-tabular-test-reporter: +- sbt-notifications: (sends notifications when test run is finished) #### Code coverage plugins @@ -451,6 +452,8 @@ your plugin to the list. - sbt-frege (Build [Frege](https://github.com/frege/frege) code): +- sbt-swagger-codegen (Models, Client and Server code generation integrated as an SBT plugin. Generate code from your Swagger(https://github.com/swagger-api) files): + #### Game development plugins diff --git a/0.13/docs/Combined+Pages.html b/0.13/docs/Combined+Pages.html index 5a40ba8246..9522f7fbeb 100644 --- a/0.13/docs/Combined+Pages.html +++ b/0.13/docs/Combined+Pages.html @@ -153,6 +153,7 @@

Contents

  • sbt-doctest: https://github.com/tkawachi/sbt-doctest
  • sbt-cassandra-plugin: https://github.com/hochgi/sbt-cassandra-plugin
  • sbt-tabular-test-reporter: https://github.com/programmiersportgruppe/sbt-tabular-test-reporter +
  • sbt-notifications: https://github.com/PavelPenkov/sbt-notifications (sends notifications when test run is finished)
  • Code coverage plugins 

    Game development plugins 

    • sbt-lwjgl-plugin (Light Weight Java Game Library): https://github.com/philcali/sbt-lwjgl-plugin
    • sbt-scage-plugin (Scala Game Engine): diff --git a/0.13/docs/Combined+Pages.md b/0.13/docs/Combined+Pages.md index 189472bdfa..cd1bce2cbc 100644 --- a/0.13/docs/Combined+Pages.md +++ b/0.13/docs/Combined+Pages.md @@ -171,6 +171,7 @@ your plugin to the list. - sbt-doctest: - sbt-cassandra-plugin: - sbt-tabular-test-reporter: +- sbt-notifications: (sends notifications when test run is finished) #### Code coverage plugins @@ -446,6 +447,8 @@ your plugin to the list. - sbt-frege (Build [Frege](https://github.com/frege/frege) code): +- sbt-swagger-codegen (Models, Client and Server code generation integrated as an SBT plugin. Generate code from your Swagger(https://github.com/swagger-api) files): + #### Game development plugins diff --git a/0.13/docs/Community-Plugins.html b/0.13/docs/Community-Plugins.html index c90fec5a50..cd7fb73b21 100644 --- a/0.13/docs/Community-Plugins.html +++ b/0.13/docs/Community-Plugins.html @@ -81,6 +81,7 @@

      Community Pluginshttps://github.com/tkawachi/sbt-doctest

    • sbt-cassandra-plugin: https://github.com/hochgi/sbt-cassandra-plugin
    • sbt-tabular-test-reporter: https://github.com/programmiersportgruppe/sbt-tabular-test-reporter +
    • sbt-notifications: https://github.com/PavelPenkov/sbt-notifications (sends notifications when test run is finished)

    Code coverage plugins 

    Game development plugins 

    Code coverage plugins 

    Game development plugins 

    • sbt-lwjgl-plugin (Light Weight Java Game Library): https://github.com/philcali/sbt-lwjgl-plugin
    • sbt-scage-plugin (Scala Game Engine): diff --git a/0.13/docs/offline/Combined+Pages.md b/0.13/docs/offline/Combined+Pages.md index 189472bdfa..cd1bce2cbc 100644 --- a/0.13/docs/offline/Combined+Pages.md +++ b/0.13/docs/offline/Combined+Pages.md @@ -171,6 +171,7 @@ your plugin to the list. - sbt-doctest: - sbt-cassandra-plugin: - sbt-tabular-test-reporter: +- sbt-notifications: (sends notifications when test run is finished) #### Code coverage plugins @@ -446,6 +447,8 @@ your plugin to the list. - sbt-frege (Build [Frege](https://github.com/frege/frege) code): +- sbt-swagger-codegen (Models, Client and Server code generation integrated as an SBT plugin. Generate code from your Swagger(https://github.com/swagger-api) files): + #### Game development plugins diff --git a/0.13/docs/offline/Community-Plugins.html b/0.13/docs/offline/Community-Plugins.html index 93efd49163..469e53dd4d 100644 --- a/0.13/docs/offline/Community-Plugins.html +++ b/0.13/docs/offline/Community-Plugins.html @@ -81,6 +81,7 @@

      Community Pluginshttps://github.com/tkawachi/sbt-doctest

    • sbt-cassandra-plugin: https://github.com/hochgi/sbt-cassandra-plugin
    • sbt-tabular-test-reporter: https://github.com/programmiersportgruppe/sbt-tabular-test-reporter +
    • sbt-notifications: https://github.com/PavelPenkov/sbt-notifications (sends notifications when test run is finished)

    Code coverage plugins 

    Game development plugins 

    • sbt-lwjgl-plugin (Light Weight Java Game Library): https://github.com/philcali/sbt-lwjgl-plugin
    • sbt-scage-plugin (Scala Game Engine): diff --git a/0.13/docs/offline/pamflet.manifest b/0.13/docs/offline/pamflet.manifest index 54eb1a5f98..73bc6f6466 100644 --- a/0.13/docs/offline/pamflet.manifest +++ b/0.13/docs/offline/pamflet.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -# Sat Aug 01 18:42:25 EDT 2015 +# Wed Aug 05 10:49:51 EDT 2015 css/custom.css index.html General-Info.html diff --git a/0.13/docs/sbt-reference.pdf b/0.13/docs/sbt-reference.pdf index 179d54b2ed..4abc3404c2 100644 Binary files a/0.13/docs/sbt-reference.pdf and b/0.13/docs/sbt-reference.pdf differ diff --git a/0.13/tutorial/Combined+Pages+Pdf.md b/0.13/tutorial/Combined+Pages+Pdf.md index 3fcb90e6ae..306f043624 100644 --- a/0.13/tutorial/Combined+Pages+Pdf.md +++ b/0.13/tutorial/Combined+Pages+Pdf.md @@ -2384,7 +2384,7 @@ When `sampleIntTask` is invoked by you, sbt's tasks engine will: - try to evaluate task dependencies in parallel if they are independent (parallelization) - each task dependency will be evaluated once and only once per command execution (deduplication) -#### Deduplication of task depenencies +#### Deduplication of task dependencies To demonstrate the last point, we can run `sampleStringTask` from sbt interactive prompt. diff --git a/0.13/tutorial/Combined+Pages.html b/0.13/tutorial/Combined+Pages.html index 9147126022..ebc3a8ebc4 100644 --- a/0.13/tutorial/Combined+Pages.html +++ b/0.13/tutorial/Combined+Pages.html @@ -1450,7 +1450,7 @@

      Resolvers
      • evaluate the task dependencies before evaluating sampleIntTask (partial ordering)
      • try to evaluate task dependencies in parallel if they are independent (parallelization)
      • each task dependency will be evaluated once and only once per command execution (deduplication) -

      Deduplication of task depenencies 

      To demonstrate the last point, we can run sampleStringTask from sbt +

    Deduplication of task dependencies 

    To demonstrate the last point, we can run sampleStringTask from sbt interactive prompt.

    > sampleStringTask
     stopping...
    diff --git a/0.13/tutorial/Combined+Pages.md b/0.13/tutorial/Combined+Pages.md
    index cd90ac4a88..a14671a845 100644
    --- a/0.13/tutorial/Combined+Pages.md
    +++ b/0.13/tutorial/Combined+Pages.md
    @@ -2379,7 +2379,7 @@ When `sampleIntTask` is invoked by you, sbt's tasks engine will:
     - try to evaluate task dependencies in parallel if they are independent (parallelization)
     - each task dependency will be evaluated once and only once per command execution (deduplication)
     
    -#### Deduplication of task depenencies
    +#### Deduplication of task dependencies
     
     To demonstrate the last point, we can run `sampleStringTask` from sbt
     interactive prompt.
    diff --git a/0.13/tutorial/Contents+in+Depth.html b/0.13/tutorial/Contents+in+Depth.html
    index 9b42684a35..db50d2851e 100644
    --- a/0.13/tutorial/Contents+in+Depth.html
    +++ b/0.13/tutorial/Contents+in+Depth.html
    @@ -67,7 +67,7 @@ 

    Contents

  • Default root project
  • Navigating projects interactively
  • Common code
  • Contents in Depth
  • diff --git a/0.13/tutorial/Custom-Settings.html b/0.13/tutorial/Custom-Settings.html index 9d3cf88d2d..b9a2ae448c 100644 --- a/0.13/tutorial/Custom-Settings.html +++ b/0.13/tutorial/Custom-Settings.html @@ -168,7 +168,7 @@

    Custom settings and tasksDeduplication of task depenencies 

    To demonstrate the last point, we can run sampleStringTask from sbt +

    Deduplication of task dependencies 

    To demonstrate the last point, we can run sampleStringTask from sbt interactive prompt.

    > sampleStringTask
     stopping...
    diff --git a/0.13/tutorial/es/offline/pamflet.manifest b/0.13/tutorial/es/offline/pamflet.manifest
    index 5814885724..061d99d0b2 100644
    --- a/0.13/tutorial/es/offline/pamflet.manifest
    +++ b/0.13/tutorial/es/offline/pamflet.manifest
    @@ -1,5 +1,5 @@
     CACHE MANIFEST
    -# Sat Aug 01 18:42:17 EDT 2015
    +# Wed Aug 05 10:49:43 EDT 2015
     index.html
     Setup.html
     Installing-sbt-on-Mac.html
    diff --git a/0.13/tutorial/es/sbt-tutorial.pdf b/0.13/tutorial/es/sbt-tutorial.pdf
    index ed11d28724..ba694cc059 100644
    Binary files a/0.13/tutorial/es/sbt-tutorial.pdf and b/0.13/tutorial/es/sbt-tutorial.pdf differ
    diff --git a/0.13/tutorial/ja/offline/pamflet.manifest b/0.13/tutorial/ja/offline/pamflet.manifest
    index b784ae93c3..ecf5b40458 100644
    --- a/0.13/tutorial/ja/offline/pamflet.manifest
    +++ b/0.13/tutorial/ja/offline/pamflet.manifest
    @@ -1,5 +1,5 @@
     CACHE MANIFEST
    -# Sat Aug 01 18:42:09 EDT 2015
    +# Wed Aug 05 10:49:36 EDT 2015
     index.html
     Setup.html
     Installing-sbt-on-Mac.html
    diff --git a/0.13/tutorial/ja/sbt-tutorial.pdf b/0.13/tutorial/ja/sbt-tutorial.pdf
    index adb10cf410..ca6f1945ab 100644
    Binary files a/0.13/tutorial/ja/sbt-tutorial.pdf and b/0.13/tutorial/ja/sbt-tutorial.pdf differ
    diff --git a/0.13/tutorial/offline/Combined+Pages.html b/0.13/tutorial/offline/Combined+Pages.html
    index c48c994e07..6f5c51b05f 100644
    --- a/0.13/tutorial/offline/Combined+Pages.html
    +++ b/0.13/tutorial/offline/Combined+Pages.html
    @@ -1450,7 +1450,7 @@ 

    Resolvers
    • evaluate the task dependencies before evaluating sampleIntTask (partial ordering)
    • try to evaluate task dependencies in parallel if they are independent (parallelization)
    • each task dependency will be evaluated once and only once per command execution (deduplication) -

    Deduplication of task depenencies 

    To demonstrate the last point, we can run sampleStringTask from sbt +

    Deduplication of task dependencies 

    To demonstrate the last point, we can run sampleStringTask from sbt interactive prompt.

    > sampleStringTask
     stopping...
    diff --git a/0.13/tutorial/offline/Combined+Pages.md b/0.13/tutorial/offline/Combined+Pages.md
    index cd90ac4a88..a14671a845 100644
    --- a/0.13/tutorial/offline/Combined+Pages.md
    +++ b/0.13/tutorial/offline/Combined+Pages.md
    @@ -2379,7 +2379,7 @@ When `sampleIntTask` is invoked by you, sbt's tasks engine will:
     - try to evaluate task dependencies in parallel if they are independent (parallelization)
     - each task dependency will be evaluated once and only once per command execution (deduplication)
     
    -#### Deduplication of task depenencies
    +#### Deduplication of task dependencies
     
     To demonstrate the last point, we can run `sampleStringTask` from sbt
     interactive prompt.
    diff --git a/0.13/tutorial/offline/Contents+in+Depth.html b/0.13/tutorial/offline/Contents+in+Depth.html
    index 5f2e2264f1..bcd61f4984 100644
    --- a/0.13/tutorial/offline/Contents+in+Depth.html
    +++ b/0.13/tutorial/offline/Contents+in+Depth.html
    @@ -67,7 +67,7 @@ 

    Contents

  • Default root project
  • Navigating projects interactively
  • Common code
  • Contents in Depth
  • diff --git a/0.13/tutorial/offline/Custom-Settings.html b/0.13/tutorial/offline/Custom-Settings.html index bfa3748724..b916f7ba2c 100644 --- a/0.13/tutorial/offline/Custom-Settings.html +++ b/0.13/tutorial/offline/Custom-Settings.html @@ -168,7 +168,7 @@

    Custom settings and tasksDeduplication of task depenencies 

    To demonstrate the last point, we can run sampleStringTask from sbt +

    Deduplication of task dependencies 

    To demonstrate the last point, we can run sampleStringTask from sbt interactive prompt.

    > sampleStringTask
     stopping...
    diff --git a/0.13/tutorial/offline/pamflet.manifest b/0.13/tutorial/offline/pamflet.manifest
    index 1efc07a5e9..09cf32f3fd 100644
    --- a/0.13/tutorial/offline/pamflet.manifest
    +++ b/0.13/tutorial/offline/pamflet.manifest
    @@ -1,5 +1,5 @@
     CACHE MANIFEST
    -# Sat Aug 01 18:42:04 EDT 2015
    +# Wed Aug 05 10:49:31 EDT 2015
     css/custom.css
     index.html
     Setup.html
    diff --git a/0.13/tutorial/sbt-tutorial.pdf b/0.13/tutorial/sbt-tutorial.pdf
    index f7c8092f10..62d9cea059 100644
    Binary files a/0.13/tutorial/sbt-tutorial.pdf and b/0.13/tutorial/sbt-tutorial.pdf differ
    diff --git a/0.13/tutorial/zh-cn/offline/pamflet.manifest b/0.13/tutorial/zh-cn/offline/pamflet.manifest
    index 35b9e27aaf..7774d0c90d 100644
    --- a/0.13/tutorial/zh-cn/offline/pamflet.manifest
    +++ b/0.13/tutorial/zh-cn/offline/pamflet.manifest
    @@ -1,5 +1,5 @@
     CACHE MANIFEST
    -# Sat Aug 01 18:42:14 EDT 2015
    +# Wed Aug 05 10:49:41 EDT 2015
     index.html
     Setup.html
     Installing-sbt-on-Mac.html
    diff --git a/0.13/tutorial/zh-cn/sbt-tutorial.pdf b/0.13/tutorial/zh-cn/sbt-tutorial.pdf
    index 38f3955262..cd0e5fbb68 100644
    Binary files a/0.13/tutorial/zh-cn/sbt-tutorial.pdf and b/0.13/tutorial/zh-cn/sbt-tutorial.pdf differ