Skip to content

Commit

Permalink
Update configuration for Apache NetBeans 24.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Dec 9, 2024
1 parent 39e605f commit 6f45436
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 28 deletions.
12 changes: 6 additions & 6 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-23-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-24-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/
```

### Build MacOS installer
Expand All @@ -53,13 +53,13 @@ file.
Build the installer by running (x64) -

```
./nbpackage/bin/nbpackage --input netbeans-23-bin.zip --config macos-x64/netbeans-macos-x64.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-24-bin.zip --config macos-x64/netbeans-macos-x64.properties --output dist/
```

or running (aarch64) -

```
./nbpackage/bin/nbpackage --input netbeans-23-bin.zip --config macos-aarch64/netbeans-macos-aarch64.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-24-bin.zip --config macos-aarch64/netbeans-macos-aarch64.properties --output dist/
```

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

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

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

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


Expand All @@ -99,7 +99,7 @@ an AppImage - make sure to mark it executable before continuing.
Build the AppImage by running eg. -

```
./nbpackage/bin/nbpackage --input netbeans-23-bin.zip --config linux-x64/netbeans-x64-appimage.properties --output dist/
./nbpackage/bin/nbpackage --input netbeans-24-bin.zip --config linux-x64/netbeans-x64-appimage.properties --output dist/
```

## Legal
Expand Down
4 changes: 2 additions & 2 deletions linux-aarch64/netbeans-aarch64-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=23
package.version=24
# Packaging type.
package.type=linux-deb
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-linux_aarch64.tar.gz
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.0.1-linux_aarch64.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 @@
62c5834b9e97c41a9569c9fc1e889484f2f76e89e098eca3e6d4a4379451116f zulu23.30.13-ca-jdk23.0.1-linux_aarch64.tar.gz
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=23
package.version=24
# Packaging type.
package.type=linux-appimage
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.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=23
package.version=24
# Packaging type.
package.type=linux-deb
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.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=23
package.version=24
# Packaging type.
package.type=linux-rpm
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.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 @@
ac016766bf3e6b6f6fad79925f0510eeb817e86f0380fbc08a81d2754eb89092 zulu23.30.13-ca-jdk23.0.1-linux_x64.tar.gz
4 changes: 2 additions & 2 deletions macos-aarch64/netbeans-macos-aarch64.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=23
package.version=24
# Packaging type.
package.type=macos-pkg
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-macosx_aarch64.tar.gz
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.0.1-macosx_aarch64.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 @@
3885df560c7a8a9c77b802c22dc1946cd2ee129d9dfcd74558a8ff9e9459e6cf zulu23.30.13-ca-jdk23.0.1-macosx_aarch64.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=23
package.version=24
# Packaging type.
package.type=macos-pkg
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-macosx_x64.tar.gz
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.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 @@
698c9fd522901a03b9c0f6fe7c17c9835f6cfaa515987bde9a1eb10f05d0b697 zulu23.30.13-ca-jdk23.0.1-macosx_x64.tar.gz
1 change: 0 additions & 1 deletion netbeans-23-bin.zip.sha512

This file was deleted.

1 change: 1 addition & 0 deletions netbeans-24-bin.zip.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2298702c94a7abaf49dbafdd1eb9f16c141eaefe1a36b1c20820e4c2017b1337ec7468cb471ce4d8b714d05696b1dda52eb489ed35f14e594bb4eca757645757 ./netbeans-24-bin.zip
4 changes: 2 additions & 2 deletions windows-x64-iss/ApacheNetBeansZuluLicense.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This installer installs Apache NetBeans 23 bundled with Azul's Zulu build of OpenJDK 23.
This installer installs Apache NetBeans 24 bundled with Azul's Zulu build of OpenJDK 23.

Apache NetBeans
Copyright (c) 2017-2024 The Apache Software Foundation and distributed under the terms of the Apache Software License (below).

Azul Zulu 23.28.85 (23.0.0+37)
Azul Zulu 23.30.13 (23.0.1+11)
Copyright (c) 2013-2024, Azul Systems, Inc. 385 Moffett Park Drive, Suite 115, Sunnyvale, CA 94089
For more information see https://docs.azul.com/core/release-notes

Expand Down
4 changes: 2 additions & 2 deletions windows-x64-iss/netbeans-windows-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=23
package.version=24
# Packaging type.
package.type=windows-innosetup
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu23.28.85-ca-jdk23.0.0-win_x64.zip
package.runtime=${CONFIG}/zulu23.30.13-ca-jdk23.0.1-win_x64.zip
# 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 @@
c27a8b2d4adc2fbefcbf193cef80842491ecd69725414d30e59e514769f358cc zulu23.30.13-ca-jdk23.0.1-win_x64.zip

0 comments on commit 6f45436

Please sign in to comment.