Skip to content

Commit

Permalink
docs integration into TCK bundle.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunandan.rao@oracle.com <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao authored and lukasj committed Jan 3, 2022
1 parent 6ea9d1a commit 1c21499
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
1 change: 1 addition & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<module>tck-common</module>
<module>tck-tests</module>
<module>tck-tests-plugability</module>
<module>tck-docs/userguide</module>
<module>tck-dist</module>
</modules>

Expand Down
33 changes: 33 additions & 0 deletions tck/tck-dist/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,40 @@
<source>artifact-install.sh</source>
<outputDirectory>artifacts</outputDirectory>
</file>
<file>
<source>../tck-docs/userguide/target/generated-docs/Jakarta-JSON-Processing-TCK-Users-Guide.pdf</source>
<outputDirectory>docs/pdf-usersguide</outputDirectory>
</file>
<file>
<source>../tck-docs/index.html</source>
<outputDirectory>docs/</outputDirectory>
</file>
<file>
<source>../tck-docs/JSONP2.1-ReleaseNotes.html</source>
<outputDirectory>docs/</outputDirectory>
</file>
</files>

<fileSets>
<fileSet>
<directory>../tck-docs/assertions</directory>
<outputDirectory>/docs/assertions</outputDirectory>
<includes>
<include>JSONP*avadocAssertions.html</include>
</includes>
</fileSet>
<fileSet>
<directory>../tck-docs/userguide/target/staging</directory>
<outputDirectory>docs/html-usersguide</outputDirectory>
<excludes>
<exclude>*.inc</exclude>
<exclude>*.conf</exclude>
<exclude>*.yml</exclude>
<exclude>*.md</exclude>
<exclude>README</exclude>
</excludes>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<includes>
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-docs/JSONP2.1-ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2><a name="platform">Platform Notes</a></h2>
<hr>
<h2><a name="install_setup_run">Installing, Setting Up, and Running the
JSON-P TCK</a></h2>
<p>Refer to the <cite><a href="html-usersguide/title.html">JSON-P TCK 2.0
<p>Refer to the <cite><a href="html-usersguide/title.html">JSON-P TCK 2.1
User's Guide</a></cite> (or <a href="./pdf-usersguide/Jakarta-JSON-Processing-TCK-Users-Guide.pdf"

title="Jakarta EE JSON Processing 2.1 TCK User's Guide (PDF)">PDF</a>)
Expand Down
4 changes: 2 additions & 2 deletions tck/tck-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ <h2>Guide to Jakarta EE JSON Processing TCK 2.1 Documentation</h2>
Specification web site for Jakarta EE JSON Processing: <a href="https://jakarta.ee/specifications/jsonp/2.1/">https://jakarta.ee/specifications/jsonp/2.1/</a></li>
</ul>
</li>
<li>The <em><a href="tck-docs/userguide/target/generated-docs/toc.html">Jakarta EE JSON Processing
<li>The <em><a href="html-usersguide/toc.html">Jakarta EE JSON Processing
Technology Compatibility Kit, Version 2.1 User's Guide</a></em> (or
<a href="tck-docs/userguide/target/generated-docs/Jakarta-JSON-Processing-TCK-Users-Guide.pdf"
<a href="pdf-usersguide/Jakarta-JSON-Processing-TCK-Users-Guide.pdf"

title="Jakarta EE JSON Processing TCK 2.1 User's Guide (PDF)">PDF</a>)
provides the information that you need to install, set up, and run the
Expand Down

0 comments on commit 1c21499

Please sign in to comment.