You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/06/25 23:27:59 UTC

cvs commit: jakarta-hivemind/common jar-module.properties

hlship      2004/06/25 14:27:59

  Modified:    .        status.xml
               common   jar-module.properties
  Log:
  [HIVEMIND-12] Modify the build files to enable debugging by default.
  
  Revision  Changes    Path
  1.17      +1 -1      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- status.xml	25 Jun 2004 21:19:21 -0000	1.16
  +++ status.xml	25 Jun 2004 21:27:59 -0000	1.17
  @@ -88,7 +88,7 @@
           Fix how certain translator messages are generated to avoid unit test failures.
         </action>
         <action type="update" dev="HLS" fixes-bug="HIVEMIND-12">
  -        Modified the build files to enable debugging by default.
  +        Modify the build files to enable debugging by default.
         </action>
       </release>
     </changes>
  
  
  
  1.2       +2 -2      jakarta-hivemind/common/jar-module.properties
  
  Index: jar-module.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/common/jar-module.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jar-module.properties	25 Jun 2004 21:19:21 -0000	1.1
  +++ jar-module.properties	25 Jun 2004 21:27:59 -0000	1.2
  @@ -20,8 +20,8 @@
   # target code.
   
   module.javac.debug=on
  -module.javac.debuglevel=
  -module.javac.optimize=on
  +module.javac.debuglevel=lines,var,source
  +module.javac.optimize=off
   module.javac.deprecation=on
   module.javac.target=1.1
   module.javac.verbose=off
  
  
  

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