You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2019/10/01 09:22:35 UTC

[netbeans] branch master updated: Pack200 is deprecated for removal, disabling it by default when creating an NBM.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e34996  Pack200 is deprecated for removal, disabling it by default when creating an NBM.
     new 217ae66  Merge pull request #1537 from jlahoda/disable.pack200
6e34996 is described below

commit 6e34996eb7c18009e73dd11cca8972e004a51e8a
Author: Jan Lahoda <jl...@netbeans.org>
AuthorDate: Sat Sep 28 23:13:39 2019 +0200

    Pack200 is deprecated for removal, disabling it by default when creating an NBM.
---
 nbbuild/templates/common.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/templates/common.xml b/nbbuild/templates/common.xml
index 1182ee1..e917424 100644
--- a/nbbuild/templates/common.xml
+++ b/nbbuild/templates/common.xml
@@ -435,7 +435,7 @@
         <mkdir dir="${build.dir}"/>
         <property name="nbm.target.cluster" value=""/> <!-- fallback -->
         <property name="license.file.override" value="${license.file}"/>
-        <property name="use.pack200" value="true"/>
+        <property name="use.pack200" value="false"/>
         <property name="pack200.excludes" value=""/>
         <property name="nbm.locales" value="${locales}"/>
         <makenbm file="${build.dir}/${nbm}"


---------------------------------------------------------------------
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