Skip to content

Commit

Permalink
Merge pull request apache#1537 from jlahoda/disable.pack200
Browse files Browse the repository at this point in the history
Pack200 is deprecated for removal, disabling it by default when creat…
  • Loading branch information
neilcsmith-net authored Oct 1, 2019
2 parents 205f94a + 6e34996 commit 217ae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbbuild/templates/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 217ae66

Please sign in to comment.