Repository: tomee
Updated Branches:
  refs/heads/master afd8f8062 -> 2144c9692


Transform cdi session scope readme to adoc.


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

Branch: refs/heads/master
Commit: 56c51babac0fc0c2d363a3b2dbf82073e0b5ea7d
Parents: a0e5348
Author: ivanjunckes <[email protected]>
Authored: Wed Jan 2 12:14:48 2019 -0200
Committer: ivanjunckes <[email protected]>
Committed: Wed Jan 2 12:14:48 2019 -0200

----------------------------------------------------------------------
 examples/cdi-session-scope/README.adoc | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/56c51bab/examples/cdi-session-scope/README.adoc
----------------------------------------------------------------------
diff --git a/examples/cdi-session-scope/README.adoc 
b/examples/cdi-session-scope/README.adoc
index e529424..0994cc1 100644
--- a/examples/cdi-session-scope/README.adoc
+++ b/examples/cdi-session-scope/README.adoc
@@ -1,8 +1,7 @@
-index-group=Unrevised
-type=page
-status=unpublished
-
 = CDI @SessionScoped
+:index-group: CDI
+:jbake-type: page
+:jbake-status: published
 
 This example show the use of `@SessionScoped` annotation for injected objects. 
An object
 which is defined as `@SessionScoped` is created once for every HTTPSession and 
is shared by all the

Reply via email to