docs: remove mentions of now gone core/functional and core/io
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/b88f4817 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/b88f4817 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/b88f4817 Branch: refs/heads/develop Commit: b88f4817f704424b395eb49ccb2ca8720bcdd04b Parents: b21b38a Author: Paul Merlin <[email protected]> Authored: Sat Dec 31 14:25:03 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Sat Dec 31 14:25:54 2016 +0100 ---------------------------------------------------------------------- manual/src/resources/js/progressive-enhancement.js | 2 +- tutorials/composites/src/docs/tut-composites.txt | 2 +- tutorials/introduction/tenminutes/src/docs/ten-minutes.txt | 2 +- tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt | 2 +- tutorials/introduction/twominutes/src/docs/two-minutes.txt | 2 +- tutorials/services/src/docs/tut-services.txt | 3 +-- 6 files changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/manual/src/resources/js/progressive-enhancement.js ---------------------------------------------------------------------- diff --git a/manual/src/resources/js/progressive-enhancement.js b/manual/src/resources/js/progressive-enhancement.js index 75722b0..5f485e9 100644 --- a/manual/src/resources/js/progressive-enhancement.js +++ b/manual/src/resources/js/progressive-enhancement.js @@ -146,7 +146,7 @@ $( document ).ready( function($){ // Tutorials case "Polygene\u2122 in 2 hours": case "Leverage Properties": - case "Use I/O API": + case "Use @Invocation": $dt.attr( "style", "margin-bottom: 24px" ); break; // JavaDocs http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/composites/src/docs/tut-composites.txt ---------------------------------------------------------------------- diff --git a/tutorials/composites/src/docs/tut-composites.txt b/tutorials/composites/src/docs/tut-composites.txt index eb8e3bb..8e9cff2 100644 --- a/tutorials/composites/src/docs/tut-composites.txt +++ b/tutorials/composites/src/docs/tut-composites.txt @@ -48,7 +48,7 @@ At the bottom of each tutorial step, the is Solutions section, which list the fi have followed the instructions. If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends -on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs: +on Core API, Core SPI, and Core Bootstrap: include::../../../../core/runtime/build/docs/buildinfo/artifact.txt[] http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt b/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt index 1bf8fa9..ba4c99e 100644 --- a/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt +++ b/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt @@ -34,7 +34,7 @@ this tutorial, run it and play with it. * Only Mixins carry Composite state. The others are shared between Composite instances. If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends -on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs: +on Core API, Core SPI, and Core Bootstrap: include::../../../../../core/runtime/build/docs/buildinfo/artifact.txt[] http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt index 1ea0414..f873978 100644 --- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt +++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt @@ -29,7 +29,7 @@ This introduction will deepen your understanding of Polygeneâ¢, as we touches o is expected that you have gone through and understood the "Polygene⢠in 10 minutes" introduction. If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends -on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs: +on Core API, Core SPI, and Core Bootstrap: include::../../../../../core/runtime/build/docs/buildinfo/artifact.txt[] http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/introduction/twominutes/src/docs/two-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/twominutes/src/docs/two-minutes.txt b/tutorials/introduction/twominutes/src/docs/two-minutes.txt index 9bd0847..c8e3a41 100644 --- a/tutorials/introduction/twominutes/src/docs/two-minutes.txt +++ b/tutorials/introduction/twominutes/src/docs/two-minutes.txt @@ -28,7 +28,7 @@ To show that Polygene⢠is not necessarily complex, not hard to get going with classic HelloWorld, as small as it can get and still be Composite Oriented Programming and not only standard OOP. If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends -on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs: +on Core API, Core SPI, and Core Bootstrap: include::../../../../../core/runtime/build/docs/buildinfo/artifact.txt[] http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/services/src/docs/tut-services.txt ---------------------------------------------------------------------- diff --git a/tutorials/services/src/docs/tut-services.txt b/tutorials/services/src/docs/tut-services.txt index dd45540..b8daf0c 100644 --- a/tutorials/services/src/docs/tut-services.txt +++ b/tutorials/services/src/docs/tut-services.txt @@ -41,7 +41,7 @@ At the bottom of each tutorial step, the is Solutions section, which list the fi have followed the instructions. If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends -on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs: +on Core API, Core SPI, and Core Bootstrap: include::../../../../core/runtime/build/docs/buildinfo/artifact.txt[] @@ -58,4 +58,3 @@ include::step2.txt[] :leveloffset: 3 include::step3.txt[] -
