You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2021/07/27 08:51:57 UTC

[netbeans] branch master updated (ca39b72 -> 61032d3)

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from ca39b72  Jakarta EE 9 GlassFish 6 Support (#2902)
     new 4c9d949  A prototype of allowing SecurityManager.
     new a89edc1  Adding ability to build Win launchers.
     new eef5a53  Some simplifications.
     new e068e9e  Ability to configure maven executable.
     new 1310ef7  Updating the Windows launcher.
     new 540a94d  Adding header.
     new 5af5836  Moving Windows launcher changes to a separate repository.
     new 2b06b4e  Using the newly-released Windows launchers, removing the launcher sources (as they have been moved to a separate repository).
     new a482788  Must not try to uninstall the SecurityManager when uninstall is in progress.
     new 1e3b98f  Fixing tests.
     new 124ea3c  Fixing overlaps
     new 43812db  Removing unnecessary change.
     new 61032d3  Merge pull request #3003 from jlahoda/security-manager-allow

The 5727 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 harness/apisupport.harness/build.xml               |   12 -
 harness/apisupport.harness/external/binaries-list  |    2 +-
 ....txt => launcher-12.5-distribution-license.txt} |    2 +-
 harness/apisupport.harness/licenseinfo.xml         |    1 -
 .../nbproject/project.properties                   |    4 +-
 .../windows-launcher-src/Makefile                  |  103 --
 .../windows-launcher-src/Makefile.mingw            |   34 -
 .../windows-launcher-src/app.cpp                   |   29 -
 .../windows-launcher-src/app.exe.manifest          |   69 -
 .../windows-launcher-src/app.ico                   |  Bin 21174 -> 0 bytes
 .../apisupport.harness/windows-launcher-src/app.rc |   26 -
 .../windows-launcher-src/applauncher.cpp           |  141 --
 .../windows-launcher-src/applauncher.h             |   67 -
 .../nbproject/configurations.xml                   |  112 --
 .../nbproject/project.properties                   |   17 -
 .../windows-launcher-src/nbproject/project.xml     |   46 -
 nb/ide.launcher/external/binaries-list             |    2 +-
 ....txt => launcher-12.5-distribution-license.txt} |    2 +-
 nb/ide.launcher/licenseinfo.xml                    |   34 -
 nb/ide.launcher/windows/.dep.inc                   |   22 -
 nb/ide.launcher/windows/Makefile                   |  106 --
 nb/ide.launcher/windows/Makefile.mingw             |   33 -
 nb/ide.launcher/windows/cmdargs.h                  |  119 --
 nb/ide.launcher/windows/nblauncher.cpp             |  532 ------
 nb/ide.launcher/windows/nblauncher.h               |  107 --
 .../windows/nbproject/configurations.xml           |  164 --
 .../windows/nbproject/project.properties           |   17 -
 nb/ide.launcher/windows/nbproject/project.xml      |   49 -
 nb/ide.launcher/windows/netbeans.cpp               |   29 -
 nb/ide.launcher/windows/netbeans.exe.manifest      |   71 -
 nb/ide.launcher/windows/netbeans.ico               |  Bin 99678 -> 0 bytes
 nb/ide.launcher/windows/netbeans.rc                |   31 -
 nb/ide.launcher/windows/netbeans64.exe.manifest    |   71 -
 nb/ide.launcher/windows/version.h                  |   28 -
 nb/ide.launcher/windows/version.rc                 |   62 -
 .../org/netbeans/nbbuild/extlibs/ignored-binaries  |    2 +-
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |    3 +
 nbbuild/build.xml                                  |   28 +-
 .../src/org/netbeans/core/netigso/Netigso.java     |    1 +
 platform/o.n.bootstrap/build.xml                   |   14 -
 platform/o.n.bootstrap/external/binaries-list      |    3 +-
 ....txt => launcher-12.5-distribution-license.txt} |    2 +-
 platform/o.n.bootstrap/launcher/unix/nbexec        |    2 +-
 platform/o.n.bootstrap/launcher/windows/.dep.inc   |    5 -
 platform/o.n.bootstrap/launcher/windows/Makefile   |  107 --
 .../o.n.bootstrap/launcher/windows/Makefile.mingw  |   45 -
 platform/o.n.bootstrap/launcher/windows/argnames.h |   41 -
 .../o.n.bootstrap/launcher/windows/include/README  |   18 -
 .../o.n.bootstrap/launcher/windows/include/jni.h   | 1838 --------------------
 .../launcher/windows/include/jni_types.h           |  451 -----
 .../o.n.bootstrap/launcher/windows/jvmlauncher.cpp |  454 -----
 .../o.n.bootstrap/launcher/windows/jvmlauncher.h   |  123 --
 platform/o.n.bootstrap/launcher/windows/nbexec.cpp |   70 -
 .../launcher/windows/nbexec.exe.manifest           |   69 -
 platform/o.n.bootstrap/launcher/windows/nbexec.rc  |   26 -
 .../o.n.bootstrap/launcher/windows/nbexec_exe.rc   |   29 -
 .../o.n.bootstrap/launcher/windows/nbexecexe.cpp   |   32 -
 .../o.n.bootstrap/launcher/windows/nbexecloader.h  |   66 -
 .../launcher/windows/nbproject/configurations.xml  |  210 ---
 .../launcher/windows/nbproject/project.properties  |   17 -
 .../launcher/windows/nbproject/project.xml         |   49 -
 .../launcher/windows/platformlauncher.cpp          |  731 --------
 .../launcher/windows/platformlauncher.h            |  111 --
 .../o.n.bootstrap/launcher/windows/utilsfuncs.cpp  |  449 -----
 .../o.n.bootstrap/launcher/windows/utilsfuncs.h    |   52 -
 platform/o.n.bootstrap/launcher/windows/version.h  |   28 -
 platform/o.n.bootstrap/launcher/windows/version.rc |   63 -
 platform/o.n.bootstrap/licenseinfo.xml             |   34 -
 .../o.n.bootstrap/nbproject/project.properties     |    8 +-
 platform/o.n.bootstrap/src/allow.java              |  193 ++
 70 files changed, 218 insertions(+), 7300 deletions(-)
 rename harness/apisupport.harness/external/{harness-launchers-10.0-license.txt => launcher-12.5-distribution-license.txt} (99%)
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/Makefile
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/Makefile.mingw
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/app.cpp
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/app.exe.manifest
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/app.ico
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/app.rc
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/applauncher.cpp
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/applauncher.h
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/nbproject/configurations.xml
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/nbproject/project.properties
 delete mode 100644 harness/apisupport.harness/windows-launcher-src/nbproject/project.xml
 rename nb/ide.launcher/external/{launchers-10.0-license.txt => launcher-12.5-distribution-license.txt} (99%)
 delete mode 100644 nb/ide.launcher/licenseinfo.xml
 delete mode 100644 nb/ide.launcher/windows/.dep.inc
 delete mode 100644 nb/ide.launcher/windows/Makefile
 delete mode 100644 nb/ide.launcher/windows/Makefile.mingw
 delete mode 100644 nb/ide.launcher/windows/cmdargs.h
 delete mode 100644 nb/ide.launcher/windows/nblauncher.cpp
 delete mode 100644 nb/ide.launcher/windows/nblauncher.h
 delete mode 100644 nb/ide.launcher/windows/nbproject/configurations.xml
 delete mode 100644 nb/ide.launcher/windows/nbproject/project.properties
 delete mode 100644 nb/ide.launcher/windows/nbproject/project.xml
 delete mode 100644 nb/ide.launcher/windows/netbeans.cpp
 delete mode 100644 nb/ide.launcher/windows/netbeans.exe.manifest
 delete mode 100644 nb/ide.launcher/windows/netbeans.ico
 delete mode 100644 nb/ide.launcher/windows/netbeans.rc
 delete mode 100644 nb/ide.launcher/windows/netbeans64.exe.manifest
 delete mode 100644 nb/ide.launcher/windows/version.h
 delete mode 100644 nb/ide.launcher/windows/version.rc
 rename platform/o.n.bootstrap/external/{platform-launchers-12.2-license.txt => launcher-12.5-distribution-license.txt} (99%)
 delete mode 100755 platform/o.n.bootstrap/launcher/windows/.dep.inc
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/Makefile
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/Makefile.mingw
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/argnames.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/include/README
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/include/jni.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/include/jni_types.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/jvmlauncher.cpp
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/jvmlauncher.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbexec.cpp
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbexec.rc
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbexec_exe.rc
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbexecexe.cpp
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbexecloader.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbproject/configurations.xml
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbproject/project.properties
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/nbproject/project.xml
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/platformlauncher.cpp
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/platformlauncher.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/utilsfuncs.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/version.h
 delete mode 100644 platform/o.n.bootstrap/launcher/windows/version.rc
 delete mode 100644 platform/o.n.bootstrap/licenseinfo.xml
 create mode 100644 platform/o.n.bootstrap/src/allow.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists