[Ejtools-cvs] CVS: website/content/developers build.xml,NONE,1.1 style.xhtml,1.1,1.2 build.xhtml,1.1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-24 21:22:01
|
Update of /cvsroot/ejtools/website/content/developers In directory usw-pr-cvs1:/tmp/cvs-serv32178/content/developers Modified Files: style.xhtml Added Files: build.xml Removed Files: build.xhtml Log Message: Add support for custom tree structure in html page --- NEW FILE: build.xml --- (This appears to be a binary file; contents omitted.) Index: style.xhtml =================================================================== RCS file: /cvsroot/ejtools/website/content/developers/style.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** style.xhtml 21 May 2002 20:11:43 -0000 1.1 --- style.xhtml 24 May 2002 21:21:59 -0000 1.2 *************** *** 12,21 **** <li>Indentation of 3 spaces : no tabulations.</li> <li>Clean imports : every class used is explicitly imported, no wildcard. In case of conflicts, the full qualified name is required.</li> ! <li>Javadocs comments for every mibers, methods and inner classes.</li> <li>Brace starts on a new line : easier to follow.</li> ! <li>Brace for every block, even if it has only one line.</li> </ul> <p>Here is an overview on how the code looks like :</p> ! <table border="1" cellpadding="5" cellspacing="0" width="100%"> <tr> <td /> --- 12,21 ---- <li>Indentation of 3 spaces : no tabulations.</li> <li>Clean imports : every class used is explicitly imported, no wildcard. In case of conflicts, the full qualified name is required.</li> ! <li>Javadocs comments for every members, methods and inner classes.</li> <li>Brace starts on a new line : easier to follow.</li> ! <li>Brace for every block, even if it is single line.</li> </ul> <p>Here is an overview on how the code looks like :</p> ! <table bgcolor="#FFFFF7" border="1" cellpadding="5" cellspacing="0" width="100%"> <tr> <td /> --- build.xhtml DELETED --- |