You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by me...@apache.org on 2001/01/04 22:11:34 UTC

cvs commit: jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/console BuildConsole.java LogLevelEnum.java

metasim     01/01/04 13:11:34

  Modified:    src/antidote/org/apache/tools/ant/gui/modules/console
                        BuildConsole.java LogLevelEnum.java
  Log:
  Fixed resource problems, and changed mechanism by which resources are passed to
  the actions.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/console/BuildConsole.java
  
  Index: BuildConsole.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/console/BuildConsole.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BuildConsole.java	2001/01/03 14:18:25	1.2
  +++ BuildConsole.java	2001/01/04 21:11:33	1.3
  @@ -51,7 +51,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  -package org.apache.tools.ant.gui.modules;
  +package org.apache.tools.ant.gui.modules.console;
   
   import org.apache.tools.ant.gui.core.AntModule;
   import org.apache.tools.ant.gui.core.AppContext;
  @@ -68,7 +68,7 @@
   /**
    * Logging console display.
    * 
  - * @version $Revision: 1.2 $ 
  + * @version $Revision: 1.3 $ 
    * @author Simeon Fitch 
    */
   public class BuildConsole extends AntModule {
  
  
  
  1.3       +2 -2      jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/console/LogLevelEnum.java
  
  Index: LogLevelEnum.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/console/LogLevelEnum.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LogLevelEnum.java	2001/01/03 14:18:25	1.2
  +++ LogLevelEnum.java	2001/01/04 21:11:33	1.3
  @@ -51,12 +51,12 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  -package org.apache.tools.ant.gui.modules;
  +package org.apache.tools.ant.gui.modules.console;
   
   /**
    * Enumeration class of the different log levels.
    * 
  - * @version $Revision: 1.2 $ 
  + * @version $Revision: 1.3 $ 
    * @author Simeon Fitch 
    */
   public class LogLevelEnum {