User: user57  
  Date: 02/01/02 20:00:56

  Modified:    src/etc  run.mf
  Added:       src/etc  shutdown.mf
  Log:
   o migrated all components to a new JMX domain name model.  jboss.system
     is now where to core/spine components live.  moved all components that
     were in JBOSS-SYSTEM that did not move into a jboss.* domain into
     jboss (where the server is now registered).  The point was to limit the
     members of jboss.system to core bits only.
   o Created org.jboss.system.Server, which does the work of initialization
     that org.jboss.Main used to do.  Main now only parses the command line,
     sets up basic legecy properties and creates a Server instance.
   o Moved functionality of Shutdown (component not cl tool) into Server (
     which is bound as jboss.system:service=Server)
   o Moved more Runtime access from Info into Server.  Exposed memory info
     as attributes.
   o Logging a WARN everywhere that uses System.getProperty("jboss.system.home")
     as that should go away soon/eventually.
   o Initialized the invokerMap in the harmi impl to avoid NPE
   o Made getopt.jar a member of the lib/* dir instead of adding it to the
     run.jar and shutdown.jars each time.
   o Minor cosmetic changes along the way.
  
  Revision  Changes    Path
  1.14      +1 -1      jboss/src/etc/run.mf
  
  Index: run.mf
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/run.mf,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- run.mf    2001/08/30 02:55:29     1.13
  +++ run.mf    2002/01/03 04:00:56     1.14
  @@ -1,2 +1,2 @@
   Main-Class: org.jboss.Main
  -Class-Path: ../lib/jmxri.jar ../lib/jboss-boot.jar ../lib/crimson.jar 
../lib/jaxp.jar
  +Class-Path: ../lib/jmxri.jar ../lib/jboss-boot.jar ../lib/crimson.jar 
../lib/jaxp.jar ../lib/getopt.jar
  
  
  
  1.1                  jboss/src/etc/shutdown.mf
  
  Index: shutdown.mf
  ===================================================================
  Main-Class: org.jboss.Shutdown
  Class-Path: ../lib/getopt.jar
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to