[Ejtools-cvs] CVS: applications/jndi.browser/src/etc run.mf,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-30 21:12:23
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv5619/applications/jndi.browser/src/etc Modified Files: run.mf Log Message: Add log4j to the manifest classpath Index: run.mf =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/run.mf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** run.mf 22 Apr 2002 17:41:37 -0000 1.1 --- run.mf 30 Apr 2002 21:12:20 -0000 1.2 *************** *** 1,4 **** Main-Class: net.sourceforge.ejtools.jndibrowser.Main ! Class-Path: ../conf/ Name: net/sourceforge/ejtools/jndiview/ --- 1,4 ---- Main-Class: net.sourceforge.ejtools.jndibrowser.Main ! Class-Path: ../conf/ ../lib/log4j.jar Name: net/sourceforge/ejtools/jndiview/ |