[Ejtools-cvs] CVS: applications/jmx.browser lib.ext.properties,1.2,1.3 lib.properties,1.2,1.3 module
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-15 20:58:38
|
Update of /cvsroot/ejtools/applications/jmx.browser In directory usw-pr-cvs1:/tmp/cvs-serv11220/jmx.browser Modified Files: lib.ext.properties lib.properties module.properties webapp.properties Log Message: Correct CR/LF Index: lib.ext.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.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:58:35 -0000 1.3 *************** *** 1,7 **** ! # ! # Librairies to be put into the lib/ext directory ! # ! # $Revision$ ! # ! ${jboss.client.root}/*.jar ! ${jboss.jmx.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/jmx.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:58:35 -0000 1.3 *************** *** 1,17 **** ! # ! # 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 ! ${jboss.client.root}/*.jar ! ${jboss.jmx.root}/*.jar ! ${sun.j2ee.root}/*.jar ! ${sun.jaxp.root}/*.jar ! #${sun.jmx.root}/*.jar ! ${sun.jndi.root}/*.jar ! ${sun.swing.root}/*.jar --- 1,17 ---- ! # ! # 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 ! ${jboss.client.root}/*.jar ! ${jboss.jmx.root}/*.jar ! ${sun.j2ee.root}/*.jar ! ${sun.jaxp.root}/*.jar ! #${sun.jmx.root}/*.jar ! ${sun.jndi.root}/*.jar ! ${sun.swing.root}/*.jar Index: module.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.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:58:35 -0000 1.3 *************** *** 1,17 **** ! # ! # Module Properties ! # ! # $Revision$ ! # ! version.major=1 ! version.minor=0 ! version.revision=0 ! version.tag=alpha ! ! module.name=jmx.browser ! module.display.name=JMX Browser ! module.archive.name=ejtools.jmx.browser ! module.package=net.sourceforge.ejtools.jmxbrowser.* ! module.starter=net/sourceforge/ejtools/jmxbrowser/Main ! ! module.javadoc.title=EJTools - JMX Browser --- 1,17 ---- ! # ! # Module Properties ! # ! # $Revision$ ! # ! version.major=1 ! version.minor=0 ! version.revision=0 ! version.tag=alpha ! ! module.name=jmx.browser ! module.display.name=JMX Browser ! module.archive.name=ejtools.jmx.browser ! module.package=net.sourceforge.ejtools.jmxbrowser ! module.starter=net/sourceforge/ejtools/jmxbrowser/Main ! ! module.javadoc.title=EJTools - JMX Browser Index: webapp.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/webapp.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** webapp.properties 30 Apr 2002 21:14:29 -0000 1.3 --- webapp.properties 15 May 2002 20:58:35 -0000 1.4 *************** *** 1,9 **** ! # ! # Librairies to be put into the WEB-INF/lib directory ! # ! # $Revision$ ! # ! ${apache.log4j.root}/*.jar ! ${apache.struts.root}/*.jar ! ${apache.taglibs.root}/*.jar ! ${ejtools.common.root}/*.jar --- 1,9 ---- ! # ! # Librairies to be put into the WEB-INF/lib directory ! # ! # $Revision$ ! # ! ${apache.log4j.root}/*.jar ! ${apache.struts.root}/*.jar ! ${apache.taglibs.root}/*.jar ! ${ejtools.common.root}/*.jar |