You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/01/13 16:17:12 UTC

cvs commit: jakarta-cactus/src/framework/share/org/apache/cactus/util/log BaseLog.java BaseLogDummy.java Log.java LogAspect.java LogManagerAspect.java LogService.java

vmassol     02/01/13 07:17:12

  Modified:    src/framework/share/org/apache/cactus/util AssertUtils.java
                        ChainedRuntimeException.java ClientCookie.java
                        JUnitVersionHelper.java
               src/framework/share/org/apache/cactus/util/log BaseLog.java
                        BaseLogDummy.java Log.java LogAspect.java
                        LogManagerAspect.java LogService.java
  Log:
  Happy new year !
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/AssertUtils.java
  
  Index: AssertUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/AssertUtils.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AssertUtils.java	14 Sep 2001 20:20:03 -0000	1.9
  +++ AssertUtils.java	13 Jan 2002 15:17:12 -0000	1.10
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -66,7 +66,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: AssertUtils.java,v 1.9 2001/09/14 20:20:03 pier Exp $
  + * @version $Id: AssertUtils.java,v 1.10 2002/01/13 15:17:12 vmassol Exp $
    * @deprecated As of Cactus 1.2, replaced by WebResponse
    * @see org.apache.cactus.WebResponse
    */
  
  
  
  1.5       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/ChainedRuntimeException.java
  
  Index: ChainedRuntimeException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/ChainedRuntimeException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ChainedRuntimeException.java	14 Sep 2001 20:20:13 -0000	1.4
  +++ ChainedRuntimeException.java	13 Jan 2002 15:17:12 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -62,7 +62,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: ChainedRuntimeException.java,v 1.4 2001/09/14 20:20:13 pier Exp $
  + * @version $Id: ChainedRuntimeException.java,v 1.5 2002/01/13 15:17:12 vmassol Exp $
    */
   public class ChainedRuntimeException extends RuntimeException
   {
  
  
  
  1.7       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/ClientCookie.java
  
  Index: ClientCookie.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/ClientCookie.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ClientCookie.java	28 Sep 2001 20:14:15 -0000	1.6
  +++ ClientCookie.java	13 Jan 2002 15:17:12 -0000	1.7
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -59,7 +59,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: ClientCookie.java,v 1.6 2001/09/28 20:14:15 vmassol Exp $
  + * @version $Id: ClientCookie.java,v 1.7 2002/01/13 15:17:12 vmassol Exp $
    * @deprecated As of Cactus 1.2, replaced by org.apache.cactus.Cookie
    * @see org.apache.cactus.Cookie
    */
  
  
  
  1.2       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/JUnitVersionHelper.java
  
  Index: JUnitVersionHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/JUnitVersionHelper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JUnitVersionHelper.java	28 Oct 2001 11:27:36 -0000	1.1
  +++ JUnitVersionHelper.java	13 Jan 2002 15:17:12 -0000	1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -63,7 +63,7 @@
    * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: JUnitVersionHelper.java,v 1.1 2001/10/28 11:27:36 vmassol Exp $
  + * @version $Id: JUnitVersionHelper.java,v 1.2 2002/01/13 15:17:12 vmassol Exp $
    */
   public class JUnitVersionHelper
   {
  
  
  
  1.6       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/log/BaseLog.java
  
  Index: BaseLog.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/log/BaseLog.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BaseLog.java	14 Sep 2001 20:20:34 -0000	1.5
  +++ BaseLog.java	13 Jan 2002 15:17:12 -0000	1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -66,7 +66,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: BaseLog.java,v 1.5 2001/09/14 20:20:34 pier Exp $
  + * @version $Id: BaseLog.java,v 1.6 2002/01/13 15:17:12 vmassol Exp $
    */
   public class BaseLog implements Log
   {
  
  
  
  1.5       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/log/BaseLogDummy.java
  
  Index: BaseLogDummy.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/log/BaseLogDummy.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BaseLogDummy.java	14 Sep 2001 20:20:44 -0000	1.4
  +++ BaseLogDummy.java	13 Jan 2002 15:17:12 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -60,7 +60,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: BaseLogDummy.java,v 1.4 2001/09/14 20:20:44 pier Exp $
  + * @version $Id: BaseLogDummy.java,v 1.5 2002/01/13 15:17:12 vmassol Exp $
    */
   public class BaseLogDummy implements Log
   {
  
  
  
  1.6       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/log/Log.java
  
  Index: Log.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/log/Log.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Log.java	14 Sep 2001 20:20:57 -0000	1.5
  +++ Log.java	13 Jan 2002 15:17:12 -0000	1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -58,7 +58,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: Log.java,v 1.5 2001/09/14 20:20:57 pier Exp $
  + * @version $Id: Log.java,v 1.6 2002/01/13 15:17:12 vmassol Exp $
    */
   public interface Log
   {
  
  
  
  1.4       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/log/LogAspect.java
  
  Index: LogAspect.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/log/LogAspect.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LogAspect.java	1 Dec 2001 23:20:59 -0000	1.3
  +++ LogAspect.java	13 Jan 2002 15:17:12 -0000	1.4
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -61,7 +61,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: LogAspect.java,v 1.3 2001/12/01 23:20:59 vmassol Exp $
  + * @version $Id: LogAspect.java,v 1.4 2002/01/13 15:17:12 vmassol Exp $
    */
   public aspect LogAspect
   {
  
  
  
  1.3       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/log/LogManagerAspect.java
  
  Index: LogManagerAspect.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/log/LogManagerAspect.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LogManagerAspect.java	1 Dec 2001 13:48:40 -0000	1.2
  +++ LogManagerAspect.java	13 Jan 2002 15:17:12 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -58,7 +58,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: LogManagerAspect.java,v 1.2 2001/12/01 13:48:40 vmassol Exp $
  + * @version $Id: LogManagerAspect.java,v 1.3 2002/01/13 15:17:12 vmassol Exp $
    */
   public aspect LogManagerAspect dominates LogAspect
   {
  
  
  
  1.9       +2 -2      jakarta-cactus/src/framework/share/org/apache/cactus/util/log/LogService.java
  
  Index: LogService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/util/log/LogService.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LogService.java	14 Sep 2001 20:21:11 -0000	1.8
  +++ LogService.java	13 Jan 2002 15:17:12 -0000	1.9
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -64,7 +64,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: LogService.java,v 1.8 2001/09/14 20:21:11 pier Exp $
  + * @version $Id: LogService.java,v 1.9 2002/01/13 15:17:12 vmassol Exp $
    */
   public class LogService
   {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>