[Ejtools-cvs] applications/jmx.browser/src/mbean/resources jboss-service.xml,1.3,1.4
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-11-27 01:13:11
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/mbean/resources In directory sc8-pr-cvs1:/tmp/cvs-serv13614/jmx.browser/src/mbean/resources Modified Files: jboss-service.xml 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: jboss-service.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/mbean/resources/jboss-service.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** jboss-service.xml 3 Mar 2003 21:02:16 -0000 1.3 --- jboss-service.xml 27 Nov 2003 01:13:08 -0000 1.4 *************** *** 1,4 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <service> ! <mbean code="org.ejtools.jmx.browser.mbean.CustomViewDeployer" name="user:service=CustomViewDeployer"/> ! </service> --- 1,4 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <service> ! <mbean code="org.ejtools.jmx.browser.mbean.CustomViewDeployer" name="user:service=CustomViewDeployer"/> ! </service> |