Skip to content

Commit

Permalink
Merge pull request #5103 from Pandrex247/FISH-753
Browse files Browse the repository at this point in the history
FISH-753 Missed web distribution assemblies
  • Loading branch information
MattGill98 authored Jan 29, 2021
2 parents 8d67d87 + 0c4c12a commit 93c6fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright [2017-2020] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright 2017-2021 Payara Foundation and/or its affiliates -->

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
Expand Down Expand Up @@ -89,10 +89,5 @@
<destName>appserver-domain.jar</destName>
<outputDirectory>${install.dir.name}/glassfish/common/templates/gf/</outputDirectory>
</file>
<file>
<source>${temp.dir}/${install.dir.name}/glassfish/common/templates/gf/production-domain-web.jar</source>
<destName>production-domain.jar</destName>
<outputDirectory>${install.dir.name}/glassfish/common/templates/gf/</outputDirectory>
</file>
</files>
</assembly>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright [2017-2020] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright 2017-2021 Payara Foundation and/or its affiliates -->

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
Expand Down Expand Up @@ -89,10 +89,5 @@
<destName>appserver-domain.jar</destName>
<outputDirectory>${install.dir.name}/glassfish/common/templates/gf/</outputDirectory>
</file>
<file>
<source>${temp.dir}/${install.dir.name}/glassfish/common/templates/gf/production-domain-web.jar</source>
<destName>production-domain.jar</destName>
<outputDirectory>${install.dir.name}/glassfish/common/templates/gf/</outputDirectory>
</file>
</files>
</assembly>

0 comments on commit 93c6fdb

Please sign in to comment.