[Ejtools-cvs] libraries/adwt/src/main/org/ejtools/adwt/action/help AboutAction.java,1.6,1.7 HelpOnLi
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-09-15 22:37:48
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/help In directory sc8-pr-cvs1:/tmp/cvs-serv24196/adwt/src/main/org/ejtools/adwt/action/help Modified Files: AboutAction.java HelpOnLineAction.java TOTDAction.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: AboutAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/help/AboutAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AboutAction.java 21 Feb 2003 22:47:51 -0000 1.6 --- AboutAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @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 Index: HelpOnLineAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/help/HelpOnLineAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** HelpOnLineAction.java 21 Feb 2003 22:47:52 -0000 1.6 --- HelpOnLineAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @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 Index: TOTDAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/help/TOTDAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TOTDAction.java 21 Feb 2003 22:47:51 -0000 1.6 --- TOTDAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @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 |