Skip to content

Commit

Permalink
revert rename of Client files with IT suffix.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurunandan Rao <[email protected]>
  • Loading branch information
gurunrao committed Dec 15, 2023
1 parent 2c25c9d commit 762d349
Show file tree
Hide file tree
Showing 270 changed files with 5 additions and 151,358 deletions.
6 changes: 3 additions & 3 deletions glassfish-runner/jpa-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@
<goal>verify</goal>
</goals>
<configuration>
<includes>
<include>**/*Client*.*</include>
</includes>
<excludes>
<exclude>**/jpa/ee/**/*.*</exclude>
</excludes>
Expand Down Expand Up @@ -328,9 +331,6 @@
<log.file.location>/tmp</log.file.location>
<jdbc.db>${jdbc.db}</jdbc.db>
</systemPropertyVariables>
<environmentVariables>
<GLASSFISH_HOME>${project.build.directory}/${glassfish.toplevel.dir}</GLASSFISH_HOME>
</environmentVariables>
</configuration>
</execution>
</executions>
Expand Down
Loading

0 comments on commit 762d349

Please sign in to comment.