Never mind, seems have since been fixed.

Brett Porter wrote:
> Deng, was this intentional? It no longer does the modification check
> John added in MWAR-26.
> 
> [EMAIL PROTECTED] wrote:
>> Author: epunzalan
>> Date: Sun Mar 19 18:41:00 2006
>> New Revision: 387118
>>
>> URL: http://svn.apache.org/viewcvs?rev=387118&view=rev
>> Log:
>> PR: MWAR-20
>> Submitted by: Maria Odea Ching
> 
> [...]
> 
>> -                FileUtils.copyFileIfModified( new File( webXml ), new File( 
>> webinfDir, "/web.xml" ) );
>> +                FileUtils.copyFile( webXml, new File( webinfDir, "/web.xml" 
>> ) );
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to