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:24 UTC

[39/44] tomee git commit: This closes apache/tomee#249

This closes apache/tomee#249


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

Branch: refs/heads/master
Commit: 2f8b7a69f03001df2aa59f4f7f0252a96454eaa0
Parents: 18ed6f3 2408a95
Author: Jean-Louis Monteiro <je...@gmail.com>
Authored: Thu Dec 6 09:51:48 2018 +0100
Committer: Jean-Louis Monteiro <je...@gmail.com>
Committed: Thu Dec 6 09:51:48 2018 +0100

----------------------------------------------------------------------
 docs/generating-ejb-3-annotations.adoc    |  63 ++++
 docs/generating-ejb-3-annotations.md      |  61 ----
 docs/getting-started.adoc                 | 170 +++++++++++
 docs/getting-started.md                   | 172 -----------
 docs/hello-world.adoc                     | 247 ++++++++++++++++
 docs/hello-world.md                       | 250 ----------------
 docs/hibernate.adoc                       | 101 +++++++
 docs/hibernate.md                         |  98 -------
 docs/initialcontext-config.adoc           |  42 +++
 docs/initialcontext-config.md             |  26 --
 docs/installation-drop-in-war.adoc        |  54 ++++
 docs/installation-drop-in-war.md          |  45 ---
 docs/installation.adoc                    |  35 +++
 docs/installation.md                      |  34 ---
 docs/installing-tomee.adoc                |  83 ++++++
 docs/installing-tomee.md                  |  71 -----
 docs/java7.adoc                           |  40 +++
 docs/java7.md                             |  40 ---
 docs/javaagent-with-maven-surefire.adoc   |  35 +++
 docs/javaagent-with-maven-surefire.md     |  57 ----
 docs/javaagent.adoc                       |  64 ++++
 docs/javaagent.md                         |  61 ----
 docs/javaee7-status.adoc                  | 218 ++++++++++++++
 docs/javaee7-status.md                    | 185 ------------
 docs/javamailsession-config.adoc          |  42 +++
 docs/javamailsession-config.md            |  26 --
 docs/jms-resources-and-mdb-container.adoc | 356 ++++++++++++++++++++++
 docs/jms-resources-and-mdb-container.md   | 283 ------------------
 docs/jmsconnectionfactory-config.adoc     | 102 +++++++
 docs/jmsconnectionfactory-config.md       |  87 ------
 docs/jndi-names.adoc                      | 390 +++++++++++++++++++++++++
 docs/jndi-names.md                        | 372 -----------------------
 docs/jpa-concepts.adoc                    | 223 ++++++++++++++
 docs/jpa-concepts.md                      | 220 --------------
 docs/jpa-usage.adoc                       |  48 +++
 docs/jpa-usage.md                         |  52 ----
 36 files changed, 2313 insertions(+), 2140 deletions(-)
----------------------------------------------------------------------