Skip to content

Commit

Permalink
Moved change_log and related_documents to chapters/appendix
Browse files Browse the repository at this point in the history
Renamed related_documents to bibliography

Signed-off-by: thadumi <th.theodor.th@gmail.com>
  • Loading branch information
thadumi committed Mar 23, 2020
1 parent f9cad93 commit d2fdc1e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions spec/src/main/asciidoc/chapters/appendix/bibliography.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
////
*******************************************************************
* Copyright (c) 2019 Eclipse Foundation
*
* This specification document is made available under the terms
* of the Eclipse Foundation Specification License v1.0, which is
* available at https://www.eclipse.org/legal/efsl.php.
*******************************************************************
////

[appendix]
[bibliography]
== Bibliography

- [[[bib1,1]]] Enterprise JavaBeansTM, version 3.0 . http://jcp.org/en/jsr/detail?id=220.

- [[[bib2,2]]] Jakarta™ Enterprise Beans, version 4.0 . https://jakarta.ee/specifications/enterprise-beans/4.0/.

- [[[bib3,3]]] Jakarta™ Contexts and Dependency Injection (CDI specification) version 3.0 . https://jakarta.ee/specifications/cdi/3.0/ .

- [[[bib4,4]]] Jakarta™ XML Web Services (JAX-WS 3.0) version 3.0 . https://jakarta.ee/specifications/xml-web-services/3.0/ .

- [[[bib5,5]]] Jakarta™ Annotations version 2.0 . https://jakarta.ee/specifications/annotations/2.0/.

- [[[bib6,6]]] Jakarta™ EE Platform 9 . https://jakarta.ee/specifications/platform/9/ .

- [[[bib7,7]]] Jakarta™ Transaction (JTA) version 2.0 . https://jakarta.ee/specifications/transactions/2.0/ .

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*******************************************************************
////

[appendix]
[[change_log]]
== Change Log

Expand Down
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/interceptors-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ include::chapters/associating_interceptors_with_classes_and_methods_using_the_in

include::chapters/interceptor_ordering/interceptor_ordering.adoc[]

include::chapters/related_documents/related_documents.adoc[]
include::chapters/appendix/bibliography.adoc[]

include::chapters/change_log/change_log.adoc[]
include::chapters/appendix/change_log.adoc[]

0 comments on commit d2fdc1e

Please sign in to comment.