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 2019/01/02 21:18:22 UTC

[11/12] tomee git commit: Fixing bugs with headers

Fixing bugs with headers


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

Branch: refs/heads/master
Commit: 44d4053576fc1930f972a919428b1ed3bfaf8d45
Parents: d1bf250
Author: ivanjunckes <ij...@tomitribe.com>
Authored: Wed Jan 2 14:09:04 2019 -0200
Committer: ivanjunckes <ij...@tomitribe.com>
Committed: Wed Jan 2 14:09:04 2019 -0200

----------------------------------------------------------------------
 examples/cdi-alternative-and-stereotypes/README.adoc | 1 -
 examples/connector-war/README.adoc                   | 8 +++-----
 examples/decorators/README.adoc                      | 7 +++----
 examples/simple-mdb/README.adoc                      | 1 -
 examples/simple-remote-tomcatusers/README.adoc       | 8 +++-----
 5 files changed, 9 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/44d40535/examples/cdi-alternative-and-stereotypes/README.adoc
----------------------------------------------------------------------
diff --git a/examples/cdi-alternative-and-stereotypes/README.adoc b/examples/cdi-alternative-and-stereotypes/README.adoc
index 456ff4a..3b365e1 100644
--- a/examples/cdi-alternative-and-stereotypes/README.adoc
+++ b/examples/cdi-alternative-and-stereotypes/README.adoc
@@ -1,5 +1,4 @@
 = CDI Alternative and Stereotypes
-
 :index-group: CDI
 :jbake-type: page
 :jbake-status: published

http://git-wip-us.apache.org/repos/asf/tomee/blob/44d40535/examples/connector-war/README.adoc
----------------------------------------------------------------------
diff --git a/examples/connector-war/README.adoc b/examples/connector-war/README.adoc
index 18c654e..18e006b 100644
--- a/examples/connector-war/README.adoc
+++ b/examples/connector-war/README.adoc
@@ -1,9 +1,7 @@
-index-group=Java EE Connectors
-type=page 
-status=published 
-
 = Connectors in WAR Files
-
+:index-group: Java EE Connectors
+:jbake-type: page
+:jbake-status: published
 
 == AddInterceptor
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/44d40535/examples/decorators/README.adoc
----------------------------------------------------------------------
diff --git a/examples/decorators/README.adoc b/examples/decorators/README.adoc
index b2be25f..e42967c 100644
--- a/examples/decorators/README.adoc
+++ b/examples/decorators/README.adoc
@@ -1,8 +1,7 @@
-index-group=CDI
-type=page
-status=published
-
 = Decorators
+:index-group: CDI
+:jbake-type: page
+:jbake-status: published
 
 == AccessDeniedException
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/44d40535/examples/simple-mdb/README.adoc
----------------------------------------------------------------------
diff --git a/examples/simple-mdb/README.adoc b/examples/simple-mdb/README.adoc
index f0e5d35..8fe7cb7 100644
--- a/examples/simple-mdb/README.adoc
+++ b/examples/simple-mdb/README.adoc
@@ -1,5 +1,4 @@
 = Simple MDB
-
 :index-group: JMS and MDBs
 :jbake-type: page
 :jbake-status: published

http://git-wip-us.apache.org/repos/asf/tomee/blob/44d40535/examples/simple-remote-tomcatusers/README.adoc
----------------------------------------------------------------------
diff --git a/examples/simple-remote-tomcatusers/README.adoc b/examples/simple-remote-tomcatusers/README.adoc
index 642a2a0..8242b2d 100644
--- a/examples/simple-remote-tomcatusers/README.adoc
+++ b/examples/simple-remote-tomcatusers/README.adoc
@@ -1,12 +1,10 @@
-index-group=Unrevised
-type=page
-status=published
-
 = Simple Remote Tomcatusers
+:index-group: Security
+:jbake-type: page
+:jbake-status: published
 
 This is an example on how to use JNDI with security restrictions in TomEE.
 
-
 == Contract
 
 In our example Contract is an interface annotated with @Remote which indicates that all methods of this interface can be accessed by client code.