git clone of logicmail with some fixes/features added
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Library fixes


git-svn-id: https://logicmail.svn.sourceforge.net/svnroot/logicmail/trunk@897 5c734088-3d25-0410-9155-b3c3832efda5

octorian 7b2278e5 d2e0e20f

+4 -1
+4 -1
LogicMail/build.xml
··· 91 91 includes="LogicMail.rrc,LogicMail.rrh,${rrc.files} "/> 92 92 <fileset refid="startupfileset" /> 93 93 <fileset refid="@{platformfileset}" /> 94 + 95 + <!-- NOTE: This line needs to be commented out if building without analytics support --> 96 + <fileset file="${webtrends.library}" /> 94 97 </src> 95 98 96 99 <!-- NOTE: This line needs to be commented out if building without analytics support --> ··· 114 117 outputter="default"> 115 118 <replace path="/resources/string[@name='wt_dc_app_name']/text()" withText="${module.name}"/> 116 119 <replace path="/resources/string[@name='wt_dc_app_publisher']/text()" withText="${module.vendor}"/> 117 - <replace path="/resources/string[@name='wt_dc_app_version']/text()" withText="${module.version}"/> 120 + <replace path="/resources/string[@name='wt_dc_app_version']/text()" withText="${module.version}.${module.build}"/> 118 121 <replace path="/resources/string[@name='wt_dc_dcsid']/text()" withText="${webtrends.dcsid}"/> 119 122 <replace path="/resources/string[@name='wt_dc_debug']/text()" withText="${webtrends.debug}"/> 120 123 </xmltask>