[Ejtools-cvs] CVS: applications/jndi.browser lib.ext.properties,1.2,1.3 lib.properties,1.2,1.3 modul
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-15 20:48:18
|
Update of /cvsroot/ejtools/applications/jndi.browser In directory usw-pr-cvs1:/tmp/cvs-serv7223/jndi.browser Modified Files: lib.ext.properties lib.properties module.properties Log Message: Change the lib and lib/ext packages Index: lib.ext.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/lib.ext.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lib.ext.properties 30 Apr 2002 21:14:29 -0000 1.2 --- lib.ext.properties 15 May 2002 20:48:15 -0000 1.3 *************** *** 1,7 **** ! # ! # Librairies to be put into the lib/ext directory ! # ! # $Revision$ ! # ! ${jboss.client.root}/*.jar ! --- 1,7 ---- ! # ! # Librairies to be put into the lib/ext directory ! # ! # $Revision$ ! # ! ${jboss.client.root}/*.jar ! ${jboss.jmx.root}/*.jar Index: lib.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/lib.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lib.properties 30 Apr 2002 21:14:29 -0000 1.2 --- lib.properties 15 May 2002 20:48:15 -0000 1.3 *************** *** 1,14 **** ! # ! # Librairies to be put into the lib directory ! # ! # $Revision$ ! # ! ${apache.log4j.root}/*.jar ! ${dreambean.awt.root}/*.jar ! ${ejtools.adwt.root}/*.jar ! ${ejtools.common.root}/*.jar ! ${ejtools.icons.root}/*.jar ! ${sun.j2ee.root}/*.jar ! ${sun.jmx.root}/*.jar ! ${sun.jndi.root}/*.jar ! ${sun.swing.root}/*.jar --- 1,13 ---- ! # ! # Librairies to be put into the lib directory ! # ! # $Revision$ ! # ! ${apache.log4j.root}/*.jar ! ${dreambean.awt.root}/*.jar ! ${ejtools.adwt.root}/*.jar ! ${ejtools.common.root}/*.jar ! ${ejtools.icons.root}/*.jar ! ${sun.j2ee.root}/*.jar ! ${sun.jndi.root}/*.jar ! ${sun.swing.root}/*.jar Index: module.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/module.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** module.properties 30 Apr 2002 21:14:29 -0000 1.2 --- module.properties 15 May 2002 20:48:15 -0000 1.3 *************** *** 1,18 **** ! # ! # Module Properties ! # ! # $Revision$ ! # ! version.major=1 ! version.minor=0 ! version.revision=0 ! version.tag=alpha ! ! module.name=jndi.browser ! module.folder=jndi.browser ! module.display.name=JNDI Browser ! module.archive.name=ejtools.jndi.browser ! module.package=net.sourceforge.ejtools.jndibrowser.* ! module.starter=net/sourceforge/ejtools/jndibrowser/Main ! ! module.javadoc.title=EJTools - JNDI Browser --- 1,18 ---- ! # ! # Module Properties ! # ! # $Revision$ ! # ! version.major=1 ! version.minor=0 ! version.revision=0 ! version.tag=alpha ! ! module.name=jndi.browser ! module.folder=jndi.browser ! module.display.name=JNDI Browser ! module.archive.name=ejtools.jndi.browser ! module.package=net.sourceforge.ejtools.jndibrowser ! module.starter=net/sourceforge/ejtools/jndibrowser/Main ! ! module.javadoc.title=EJTools - JNDI Browser |