What's the reasoning?

[EMAIL PROTECTED] writes:

> jon         01/03/18 22:12:40
> 
>   Modified:    build    build.xml
>   Log:
>   turned off deprecated warnings by default.
>   
>   Revision  Changes    Path
>   1.5       +1 -1      jakarta-velocity/build/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- build.xml       2001/03/19 04:55:06     1.4
>   +++ build.xml       2001/03/19 06:12:39     1.5
>   @@ -24,7 +24,7 @@
>      <property name="ant.home" value="."/>
>      <property name="debug" value="on"/>
>      <property name="optimize" value="on"/>
>   -  <property name="deprecation" value="on"/>
>   +  <property name="deprecation" value="off"/>
>    
>      <property name="docs.dest" value="../docs"/>
>      <property name="docs.src" value="../xdocs"/>
>   
>   
>   

Reply via email to