From 7ced14d2dccf6834ca43af212e6323a413bb9ee1 Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Fri, 29 Apr 2022 00:24:08 -0500 Subject: [PATCH] Begin updating the userguide Restructure the TCK dist Signed-off-by: Scott M Stark --- .../debug-tips.inc => tck-dist/README.md | 0 tck-dist/pom.xml | 61 +++++++++++++ tck-dist/src/main/EFTL.txt | 43 ++++++++++ tck-dist/src/main/assembly/assembly.xml | 81 ++++++++++++++++++ {tck => tck-dist}/userguide/README.md | 0 {tck => tck-dist}/userguide/pom.xml | 0 .../userguide/src/main/jbake/assets/README.md | 0 .../src/main/jbake/assets/_config.yml | 0 .../src/main/jbake/assets/css/style.css | 0 .../img/eclipse_foundation_logo_tiny.png | Bin .../userguide/src/main/jbake/content/README | 0 .../src/main/jbake/content/attributes.conf | 0 .../src/main/jbake/content/config.adoc | 0 .../src/main/jbake/content/config.inc | 0 .../src/main/jbake/content/debug-tips.inc | 0 .../src/main/jbake/content/debug.adoc | 0 .../src/main/jbake/content/defns.inc | 0 .../userguide/src/main/jbake/content/faq.adoc | 0 .../main/jbake/content/install-server-vi.inc | 0 .../src/main/jbake/content/install-server.inc | 0 .../src/main/jbake/content/install.adoc | 0 .../src/main/jbake/content/intro.adoc | 0 .../src/main/jbake/content/intro.inc | 0 .../src/main/jbake/content/packages.inc | 0 .../src/main/jbake/content/platforms.inc | 0 .../src/main/jbake/content/preface.adoc | 0 .../src/main/jbake/content/rebuild.adoc | 0 .../src/main/jbake/content/rebuild.inc | 0 .../src/main/jbake/content/req-software.inc | 0 .../src/main/jbake/content/rules.adoc | 0 .../src/main/jbake/content/rules.inc | 0 .../src/main/jbake/content/tck-packages.inc | 0 .../src/main/jbake/content/title.adoc | 0 .../src/main/jbake/content/title.inc | 0 .../userguide/src/main/jbake/content/toc.adoc | 0 .../src/main/jbake/content/using-examples.inc | 0 .../src/main/jbake/content/using.adoc | 0 .../src/main/jbake/content/using.inc | 0 .../userguide/src/main/jbake/jbake.properties | 0 .../src/main/jbake/templates/footer.ftl | 0 .../src/main/jbake/templates/header.ftl | 0 .../src/main/jbake/templates/menu.ftl | 0 .../src/main/jbake/templates/page.ftl | 0 .../userguide/src/theme/jakartaee-theme.yml | 0 44 files changed, 185 insertions(+) rename tck/userguide/src/main/jbake/content/debug-tips.inc => tck-dist/README.md (100%) create mode 100644 tck-dist/pom.xml create mode 100644 tck-dist/src/main/EFTL.txt create mode 100644 tck-dist/src/main/assembly/assembly.xml rename {tck => tck-dist}/userguide/README.md (100%) rename {tck => tck-dist}/userguide/pom.xml (100%) rename {tck => tck-dist}/userguide/src/main/jbake/assets/README.md (100%) rename {tck => tck-dist}/userguide/src/main/jbake/assets/_config.yml (100%) rename {tck => tck-dist}/userguide/src/main/jbake/assets/css/style.css (100%) rename {tck => tck-dist}/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/README (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/attributes.conf (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/config.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/config.inc (100%) rename tck/userguide/src/main/jbake/content/using.inc => tck-dist/userguide/src/main/jbake/content/debug-tips.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/debug.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/defns.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/faq.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/install-server-vi.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/install-server.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/install.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/intro.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/intro.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/packages.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/platforms.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/preface.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/rebuild.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/rebuild.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/req-software.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/rules.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/rules.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/tck-packages.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/title.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/title.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/toc.adoc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/using-examples.inc (100%) rename {tck => tck-dist}/userguide/src/main/jbake/content/using.adoc (100%) create mode 100644 tck-dist/userguide/src/main/jbake/content/using.inc rename {tck => tck-dist}/userguide/src/main/jbake/jbake.properties (100%) rename {tck => tck-dist}/userguide/src/main/jbake/templates/footer.ftl (100%) rename {tck => tck-dist}/userguide/src/main/jbake/templates/header.ftl (100%) rename {tck => tck-dist}/userguide/src/main/jbake/templates/menu.ftl (100%) rename {tck => tck-dist}/userguide/src/main/jbake/templates/page.ftl (100%) rename {tck => tck-dist}/userguide/src/theme/jakartaee-theme.yml (100%) diff --git a/tck/userguide/src/main/jbake/content/debug-tips.inc b/tck-dist/README.md similarity index 100% rename from tck/userguide/src/main/jbake/content/debug-tips.inc rename to tck-dist/README.md diff --git a/tck-dist/pom.xml b/tck-dist/pom.xml new file mode 100644 index 0000000..ffe296e --- /dev/null +++ b/tck-dist/pom.xml @@ -0,0 +1,61 @@ + + + + + 4.0.0 + + + org.eclipse.ee4j + project + 1.0.6 + + + + org.eclipse.ee4j.tck.authentication + jakarta-authentication-tck-dist + 3.0.0-SNAPSHOT + pom + + + userguide + + + + + + + maven-assembly-plugin + + + distribution + package + + single + + + + src/main/assembly/assembly.xml + + authentication-tck-${project.version} + + + + + + + diff --git a/tck-dist/src/main/EFTL.txt b/tck-dist/src/main/EFTL.txt new file mode 100644 index 0000000..ad9c941 --- /dev/null +++ b/tck-dist/src/main/EFTL.txt @@ -0,0 +1,43 @@ +Eclipse Foundation Technology Compatibility Kit License - v 1.0 +Copyright (c) 2018, Eclipse Foundation, Inc. and its licensors. + +Redistribution and use in binary form is permitted provided that the following conditions are met: + 1. Use of the Technology Compatibility Kit accompanying this license ( the “TCK”) and its documentation is permitted + solely for the purpose of testing compatibility of an implementation (the “Product”) of a specification + (the “Specification”) made available by the Eclipse Foundation, Inc. (“Eclipse”). + 2. Only those modifications expressly permitted by the TCK and its documentation are permitted. Except in these + limited circumstances, no modifications to the TCK are permitted under this license. + 3. A Product will be deemed to be “compatible” with the Specification if it fully and completely meets and satisfies + all requirements of the TCK. + 4. Before any claim of compatibility (or any similar claim suggesting compatibility) is made based on the TCK, the + testing party must: + a. use the TCK to demonstrate that the Product fully and completely meets and satisfies all requirements of the TCK; + b. make TCK test results showing full and complete satisfaction of all requirements of the TCK publicly + available on the testing party’s website and send a link to such test results to Eclipse at tck@eclipse.org; and + c. comply with any requirements stated in the Specification with regard to subsetting, supersetting, modifying + or extending the Specification in any Product claimed to be compatible with the Specification. + 5. The test results must be continuously available and the link must be live for at least as long as the Product is + available in the marketplace. + 6. The TCK may not be used as a basis for any statements of partial compatibility. The TCK may only be used as a + basis for true, factual statements of full compatibility of Products that fully meet and satisfy all requirements + of the TCK. + 7. A determination that a Product is compatible with the TCK does not, in itself, give rise to the right to use any + name, mark, logo associated with the TCK, Eclipse, or Eclipse’s contributors or licensors. + 8. Upon the request of Eclipse, a tester will retract any statements of compatibility (or any similar claim + suggesting compatibility) which Eclipse reasonably determines to be false or misleading or in violation of the + terms of this license. + 9. Redistribution of the TCK must be under this Eclipse Foundation Technology Compatibility Kit License and must + reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 10. Neither the name, trademarks or logos of Eclipse, nor the names, trademarks or logos of its contributors or + licensors may be used to endorse or promote products tested with this software without specific prior written permission. + 11. The source code for the TCK accompanying this license is available from Eclipse. + +TO THE EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, +NON- INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT PERMITTED BY APPLICABLE LAW, +NEITHER THE COPYRIGHT OWNER OR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. diff --git a/tck-dist/src/main/assembly/assembly.xml b/tck-dist/src/main/assembly/assembly.xml new file mode 100644 index 0000000..5649aa6 --- /dev/null +++ b/tck-dist/src/main/assembly/assembly.xml @@ -0,0 +1,81 @@ + + + + dist + + + zip + + + + + + + src/main/EFTL.txt + LICENSE + + + + + src/main/readme/README.md + README.md + + + + + + + + ${project.basedir}/../tck + tck + + **/target/** + + + + ${project.basedir}/userguide + docs/pdf + + **/src/** + **/pom.xml + + + **/generated-docs/*.pdf + + + + ${project.basedir}/userguide + docs/html + + **/src/** + **/pom.xml + + + **/staging/** + + + + + \ No newline at end of file diff --git a/tck/userguide/README.md b/tck-dist/userguide/README.md similarity index 100% rename from tck/userguide/README.md rename to tck-dist/userguide/README.md diff --git a/tck/userguide/pom.xml b/tck-dist/userguide/pom.xml similarity index 100% rename from tck/userguide/pom.xml rename to tck-dist/userguide/pom.xml diff --git a/tck/userguide/src/main/jbake/assets/README.md b/tck-dist/userguide/src/main/jbake/assets/README.md similarity index 100% rename from tck/userguide/src/main/jbake/assets/README.md rename to tck-dist/userguide/src/main/jbake/assets/README.md diff --git a/tck/userguide/src/main/jbake/assets/_config.yml b/tck-dist/userguide/src/main/jbake/assets/_config.yml similarity index 100% rename from tck/userguide/src/main/jbake/assets/_config.yml rename to tck-dist/userguide/src/main/jbake/assets/_config.yml diff --git a/tck/userguide/src/main/jbake/assets/css/style.css b/tck-dist/userguide/src/main/jbake/assets/css/style.css similarity index 100% rename from tck/userguide/src/main/jbake/assets/css/style.css rename to tck-dist/userguide/src/main/jbake/assets/css/style.css diff --git a/tck/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png b/tck-dist/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png similarity index 100% rename from tck/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png rename to tck-dist/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png diff --git a/tck/userguide/src/main/jbake/content/README b/tck-dist/userguide/src/main/jbake/content/README similarity index 100% rename from tck/userguide/src/main/jbake/content/README rename to tck-dist/userguide/src/main/jbake/content/README diff --git a/tck/userguide/src/main/jbake/content/attributes.conf b/tck-dist/userguide/src/main/jbake/content/attributes.conf similarity index 100% rename from tck/userguide/src/main/jbake/content/attributes.conf rename to tck-dist/userguide/src/main/jbake/content/attributes.conf diff --git a/tck/userguide/src/main/jbake/content/config.adoc b/tck-dist/userguide/src/main/jbake/content/config.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/config.adoc rename to tck-dist/userguide/src/main/jbake/content/config.adoc diff --git a/tck/userguide/src/main/jbake/content/config.inc b/tck-dist/userguide/src/main/jbake/content/config.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/config.inc rename to tck-dist/userguide/src/main/jbake/content/config.inc diff --git a/tck/userguide/src/main/jbake/content/using.inc b/tck-dist/userguide/src/main/jbake/content/debug-tips.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/using.inc rename to tck-dist/userguide/src/main/jbake/content/debug-tips.inc diff --git a/tck/userguide/src/main/jbake/content/debug.adoc b/tck-dist/userguide/src/main/jbake/content/debug.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/debug.adoc rename to tck-dist/userguide/src/main/jbake/content/debug.adoc diff --git a/tck/userguide/src/main/jbake/content/defns.inc b/tck-dist/userguide/src/main/jbake/content/defns.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/defns.inc rename to tck-dist/userguide/src/main/jbake/content/defns.inc diff --git a/tck/userguide/src/main/jbake/content/faq.adoc b/tck-dist/userguide/src/main/jbake/content/faq.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/faq.adoc rename to tck-dist/userguide/src/main/jbake/content/faq.adoc diff --git a/tck/userguide/src/main/jbake/content/install-server-vi.inc b/tck-dist/userguide/src/main/jbake/content/install-server-vi.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/install-server-vi.inc rename to tck-dist/userguide/src/main/jbake/content/install-server-vi.inc diff --git a/tck/userguide/src/main/jbake/content/install-server.inc b/tck-dist/userguide/src/main/jbake/content/install-server.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/install-server.inc rename to tck-dist/userguide/src/main/jbake/content/install-server.inc diff --git a/tck/userguide/src/main/jbake/content/install.adoc b/tck-dist/userguide/src/main/jbake/content/install.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/install.adoc rename to tck-dist/userguide/src/main/jbake/content/install.adoc diff --git a/tck/userguide/src/main/jbake/content/intro.adoc b/tck-dist/userguide/src/main/jbake/content/intro.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/intro.adoc rename to tck-dist/userguide/src/main/jbake/content/intro.adoc diff --git a/tck/userguide/src/main/jbake/content/intro.inc b/tck-dist/userguide/src/main/jbake/content/intro.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/intro.inc rename to tck-dist/userguide/src/main/jbake/content/intro.inc diff --git a/tck/userguide/src/main/jbake/content/packages.inc b/tck-dist/userguide/src/main/jbake/content/packages.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/packages.inc rename to tck-dist/userguide/src/main/jbake/content/packages.inc diff --git a/tck/userguide/src/main/jbake/content/platforms.inc b/tck-dist/userguide/src/main/jbake/content/platforms.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/platforms.inc rename to tck-dist/userguide/src/main/jbake/content/platforms.inc diff --git a/tck/userguide/src/main/jbake/content/preface.adoc b/tck-dist/userguide/src/main/jbake/content/preface.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/preface.adoc rename to tck-dist/userguide/src/main/jbake/content/preface.adoc diff --git a/tck/userguide/src/main/jbake/content/rebuild.adoc b/tck-dist/userguide/src/main/jbake/content/rebuild.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/rebuild.adoc rename to tck-dist/userguide/src/main/jbake/content/rebuild.adoc diff --git a/tck/userguide/src/main/jbake/content/rebuild.inc b/tck-dist/userguide/src/main/jbake/content/rebuild.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/rebuild.inc rename to tck-dist/userguide/src/main/jbake/content/rebuild.inc diff --git a/tck/userguide/src/main/jbake/content/req-software.inc b/tck-dist/userguide/src/main/jbake/content/req-software.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/req-software.inc rename to tck-dist/userguide/src/main/jbake/content/req-software.inc diff --git a/tck/userguide/src/main/jbake/content/rules.adoc b/tck-dist/userguide/src/main/jbake/content/rules.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/rules.adoc rename to tck-dist/userguide/src/main/jbake/content/rules.adoc diff --git a/tck/userguide/src/main/jbake/content/rules.inc b/tck-dist/userguide/src/main/jbake/content/rules.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/rules.inc rename to tck-dist/userguide/src/main/jbake/content/rules.inc diff --git a/tck/userguide/src/main/jbake/content/tck-packages.inc b/tck-dist/userguide/src/main/jbake/content/tck-packages.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/tck-packages.inc rename to tck-dist/userguide/src/main/jbake/content/tck-packages.inc diff --git a/tck/userguide/src/main/jbake/content/title.adoc b/tck-dist/userguide/src/main/jbake/content/title.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/title.adoc rename to tck-dist/userguide/src/main/jbake/content/title.adoc diff --git a/tck/userguide/src/main/jbake/content/title.inc b/tck-dist/userguide/src/main/jbake/content/title.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/title.inc rename to tck-dist/userguide/src/main/jbake/content/title.inc diff --git a/tck/userguide/src/main/jbake/content/toc.adoc b/tck-dist/userguide/src/main/jbake/content/toc.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/toc.adoc rename to tck-dist/userguide/src/main/jbake/content/toc.adoc diff --git a/tck/userguide/src/main/jbake/content/using-examples.inc b/tck-dist/userguide/src/main/jbake/content/using-examples.inc similarity index 100% rename from tck/userguide/src/main/jbake/content/using-examples.inc rename to tck-dist/userguide/src/main/jbake/content/using-examples.inc diff --git a/tck/userguide/src/main/jbake/content/using.adoc b/tck-dist/userguide/src/main/jbake/content/using.adoc similarity index 100% rename from tck/userguide/src/main/jbake/content/using.adoc rename to tck-dist/userguide/src/main/jbake/content/using.adoc diff --git a/tck-dist/userguide/src/main/jbake/content/using.inc b/tck-dist/userguide/src/main/jbake/content/using.inc new file mode 100644 index 0000000..e69de29 diff --git a/tck/userguide/src/main/jbake/jbake.properties b/tck-dist/userguide/src/main/jbake/jbake.properties similarity index 100% rename from tck/userguide/src/main/jbake/jbake.properties rename to tck-dist/userguide/src/main/jbake/jbake.properties diff --git a/tck/userguide/src/main/jbake/templates/footer.ftl b/tck-dist/userguide/src/main/jbake/templates/footer.ftl similarity index 100% rename from tck/userguide/src/main/jbake/templates/footer.ftl rename to tck-dist/userguide/src/main/jbake/templates/footer.ftl diff --git a/tck/userguide/src/main/jbake/templates/header.ftl b/tck-dist/userguide/src/main/jbake/templates/header.ftl similarity index 100% rename from tck/userguide/src/main/jbake/templates/header.ftl rename to tck-dist/userguide/src/main/jbake/templates/header.ftl diff --git a/tck/userguide/src/main/jbake/templates/menu.ftl b/tck-dist/userguide/src/main/jbake/templates/menu.ftl similarity index 100% rename from tck/userguide/src/main/jbake/templates/menu.ftl rename to tck-dist/userguide/src/main/jbake/templates/menu.ftl diff --git a/tck/userguide/src/main/jbake/templates/page.ftl b/tck-dist/userguide/src/main/jbake/templates/page.ftl similarity index 100% rename from tck/userguide/src/main/jbake/templates/page.ftl rename to tck-dist/userguide/src/main/jbake/templates/page.ftl diff --git a/tck/userguide/src/theme/jakartaee-theme.yml b/tck-dist/userguide/src/theme/jakartaee-theme.yml similarity index 100% rename from tck/userguide/src/theme/jakartaee-theme.yml rename to tck-dist/userguide/src/theme/jakartaee-theme.yml