Author: crossley Date: Wed Jan 19 22:55:30 2005 New Revision: 125728 URL: http://svn.apache.org/viewcvs?view=rev&rev=125728 Log: The property "version" is now "forrest.version"
Modified: forrest/trunk/tools/forrestbot/core/emailtemplate.txt forrest/trunk/tools/forrestbot/core/notify.xml Modified: forrest/trunk/tools/forrestbot/core/emailtemplate.txt Url: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbot/core/emailtemplate.txt?view=diff&rev=125728&p1=forrest/trunk/tools/forrestbot/core/emailtemplate.txt&r1=125727&p2=forrest/trunk/tools/forrestbot/core/emailtemplate.txt&r2=125728 ============================================================================== --- forrest/trunk/tools/forrestbot/core/emailtemplate.txt (original) +++ forrest/trunk/tools/forrestbot/core/emailtemplate.txt Wed Jan 19 22:55:30 2005 @@ -3,5 +3,5 @@ -- Forrestbot run ended at ${NOW} -Using Forrest ${version} +Using Forrest ${forrest.version} Forrestbot administrator: ${notify.administrator} Modified: forrest/trunk/tools/forrestbot/core/notify.xml Url: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbot/core/notify.xml?view=diff&rev=125728&p1=forrest/trunk/tools/forrestbot/core/notify.xml&r1=125727&p2=forrest/trunk/tools/forrestbot/core/notify.xml&r2=125728 ============================================================================== --- forrest/trunk/tools/forrestbot/core/notify.xml (original) +++ forrest/trunk/tools/forrestbot/core/notify.xml Wed Jan 19 22:55:30 2005 @@ -58,7 +58,7 @@ Log in: ${notify.log} Time: ${NOW} - Using Forrest ${version} + Using Forrest ${forrest.version} ---------------------------------- </echo> </target>
