You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2003/12/07 04:40:41 UTC

cvs commit: incubator-geronimo/modules/twiddle/src/java/org/apache/geronimo/twiddle/commands DumpPropertiesCommand.java

adc         2003/12/06 19:40:41

  Modified:    modules/twiddle/src/java/org/apache/geronimo/twiddle/commands
                        DumpPropertiesCommand.java
  Log:
  Clean up from Emerson Cargnin.
  
  Revision  Changes    Path
  1.2       +1 -7      incubator-geronimo/modules/twiddle/src/java/org/apache/geronimo/twiddle/commands/DumpPropertiesCommand.java
  
  Index: DumpPropertiesCommand.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/twiddle/src/java/org/apache/geronimo/twiddle/commands/DumpPropertiesCommand.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DumpPropertiesCommand.java	28 Aug 2003 12:38:15 -0000	1.1
  +++ DumpPropertiesCommand.java	7 Dec 2003 03:40:41 -0000	1.2
  @@ -59,21 +59,15 @@
   import java.io.PrintWriter;
   
   import org.apache.commons.cli.Options;
  -import org.apache.commons.cli.Option;
   import org.apache.commons.cli.CommandLine;
   import org.apache.commons.cli.CommandLineParser;
   import org.apache.commons.cli.PosixParser;
   import org.apache.commons.cli.OptionBuilder;
  -import org.apache.commons.cli.ParseException;
  -
   import org.apache.geronimo.common.NullArgumentException;
  -
   import org.apache.geronimo.twiddle.command.Command;
   import org.apache.geronimo.twiddle.command.CommandException;
   import org.apache.geronimo.twiddle.command.CommandInfo;
  -import org.apache.geronimo.twiddle.command.CommandContext;
   import org.apache.geronimo.twiddle.command.AbstractCommand;
  -
   import org.apache.geronimo.twiddle.util.HelpFormatter;
   
   /**