This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 282bbc032bcd4a95986ff970e44b16eee0377d28 Merge: d77e0b1e7f7 d30154cc6f8 Author: Matthias Bläsing <[email protected]> AuthorDate: Thu Apr 10 22:21:05 2025 +0200 Merge pull request #8408 from matthiasblaesing/enhance_launcher Enhance launcher harness/apisupport.harness/release/etc/app.conf | 20 ++-- .../apisupport.harness/release/launchers/app.sh | 12 ++- .../windows-launcher-src/app.exe.manifest | 2 +- nb/ide.launcher/netbeans.conf | 20 +++- nb/ide.launcher/unix/netbeans | 2 + nb/ide.launcher/windows/nblauncher.cpp | 115 +++++++++++---------- nb/ide.launcher/windows/nblauncher.h | 9 +- nb/ide.launcher/windows/netbeans.exe.manifest | 2 +- nb/ide.launcher/windows/netbeans64.exe.manifest | 2 +- nb/ide.launcher/windows/version.h | 6 +- .../o.n.bootstrap/launcher/windows/Makefile.mingw | 8 +- .../o.n.bootstrap/launcher/windows/jvmlauncher.cpp | 41 ++++++++ .../o.n.bootstrap/launcher/windows/jvmlauncher.h | 4 + .../launcher/windows/nbexec.exe.manifest | 2 +- platform/o.n.bootstrap/launcher/windows/version.h | 6 +- 15 files changed, 164 insertions(+), 87 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
