User: andreas 
  Date: 00/12/07 10:16:07

  Modified:    src/etc  connector.mf
  Log:
  Changes to ServiceMBean therefore that if the Default-
  Log class is not available then it does not logging.
  Thus I could extract the JMX Connector (server-side)
  from jBoss therefore that it can be used elsewhere.
  Both (server- and client-side) connector archives are then
  put in the new directory external which should keep all
  archives developed under jBoss but available to other
  groups.
  
  Revision  Changes    Path
  1.2       +1 -1      jboss/src/etc/connector.mf
  
  Index: connector.mf
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/connector.mf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- connector.mf      2000/08/31 17:48:16     1.1
  +++ connector.mf      2000/12/07 18:16:07     1.2
  @@ -1,2 +1,2 @@
   Main-Class: test.jboss.jmx.TestClient
  -Class-Path: ../lib/jmxri.jar ../conf/ ./jnp-client.jar
  +Class-Path: ./ ../conf/ ./jmxri.jar ../lib/jmxri.jar ./jnp-client.jar 
../lib/jnp-client.jar
  
  
  

Reply via email to