craigmcc    01/04/11 10:53:24

  Modified:    beanutils build.xml
  Log:
  Fix minor typo.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/03/27 05:25:34     1.1
  +++ build.xml 2001/04/11 17:53:24     1.2
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.1 2001/03/27 05:25:34 craigmcc Exp $
  +        $Id: build.xml,v 1.2 2001/04/11 17:53:24 craigmcc Exp $
   -->
   
   
  @@ -65,7 +65,7 @@
     <property name="compile.debug"           value="true"/>
   
     <!-- Should Java compilations set the 'deprecation' compiler option? -->
  -  <property name="compile.decprecation"    value="true"/>
  +  <property name="compile.deprecation"     value="true"/>
   
     <!-- Should Java compilations set the 'optimize' compiler option? -->
     <property name="compile.optimize"        value="true"/>
  
  
  

Reply via email to