Skip to content

Commit 60ab096

Browse files
scottmarlowlukasj
authored andcommitted
update userguide signaturetest to refer to updated package name
Signed-off-by: Scott Marlow <[email protected]>
1 parent 79f57be commit 60ab096

File tree

2 files changed

+4
-4
lines changed
  • tck
    • tck-docs/userguide/src/main/jbake/content
    • tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest

2 files changed

+4
-4
lines changed

tck/tck-docs/userguide/src/main/jbake/content/attributes.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
:excludeListFileName: tck-docs/TCK-Exclude-List.txt
3030
:TCKPackageName: jakarta-jsonp-tck-2.1.0.zip
3131
// Directory names used in examples in using.adoc.
32-
:sigTestExample: jakarta/jsonp/tck/signaturetest/jsonp/**
33-
:singleTestExample: jakarta/jsonp/tck/api/jsoncoding/ClientTests
34-
:subsetTestDirectoryExample: jakarta/jsonp/tck/api/**
32+
:sigTestExample: ee/jakarta/tck/jsonp/signaturetest/jsonp/**
33+
:singleTestExample: ee/jakarta/tck/jsonp/api/jsoncoding/ClientTests
34+
:subsetTestDirectoryExample: ee/jakarta/tck/jsonp/api/**
3535
// Define this attribute (uncomment it) if the TCK needs the rebuild appendix.
3636
// :rebuild:

tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The latest signature files are updated in the jsonp-api repoitory
2-
(tck/tck-tests/src/main/java/jakarta/jsonp/tck/signaturetest)
2+
(tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest)
33
generated using sigtest-maven-plugin.jar(version 1.4).
44

55
The signature tests are run using the sigtest-maven-plugin.jar and the framework avaliable in this folder.

0 commit comments

Comments
 (0)