I just updated it, the reason is because we need to clearly say what is
booted, it is really JBoss with the microkernel that is booted with the
first services.

I now say JBoss (MX microkernel) :)

marcf

|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Jason
|Dillon
|Sent: Thursday, December 06, 2001 9:56 PM
|To: [EMAIL PROTECTED]
|Subject: [JBoss-dev] CVS update: jboss/src/main/org/jboss Main.java
|
|
|  User: user57
|  Date: 01/12/06 18:55:48
|
|  Modified:    src/main/org/jboss Main.java
|  Log:
|   o Not really sure why this says JBossMX now, but lets put the space back
|     in between the name and the version information.
|
|  Revision  Changes    Path
|  1.58      +2 -2      jboss/src/main/org/jboss/Main.java
|
|  Index: Main.java
|  ===================================================================
|  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/Main.java,v
|  retrieving revision 1.57
|  retrieving revision 1.58
|  diff -u -r1.57 -r1.58
|  --- Main.java        2001/12/06 16:59:09     1.57
|  +++ Main.java        2001/12/07 02:55:47     1.58
|  @@ -46,7 +46,7 @@
|   *
|   * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
|   * @author <a href="mailto:[EMAIL PROTECTED]";>Jason Dillon</a>
|  -* @version $Revision: 1.57 $
|  +* @version $Revision: 1.58 $
|   *
|   * <b>Revisions:</b>
|   * <p>
|  @@ -234,7 +234,7 @@
|         long minutes = lapsedTime / 60000;
|         long seconds = (lapsedTime - 60000 * minutes) / 1000;
|         long milliseconds = (lapsedTime -60000 * minutes - 1000 *
|seconds);
|  -      System.out.println("JBossMX MICRO-KERNEL" + version +
|  +      System.out.println("JBossMX MICRO-KERNEL " + version +
|            " [" + version.getName() + "] Started in " +
|            minutes  + "m:" + seconds  + "s:" +milliseconds +"ms");
|      }
|
|
|
|
|_______________________________________________
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development


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

Reply via email to