Update of /cvsroot/ejtools/applications/jmx.browser
In directory usw-pr-cvs1:/tmp/cvs-serv6827/applications/jmx.browser
Modified Files:
lib.ext.properties lib.properties module.properties
webapp.properties
Log Message:
Add version tag
Index: lib.ext.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/lib.ext.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lib.ext.properties 22 Apr 2002 17:39:43 -0000 1.1
--- lib.ext.properties 30 Apr 2002 21:14:29 -0000 1.2
***************
*** 1,2 ****
--- 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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lib.properties 22 Apr 2002 17:39:58 -0000 1.1
--- lib.properties 30 Apr 2002 21:14:29 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ #
+ # Librairies to be put into the lib directory
+ #
+ # $Revision$
+ #
${apache.log4j.root}/*.jar
${dreambean.awt.root}/*.jar
Index: module.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/module.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** module.properties 22 Apr 2002 17:40:48 -0000 1.1
--- module.properties 30 Apr 2002 21:14:29 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ #
+ # Module Properties
+ #
+ # $Revision$
+ #
version.major=1
version.minor=0
Index: webapp.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/webapp.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** webapp.properties 24 Apr 2002 20:10:41 -0000 1.2
--- webapp.properties 30 Apr 2002 21:14:29 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ #
+ # Librairies to be put into the WEB-INF/lib directory
+ #
+ # $Revision$
+ #
${apache.log4j.root}/*.jar
${apache.struts.root}/*.jar
|