[Ejtools-cvs] applications/jndi.browser/src/etc run.mf,1.7,1.8
Brought to you by:
letiemble
From: <let...@us...> - 2003-11-27 01:31:01
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/etc In directory sc8-pr-cvs1:/tmp/cvs-serv17169/jndi.browser/src/etc Modified Files: run.mf Log Message: Address Todo #755528 Address Todo #800902 Index: run.mf =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/run.mf,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** run.mf 10 Feb 2003 21:06:29 -0000 1.7 --- run.mf 27 Nov 2003 01:30:28 -0000 1.8 *************** *** 1,10 **** ! Main-Class: org.ejtools.jndi.browser.Main ! Class-Path: ../conf/ ../lib/log4j.jar ! ! Name: org/ejtools/jndi/browser/ ! Specification-Title: @module.display.name@ ! Specification-Version: @version.major@.@version.minor@.@version.revision@ ! Specification-Vendor: EJTools Project ! Implementation-Title: @module.display.name@ ! Implementation-Version: @version.major@.@version.minor@.@version.revision@ ! Implementation-Vendor: EJTools Project --- 1,10 ---- ! Main-Class: org.ejtools.jndi.browser.Main ! Class-Path: ../conf/ ../lib/log4j.jar ! ! Name: org/ejtools/jndi/browser/ ! Specification-Title: @module.display.name@ ! Specification-Version: @version.major@.@version.minor@.@version.revision@ ! Specification-Vendor: EJTools Project ! Implementation-Title: @module.display.name@ ! Implementation-Version: @version.major@.@version.minor@.@version.revision@ ! Implementation-Vendor: EJTools Project |