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 0dc75ef Merge pull request #2077 from svenreimers/issue/NETBEANS-4172
new d773a36 [NETBEANS-3985] : Removed pack200 from netbeans installer,
because its not supported by jdk from version 14 onwards
new cc205d5 [NETBEANS-3985] : Added comments and commented pack200
related code
new 9e0096f [NETBEANS-3985] : Addressed code review comments
new e1769d2 Merge pull request #2107 from
singh-akhilesh/pack200-remove-from-nb-installer
The 3905 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:
.../maven/actions/BuildInstallersAction.java | 3 -
.../org-netbeans-modules-apisupport-installer.sig | 1 -
.../installer/actions/BuildInstallersAction.java | 3 -
.../apisupport/installer/ui/InstallerPanel.java | 1 -
.../ui/SuiteInstallerProjectProperties.java | 5 -
harness/libs.nbi.ant/stub/build.properties | 3 +-
harness/libs.nbi.ant/stub/template.xml | 1 -
harness/libs.nbi.ant/stub/tmpl.properties | 3 +-
nbbuild/installer/infra/build/init.sh | 1 -
.../org/netbeans/installer/utils/FileUtils.java | 163 +-------------------
.../org/netbeans/installer/utils/SystemUtils.java | 16 --
.../installer/infra/build/ant/Package.java | 102 -------------
.../installer/infra/build/ant/utils/Utils.java | 167 ---------------------
13 files changed, 3 insertions(+), 466 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