Skip to content

Commit

Permalink
Update configuration for Apache NetBeans 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed May 26, 2023
1 parent 311c47e commit 2f16df0
Show file tree
Hide file tree
Showing 18 changed files with 889 additions and 78 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the Azul provided hash. To use a different JDK, update the configuration file.
Build the installer by running -

```
./nbpackage/bin/nbpackage --input netbeans-17-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-18-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/
```

### Build MacOS installer
Expand All @@ -52,7 +52,7 @@ configuration file.
Build the installer by running -

```
./nbpackage/bin/nbpackage --input netbeans-17-bin.zip --config macos-x64/netbeans-macos-x64.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-18-bin.zip --config macos-x64/netbeans-macos-x64.properties --output dist/
```

### Build DEB packages
Expand All @@ -64,7 +64,7 @@ and check against the provided hash file.
Build the package by running eg. -

```
./nbpackage/bin/nbpackage --input netbeans-17-bin.zip --config linux-x64/netbeans-x64-deb.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-18-bin.zip --config linux-x64/netbeans-x64-deb.properties --output dist/
```

### Build RPM packages
Expand All @@ -76,7 +76,7 @@ provided hash file.
Build the package by running eg. -

```
./nbpackage/bin/nbpackage --input netbeans-17-bin.zip --config linux-x64/netbeans-x64-rpm.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-18-bin.zip --config linux-x64/netbeans-x64-rpm.properties --output dist/
```


Expand All @@ -96,7 +96,7 @@ hash.
Build the AppImage by running eg. -

```
./nbpackage/bin/nbpackage --input netbeans-17-bin.zip --config linux-arm32/netbeans-arm-appimage.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-18-bin.zip --config linux-arm32/netbeans-arm-appimage.properties --output dist/
```

## Legal
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2f8c4dcdb297b656dacff472ea9d87ece1f83f4a bellsoft-jdk20.0.1+10-linux-arm32-vfp-hflt.tar.gz
4 changes: 2 additions & 2 deletions linux-arm32/netbeans-arm-appimage.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=17
package.version=18
# Packaging type.
package.type=linux-appimage
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/bellsoft-jdk17.0.6+10-linux-arm32-vfp-hflt.tar.gz
package.runtime=${CONFIG}/bellsoft-jdk20.0.1+10-linux-arm32-vfp-hflt.tar.gz
# A single-line description of the package. Not all packagers will display this.
package.description=Package of ${package.name} ${package.version}.
# Application publisher. Not all packagers will display this.
Expand Down
4 changes: 2 additions & 2 deletions linux-x64/netbeans-x64-appimage.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=17
package.version=18
# Packaging type.
package.type=linux-appimage
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu17.40.19-ca-jdk17.0.6-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu20.30.11-ca-jdk20.0.1-linux_x64.tar.gz
# A single-line description of the package. Not all packagers will display this.
package.description=Package of ${package.name} ${package.version}.
# Application publisher. Not all packagers will display this.
Expand Down
4 changes: 2 additions & 2 deletions linux-x64/netbeans-x64-deb.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=17
package.version=18
# Packaging type.
package.type=linux-deb
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu17.40.19-ca-jdk17.0.6-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu20.30.11-ca-jdk20.0.1-linux_x64.tar.gz
# A single-line description of the package. Not all packagers will display this.
package.description=Package of ${package.name} ${package.version}.
# Application publisher. Not all packagers will display this.
Expand Down
4 changes: 2 additions & 2 deletions linux-x64/netbeans-x64-rpm.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=17
package.version=18
# Packaging type.
package.type=linux-rpm
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu17.40.19-ca-jdk17.0.6-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu20.30.11-ca-jdk20.0.1-linux_x64.tar.gz
# A single-line description of the package. Not all packagers will display this.
package.description=Package of ${package.name} ${package.version}.
# Application publisher. Not all packagers will display this.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ec5c0426a0eb2b0460968a044665ed4603b224acd5e20c379e9d7890511da683 zulu20.30.11-ca-jdk20.0.1-linux_x64.tar.gz
4 changes: 2 additions & 2 deletions macos-x64/netbeans-macos-x64.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=17
package.version=18
# Packaging type.
package.type=macos-pkg
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu17.40.19-ca-jdk17.0.6-macosx_x64.tar.gz
package.runtime=${CONFIG}/zulu20.30.11-ca-jdk20.0.1-macosx_x64.tar.gz
# A single-line description of the package. Not all packagers will display this.
package.description=Package of ${package.name} ${package.version}.
# Application publisher. Not all packagers will display this.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
befee9db92345d5146945061b721d3a6c6e182471c1536f87dbadfd5aab0e241 zulu20.30.11-ca-jdk20.0.1-macosx_x64.tar.gz
1 change: 0 additions & 1 deletion netbeans-17-bin.zip.sha512

This file was deleted.

1 change: 1 addition & 0 deletions netbeans-18-bin.zip.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f45ed089874b681d912d9650a7d42a674cd15dd4e1a5929d64899fa1383b576b83f050855f749983ecbef216f4d2a9125e30ddc273e282d11f12ce80a4760411 ./netbeans-18-bin.zip
Loading

0 comments on commit 2f16df0

Please sign in to comment.