[Ejtools-cvs] CVS: applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser AboutDialo
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-25 20:55:02
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser In directory usw-pr-cvs1:/tmp/cvs-serv5184/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser Modified Files: AboutDialog.java JNDIBrowser.java Main.java SelectFactoryAction.java Log Message: Pretty print Index: AboutDialog.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/AboutDialog.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AboutDialog.java 15 May 2002 20:46:29 -0000 1.4 --- AboutDialog.java 25 May 2002 20:54:59 -0000 1.5 *************** *** 20,25 **** /** ! * Custom AboutService that shows the EJTools logo and some informations about ! * the virtual machine. * * @author letiemble --- 20,24 ---- /** ! * Custom AboutService that shows the EJTools logo and some informations about the virtual machine. * * @author letiemble Index: JNDIBrowser.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/JNDIBrowser.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** JNDIBrowser.java 15 May 2002 20:46:29 -0000 1.6 --- JNDIBrowser.java 25 May 2002 20:54:59 -0000 1.7 *************** *** 30,35 **** /** ! * Main JavaBean of the application. Contains all the JavaBean Services such as ! * MenuBarService, FrameService and AboutService. * * @author letiemble --- 30,34 ---- /** ! * Main JavaBean of the application. Contains all the JavaBean Services such as MenuBarService, FrameService and AboutService. * * @author letiemble Index: Main.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/Main.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Main.java 15 May 2002 20:46:29 -0000 1.4 --- Main.java 25 May 2002 20:54:59 -0000 1.5 *************** *** 19,25 **** /** ! * Main class for the JNDI Browser. Construct the classloader dynamically by ! * scanning directories. Once the classloader has been built, launch the Browser ! * with a custom security manager. * * @author letiemble --- 19,24 ---- /** ! * Main class for the JNDI Browser. Construct the classloader dynamically by scanning directories. Once the classloader has been built, launch the Browser with ! * a custom security manager. * * @author letiemble Index: SelectFactoryAction.java =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/SelectFactoryAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SelectFactoryAction.java 15 May 2002 20:46:29 -0000 1.4 --- SelectFactoryAction.java 25 May 2002 20:54:59 -0000 1.5 *************** *** 13,18 **** /** ! * Custom CommandAction to allow the selection of the default ! * QueueConnectionFactory or the default TopicConnectionFactory. * * @author letiemble --- 13,17 ---- /** ! * Custom CommandAction to allow the selection of the default QueueConnectionFactory or the default TopicConnectionFactory. * * @author letiemble |