Reduce noise generated during the build of the Windows installer so warnings are more obvious.
Patch provided by sebb
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1080693 13f79535-47bb-0310-9956-
ffa450edef68
</copy>
<exec dir="${tomcat.dist}" executable="${nsis.exe}" osfamily="windows">
<arg value="/DNSISDIR=${nsis.home}" />
+ <arg value="/V2" />
<arg value="tomcat.nsi" />
</exec>
<exec dir="${tomcat.dist}" executable="wine" osfamily="unix">
<arg value="${nsis.exe}" />
<arg value="/DNSISDIR=${nsis.home}" />
+ <arg value="/V2" />
<arg value="tomcat.nsi" />
</exec>
<update>
Update optional CheckStyle library to 5.3. (markt)
</update>
+ <fix>
+ <bug>50911</bug>: Reduce noise generated during the build of the Windows
+ installer so warnings are more obvious. Patch provided by sebb. (markt)
+ </fix>
</changelog>
</subsection>
</section>