Skip to content

Commit

Permalink
Merge pull request #3026 from mulderbaba/PAYARA-2904-Remove-invalid-f…
Browse files Browse the repository at this point in the history
…iles-from-bin-directory

PAYARA-2904-Remove-invalid-files-from-bin-directory
  • Loading branch information
Pandrex247 authored Aug 15, 2018
2 parents d7ff193 + 947bb4d commit b8cc747
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1,063 deletions.
8 changes: 1 addition & 7 deletions appserver/distributions/distributions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
holder.
-->
<!-- Portions Copyright [2016] [Payara Foundation] -->

<!-- Portions Copyright [2016-2018] Payara Foundation and/or affiliates -->

<project name="GlassFish Distributions (IPS) Creation" basedir=".">
<property name="image.root" value="target/local_image"/>
Expand Down Expand Up @@ -243,11 +242,6 @@
<attribute name="zipBaseDir" default="@{image.dir}"/>
<sequential>

<copy file="@{image.dir}/${install.dir.name}/pkg/lib/pkg-bootstub.sh" tofile="@{image.dir}/${install.dir.name}/bin/updatetool"/>
<copy file="@{image.dir}/${install.dir.name}/pkg/lib/pkg-bootstub.bat" tofile="@{image.dir}/${install.dir.name}/bin/updatetool.bat"/>
<copy file="@{image.dir}/${install.dir.name}/pkg/lib/pkg-bootstub.sh" tofile="@{image.dir}/${install.dir.name}/bin/pkg"/>
<copy file="@{image.dir}/${install.dir.name}/pkg/lib/pkg-bootstub.bat" tofile="@{image.dir}/${install.dir.name}/bin/pkg.bat"/>

<chmod file="@{image.dir}/${install.dir.name}/bin/*" perm="ugo+rx"/>
<chmod file="@{image.dir}/${install.dir.name}/glassfish/bin/*" perm="ugo+rx"/>
<chmod file="@{image.dir}/${install.dir.name}/glassfish/lib/nadmin*" perm="ugo+rx"/>
Expand Down
12 changes: 3 additions & 9 deletions appserver/distributions/minnow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
holder.
-->
<!-- Portions Copyright [2016] [Payara Foundation] -->
<!-- Portions Copyright [2016-2018] Payara Foundation and/or affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down Expand Up @@ -118,13 +119,6 @@
<type>pom</type>
<optional>true</optional>
</dependency>

<!-- temporary pkg-bootstrap content dependency -->
<dependency>
<groupId>org.glassfish.main.packager</groupId>
<artifactId>pkg-bootstrap-fragment</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>

</dependencies>
</project>
9 changes: 1 addition & 8 deletions appserver/featuresets/minnow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.
Portions Copyright [2017] [Payara Foundation and/or its affiliates]
-->
<!-- Portions Copyright [2017-2018] Payara Foundation and/or affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -174,12 +174,5 @@
<version>${project.version}</version>
<type>zip</type>
</dependency>
<!-- temporary pkg-bootstrap content dependency -->
<dependency>
<groupId>org.glassfish.main.packager</groupId>
<artifactId>pkg-bootstrap-fragment</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
</dependencies>
</project>
56 changes: 0 additions & 56 deletions appserver/packager/pkg-bootstrap/pom.xml

This file was deleted.

266 changes: 0 additions & 266 deletions appserver/packager/pkg-bootstrap/src/main/resources/bin/pkg

This file was deleted.

Loading

0 comments on commit b8cc747

Please sign in to comment.