On 12/02/2014 18:58, Konstantin Kolinko wrote:
> 2014-02-12 22:43 GMT+04:00  <ma...@apache.org>:
>> Author: markt
>> Date: Wed Feb 12 18:43:45 2014
>> New Revision: 1567717
>>
>> URL: http://svn.apache.org/r1567717
>> Log:
>> Remove use of optimize flag that has been a NO-OP since Java 1.1
>>
>> Modified:
>>     tomcat/tc7.0.x/trunk/build.xml
>>
>> Modified: tomcat/tc7.0.x/trunk/build.xml
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1567717&r1=1567716&r2=1567717&view=diff
>> ==============================================================================
>> --- tomcat/tc7.0.x/trunk/build.xml (original)
>> +++ tomcat/tc7.0.x/trunk/build.xml Wed Feb 12 18:43:45 2014
>> @@ -548,7 +548,6 @@
>>             deprecation="${compile.deprecation}"
> 
> It looks that "compile.deprecation" property is also not defined anywhere.

In which case I suspect the default of off will apply but users are
still free to set it if they wish.

Mark

> 
>>             source="${compile.source}"
>>             target="${compile.target}"
>> -           optimize="${compile.optimize}"
>>             excludes="**/.svn/**"
>>             encoding="ISO-8859-1"
>>             includeAntRuntime="true" >
>> @@ -603,7 +602,6 @@
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to