Update of /cvsroot/ejtools/applications/jmx.browser/src/resources/org/ejtools/jmx/browser/web/taglib
In directory sc8-pr-cvs1:/tmp/cvs-serv13614/jmx.browser/src/resources/org/ejtools/jmx/browser/web/taglib
Modified Files:
MBeanAttributeInfoAccess.properties
MBeanAttributeInfoEditor.properties
Log Message:
Address Bug #775745
Address Todo #800902
Address Todo #755528
Remove @created tags
Add support for MXJ4 2.0.0 (still beta)
Add support for JXM Remoting through RMI
Index: MBeanAttributeInfoAccess.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/src/resources/org/ejtools/jmx/browser/web/taglib/MBeanAttributeInfoAccess.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MBeanAttributeInfoAccess.properties 10 Feb 2003 20:59:16 -0000 1.1
--- MBeanAttributeInfoAccess.properties 27 Nov 2003 01:13:08 -0000 1.2
***************
*** 1,3 ****
! access.ro=RO
! access.rw=RW
! access.wo=WO
--- 1,3 ----
! access.ro=RO
! access.rw=RW
! access.wo=WO
Index: MBeanAttributeInfoEditor.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/src/resources/org/ejtools/jmx/browser/web/taglib/MBeanAttributeInfoEditor.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MBeanAttributeInfoEditor.properties 10 Feb 2003 20:59:17 -0000 1.1
--- MBeanAttributeInfoEditor.properties 27 Nov 2003 01:13:08 -0000 1.2
***************
*** 1,3 ****
! boolean.true=True
! boolean.false=False
! hyperlink.go=View
--- 1,3 ----
! boolean.true=True
! boolean.false=False
! hyperlink.go=View
|