You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/09/08 06:23:04 UTC

cvs commit: incubator-geronimo/modules/core/src/java/org/apache/geronimo/command StartCommand.java

dain        2003/09/07 21:23:04

  Modified:    modules/core/src/java/org/apache/geronimo/command
                        StartCommand.java
  Log:
  Updated to reflect movement of Main class to kernel.
  
  Revision  Changes    Path
  1.8       +2 -2      incubator-geronimo/modules/core/src/java/org/apache/geronimo/command/StartCommand.java
  
  Index: StartCommand.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/command/StartCommand.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StartCommand.java	3 Sep 2003 13:50:29 -0000	1.7
  +++ StartCommand.java	8 Sep 2003 04:23:04 -0000	1.8
  @@ -65,7 +65,7 @@
   import org.apache.commons.cli.Options;
   import org.apache.commons.cli.PosixParser;
   
  -import org.apache.geronimo.Main;
  +import org.apache.geronimo.kernel.Main;
   
   import org.apache.geronimo.common.NullArgumentException;
   import org.apache.geronimo.common.net.URLFactory;