You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/06 08:53:25 UTC

[40/44] tomee git commit: This closes apache/tomee#250

This closes apache/tomee#250


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4c7a363f
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4c7a363f
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/4c7a363f

Branch: refs/heads/master
Commit: 4c7a363f5c0c9d7717956b72ea68a7051ca1a674
Parents: 2f8b7a6 52a090b
Author: Jean-Louis Monteiro <je...@gmail.com>
Authored: Thu Dec 6 09:51:55 2018 +0100
Committer: Jean-Louis Monteiro <je...@gmail.com>
Committed: Thu Dec 6 09:51:55 2018 +0100

----------------------------------------------------------------------
 docs/local-client-injection.adoc       |   86 ++
 docs/local-client-injection.md         |   87 --
 docs/local-server.adoc                 |   56 +
 docs/local-server.md                   |   61 --
 docs/lookup-of-other-ejbs-example.adoc |  146 +++
 docs/lookup-of-other-ejbs-example.md   |  149 ---
 docs/managedcontainer-config.adoc      |   42 +
 docs/managedcontainer-config.md        |   26 -
 docs/manual-installation.adoc          |  145 +++
 docs/manual-installation.md            |  224 ----
 docs/maven.adoc                        |   61 ++
 docs/maven.md                          |   42 -
 docs/maven/build-mojo.adoc             | 1169 ++++++++++++++++++++
 docs/maven/build-mojo.md               | 1426 ------------------------
 docs/maven/configtest-mojo.adoc        | 1086 +++++++++++++++++++
 docs/maven/configtest-mojo.md          | 1328 -----------------------
 docs/maven/debug-mojo.adoc             | 1139 ++++++++++++++++++++
 docs/maven/debug-mojo.md               | 1395 ------------------------
 docs/maven/deploy-mojo.adoc            |  196 ++++
 docs/maven/deploy-mojo.md              |  255 -----
 docs/maven/exec-mojo.adoc              | 1277 ++++++++++++++++++++++
 docs/maven/exec-mojo.md                | 1551 ---------------------------
 docs/maven/help-mojo.adoc              |  115 ++
 docs/maven/help-mojo.md                |  149 ---
 docs/maven/index.adoc                  |  175 +++
 docs/maven/index.md                    |  148 ---
 docs/maven/list-mojo.adoc              |  132 +++
 docs/maven/list-mojo.md                |  169 ---
 docs/maven/run-mojo.adoc               | 1139 ++++++++++++++++++++
 docs/maven/run-mojo.md                 | 1395 ------------------------
 docs/maven/start-mojo.adoc             | 1139 ++++++++++++++++++++
 docs/maven/start-mojo.md               | 1395 ------------------------
 docs/maven/stop-mojo.adoc              | 1086 +++++++++++++++++++
 docs/maven/stop-mojo.md                | 1328 -----------------------
 docs/maven/undeploy-mojo.adoc          |  159 +++
 docs/maven/undeploy-mojo.md            |  209 ----
 36 files changed, 9348 insertions(+), 11337 deletions(-)
----------------------------------------------------------------------