[Ejtools-cvs] libraries/adwt/src/main/org/ejtools/adwt/action/view ShowConsoleAction.java,1.3,1.4
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-09-15 22:37:17
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/view In directory sc8-pr-cvs1:/tmp/cvs-serv24196/adwt/src/main/org/ejtools/adwt/action/view Modified Files: ShowConsoleAction.java Log Message: Adjust Eclipse build files Adjust some Javadoc Review the models for TreeView and ListView : much more lightweight Convert resources files to UTF-8 to avoid loosing accents Index: ShowConsoleAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/view/ShowConsoleAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ShowConsoleAction.java 21 Feb 2003 22:47:52 -0000 1.3 --- ShowConsoleAction.java 15 Sep 2003 22:37:13 -0000 1.4 *************** *** 15,20 **** * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete |