Skip to content

Commit

Permalink
Update configuration for Apache NetBeans 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Aug 30, 2022
1 parent 8103d4b commit 271b4bd
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 deletions linux-all/netbeans-all-deb.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=14
package.version=15
# Packaging type.
package.type=linux-deb
# Path to Java runtime to include in the package (default none).
Expand All @@ -11,9 +11,9 @@ package.deb.icon=
# Path to SVG icon. Will only be used if package.deb.icon also set. Defaults to Apache NetBeans logo.
package.deb.svg-icon=
# Optional name for .desktop file (without suffix). Defaults to sanitized package name.
package.deb.desktop-filename=apache-netbeans-ide-14
package.deb.desktop-filename=apache-netbeans-ide-${package.version}
# StartupWMClass to set in .desktop file. Should match the WMClass of the main application window.
package.deb.wmclass=Apache NetBeans IDE 14
package.deb.wmclass=Apache NetBeans IDE ${package.version}
# Application category (or categories) to use in the .desktop file.
package.deb.category=Development;Java;IDE;
# Maintainer information as name and email. Mandated in Debian Control file.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
02faedc49d8887299b96afc598c99753bd064b44 bellsoft-jdk18.0.2.1+1-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=14
package.version=15
# Packaging type.
package.type=linux-appimage
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/bellsoft-jdk18.0.1.1+2-linux-arm32-vfp-hflt.tar.gz
package.runtime=${CONFIG}/bellsoft-jdk18.0.2.1+1-linux-arm32-vfp-hflt.tar.gz
# Path to appimagetool (required) - can be downloaded from https://github.com/AppImage/AppImageKit/releases/
package.appimage.tool=${CONFIG}/appimagetool-armhf.AppImage
# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo.
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=14
package.version=15
# Packaging type.
package.type=linux-appimage
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu18.30.11-ca-jdk18.0.1-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu18.32.11-ca-jdk18.0.2-linux_x64.tar.gz
# Path to appimagetool (required) - can be downloaded from https://github.com/AppImage/AppImageKit/releases/
package.appimage.tool=${CONFIG}/appimagetool-x86_64.AppImage
# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo.
Expand Down
8 changes: 4 additions & 4 deletions linux-x64/netbeans-x64-deb.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Application name (required).
package.name=Apache NetBeans
# Application version (defaults 1.0).
package.version=14
package.version=15
# Packaging type.
package.type=linux-deb
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu18.30.11-ca-jdk18.0.1-linux_x64.tar.gz
package.runtime=${CONFIG}/zulu18.32.11-ca-jdk18.0.2-linux_x64.tar.gz
# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo.
package.deb.icon=
# Path to SVG icon. Will only be used if package.deb.icon also set. Defaults to Apache NetBeans logo.
package.deb.svg-icon=
# Optional name for .desktop file (without suffix). Defaults to sanitized package name.
package.deb.desktop-filename=apache-netbeans-ide-14
package.deb.desktop-filename=apache-netbeans-ide-${package.version}
# StartupWMClass to set in .desktop file. Should match the WMClass of the main application window.
package.deb.wmclass=Apache NetBeans IDE 14
package.deb.wmclass=Apache NetBeans IDE ${package.version}
# Application category (or categories) to use in the .desktop file.
package.deb.category=Development;Java;IDE;
# Maintainer information as name and email. Mandated in Debian Control file.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df1b433f77fe57ab8697643772f88d8727e9e70dc5ccc6a274cde1870bd96474 zulu18.32.11-ca-jdk18.0.2-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=14
package.version=15
# Packaging type.
package.type=macos-pkg
# Path to Java runtime to include in the package (default none).
package.runtime=${CONFIG}/zulu18.30.11-ca-jdk18.0.1-macosx_x64.tar.gz
package.runtime=${CONFIG}/zulu18.32.11-ca-jdk18.0.2-macosx_x64.tar.gz
# Value for CFBundleIdentifier.
package.macos.bundleid=com.codelerity.netbeans
# Path to icon file (*.icns). Defaults to Apache NetBeans logo.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c3bc470a7727ff0c0d5fac5c8b96d36706db2c7d534ea22cbf471b83c8d73768 zulu18.32.11-ca-jdk18.0.2-macosx_x64.tar.gz
1 change: 0 additions & 1 deletion netbeans-14-bin.zip.sha512

This file was deleted.

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

0 comments on commit 271b4bd

Please sign in to comment.