Skip to content

Commit

Permalink
forgotten exclusion of jakartaee.jar from the modules folder
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Apr 26, 2022
1 parent fbd256f commit c06fc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<exclude>cluster-cli.jar</exclude>
<exclude>glassfish-embedded-shell.jar</exclude>
<exclude>glassfish-embedded-static-shell.jar</exclude>
<exclude>javaee.jar</exclude>
<exclude>jakartaee.jar</exclude>
<exclude>appserv-rt.jar</exclude>
<exclude>descriptors.jar</exclude>
<exclude>templates.jar</exclude>
Expand Down
2 changes: 1 addition & 1 deletion appserver/distributions/web/src/main/assembly/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<exclude>cluster-cli.jar</exclude>
<exclude>glassfish-embedded-shell.jar</exclude>
<exclude>glassfish-embedded-static-shell.jar</exclude>
<exclude>javaee.jar</exclude>
<exclude>jakartaee.jar</exclude>
<exclude>appserv-rt.jar</exclude>
<exclude>descriptors.jar</exclude>
<exclude>templates.jar</exclude>
Expand Down

0 comments on commit c06fc51

Please sign in to comment.