From d2fdc1e1760196f7b990368739866f6946fa4243 Mon Sep 17 00:00:00 2001 From: Theodor Augustin Dumitrescu Date: Mon, 23 Mar 2020 11:26:58 +0100 Subject: [PATCH] Moved change_log and related_documents to chapters/appendix Renamed related_documents to bibliography Signed-off-by: thadumi --- .../chapters/appendix/bibliography.adoc | 28 +++++++++++++++++++ .../{change_log => appendix}/change_log.adoc | 1 + spec/src/main/asciidoc/interceptors-spec.adoc | 4 +-- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 spec/src/main/asciidoc/chapters/appendix/bibliography.adoc rename spec/src/main/asciidoc/chapters/{change_log => appendix}/change_log.adoc (99%) diff --git a/spec/src/main/asciidoc/chapters/appendix/bibliography.adoc b/spec/src/main/asciidoc/chapters/appendix/bibliography.adoc new file mode 100644 index 0000000..ae442d2 --- /dev/null +++ b/spec/src/main/asciidoc/chapters/appendix/bibliography.adoc @@ -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/ . + diff --git a/spec/src/main/asciidoc/chapters/change_log/change_log.adoc b/spec/src/main/asciidoc/chapters/appendix/change_log.adoc similarity index 99% rename from spec/src/main/asciidoc/chapters/change_log/change_log.adoc rename to spec/src/main/asciidoc/chapters/appendix/change_log.adoc index 0db0512..56d0a2d 100644 --- a/spec/src/main/asciidoc/chapters/change_log/change_log.adoc +++ b/spec/src/main/asciidoc/chapters/appendix/change_log.adoc @@ -8,6 +8,7 @@ ******************************************************************* //// +[appendix] [[change_log]] == Change Log diff --git a/spec/src/main/asciidoc/interceptors-spec.adoc b/spec/src/main/asciidoc/interceptors-spec.adoc index 8dc47c8..6e1e92e 100644 --- a/spec/src/main/asciidoc/interceptors-spec.adoc +++ b/spec/src/main/asciidoc/interceptors-spec.adoc @@ -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[]