Skip to content

Commit

Permalink
jakartaee.jar has to be in lib 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 20, 2022
1 parent 085be5d commit d8d2961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -264,7 +264,7 @@
<fileSet>
<directory>${temp.dir}</directory>
<includes>
<include>javaee.jar</include>
<include>jakartaee.jar</include>
<include>appserv-rt.jar</include>
<include>gf-client.jar</include>
<include>grizzly-npn-api.jar</include>
Expand Down
4 changes: 2 additions & 2 deletions appserver/distributions/web/src/main/assembly/web.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -170,7 +170,7 @@
<fileSet>
<directory>${temp.dir}</directory>
<includes>
<include>javaee.jar</include>
<include>jakartaee.jar</include>
<include>appserv-rt.jar</include>
</includes>
<outputDirectory>${install.dir.name}/glassfish/lib</outputDirectory>
Expand Down

0 comments on commit d8d2961

Please sign in to comment.