Skip to content

Commit

Permalink
rename test package to ee.jakarta.tck.*
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 21, 2024
1 parent cc7204d commit 547589b
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions tck/docs/userguide/src/main/jbake/content/attributes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
:excludeListFileName: TCK-Exclude-List.txt
:TCKPackageName: jakarta-annotations-tck-x.y.z.zip
// Directory names used in examples in using.adoc.
:sigTestDirectoryExample: com.sun.ts.tests.annotation
:singleTestDirectoryExample: com.sun.ts.tests.annotation
:subsetTestDirectoryExample: com.sun.ts.tests.annotation
:sigTestDirectoryExample: ee.jakarta.tck.annotations.signaturetest
:singleTestDirectoryExample: ee.jakarta.tck.annotations.signaturetest
:subsetTestDirectoryExample: ee.jakarta.tck.annotations.signaturetest
// Define this attribute (uncomment it) if the TCK needs the rebuild appendix.
// :rebuild:
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ following commands:

[source,subs="attributes"]
----
mvn verify -Dit.test=com.sun.ts.tests.annotations.**
mvn verify -Dit.test=ee.jakarta.tck.annotations.signaturetest.**
----

[[GCMBV]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.util.ArrayList;
import java.util.Properties;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* $Id$
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.io.BufferedReader;
import java.io.BufferedWriter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* $Id$
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.io.BufferedReader;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* $Id$
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.util.Properties;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.io.ByteArrayOutputStream;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/*
* $Id$
*/
package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.io.Serializable;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

import java.io.File;
import java.io.FileInputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* $Id$
*/

package com.sun.ts.tests.annotations;
package ee.jakarta.tck.annotations.signaturetest;

/**
* <p>
Expand Down

0 comments on commit 547589b

Please sign in to comment.