update userguide signaturetest to refer to updated package name Signed-off-by: Scott Marlow <smarlow@redhat.com>
diff --git a/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf b/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf index 94a791d..2d510e6 100644 --- a/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf +++ b/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf
@@ -29,8 +29,8 @@ :excludeListFileName: tck-docs/TCK-Exclude-List.txt :TCKPackageName: jakarta-jsonp-tck-2.1.0.zip // Directory names used in examples in using.adoc. -:sigTestExample: jakarta/jsonp/tck/signaturetest/jsonp/** -:singleTestExample: jakarta/jsonp/tck/api/jsoncoding/ClientTests -:subsetTestDirectoryExample: jakarta/jsonp/tck/api/** +:sigTestExample: ee/jakarta/tck/jsonp/signaturetest/jsonp/** +:singleTestExample: ee/jakarta/tck/jsonp/api/jsoncoding/ClientTests +:subsetTestDirectoryExample: ee/jakarta/tck/jsonp/api/** // Define this attribute (uncomment it) if the TCK needs the rebuild appendix. // :rebuild:
diff --git a/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/README b/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/README index 9c43d52..2eed381 100644 --- a/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/README +++ b/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/README
@@ -1,5 +1,5 @@ The latest signature files are updated in the jsonp-api repoitory -(tck/tck-tests/src/main/java/jakarta/jsonp/tck/signaturetest) +(tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest) generated using sigtest-maven-plugin.jar(version 1.4). The signature tests are run using the sigtest-maven-plugin.jar and the framework avaliable in this folder.