···9191 includes="LogicMail.rrc,LogicMail.rrh,${rrc.files} "/>
9292 <fileset refid="startupfileset" />
9393 <fileset refid="@{platformfileset}" />
9494+9595+ <!-- NOTE: This line needs to be commented out if building without analytics support -->
9696+ <fileset file="${webtrends.library}" />
9497 </src>
95989699 <!-- NOTE: This line needs to be commented out if building without analytics support -->
···114117 outputter="default">
115118 <replace path="/resources/string[@name='wt_dc_app_name']/text()" withText="${module.name}"/>
116119 <replace path="/resources/string[@name='wt_dc_app_publisher']/text()" withText="${module.vendor}"/>
117117- <replace path="/resources/string[@name='wt_dc_app_version']/text()" withText="${module.version}"/>
120120+ <replace path="/resources/string[@name='wt_dc_app_version']/text()" withText="${module.version}.${module.build}"/>
118121 <replace path="/resources/string[@name='wt_dc_dcsid']/text()" withText="${webtrends.dcsid}"/>
119122 <replace path="/resources/string[@name='wt_dc_debug']/text()" withText="${webtrends.debug}"/>
120123 </xmltask>