You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/04/13 15:15:50 UTC

cvs commit: incubator-myfaces/doc developer-notes.txt

manolito    2005/04/13 06:15:49

  Modified:    doc      developer-notes.txt
  Log:
  link to Apache-Wide Coding Style Guide
  
  Revision  Changes    Path
  1.17      +8 -8      incubator-myfaces/doc/developer-notes.txt
  
  Index: developer-notes.txt
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/doc/developer-notes.txt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- developer-notes.txt	29 Oct 2004 15:50:59 -0000	1.16
  +++ developer-notes.txt	13 Apr 2005 13:15:49 -0000	1.17
  @@ -14,12 +14,9 @@
   MyFaces developers guidelines
   
   * Code style
  -  Basis for the code conventions of the MyFaces project are Suns Java Code
  -  Conventions at
  -  http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
  -  Well as the initiators of this project we take the liberty to postulate one
  -  exception: Opening braces go on the next line and there is a new line after
  -  closing braces before else/catch/finally/while(in do-while)!  ;-)
  +  See http://www.apache.org/dev/styleguide.html for the Apache-Wide Coding Style Guide.
  +  Everything that is not documented there should be written according to Suns Java Code
  +  Conventions at http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
   
   * Error and exception handling
     Whenever an exception is caught, the following applies:
  @@ -90,6 +87,9 @@
    * @author Bug Rogers (latest modification by $Author$)
    * @version $Revision$ $Date$
    * $Log$
  + * Revision 1.17  2005/04/13 13:15:49  manolito
  + * link to Apache-Wide Coding Style Guide
  + *
    * Revision 1.16  2004/10/29 15:50:59  mmarinschek
    * Get rid of many of the outdated references to sourceforge. set myfaces extensions tld uri to http://myfaces.apache.org/extensions
    *