You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/11/07 08:31:51 UTC

cvs commit: xml-xerces/java build.xml

neeraj      2003/11/06 23:31:51

  Modified:    java     build.xml
  Log:
  Debug value got changed. changing it back to off.
  
  Revision  Changes    Path
  1.144     +2 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- build.xml	7 Nov 2003 07:21:42 -0000	1.143
  +++ build.xml	7 Nov 2003 07:31:50 -0000	1.144
  @@ -50,7 +50,7 @@
       <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>
       <!-- changed made to synchronize with a patch from Sam Ruby (<ru...@apache.org>) to Xerces1
       <property name="build.compiler" value="classic"/> -->
  -    <property name="debug" value="on"/>
  +    <property name="debug" value="off"/>
       <property name="optimize" value="on"/>
       <property name="deprecation" value="off"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org