You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@locus.apache.org on 2000/11/01 18:55:11 UTC

cvs commit: xml-cocoon build.xml

greenrd     00/11/01 09:55:10

  Modified:    .        build.xml
  Log:
  compiler now picks up deprecation option
  
  Revision  Changes    Path
  1.60      +2 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	2000/09/27 23:32:22	1.59
  +++ build.xml	2000/11/01 17:55:07	1.60
  @@ -273,7 +273,8 @@
       <javac srcdir="${build.src}"
              destdir="${build.dest}"
              debug="${debug}"
  -           optimize="${optimize}"/>
  +           optimize="${optimize}"
  +           deprecation="${deprecation}"/>
     </target>
   
     <!-- =================================================================== -->