[jboss-cvs] apache/commons-logging/src/java/org/apache/commons/logging/impl ...

Scott Stark scott.stark at jboss.com
Mon Feb 12 02:59:42 EST 2007


  User: starksm 
  Date: 07/02/12 02:59:42

  Modified:    commons-logging/src/java/org/apache/commons/logging/impl  
                        Tag: JBoss_Apache_Common_Logging_Branch_1_1
                        Log4jProxy.java Log4JLogger.java
  Log:
  JBAS-2823, update manifest version, vendor and copyright info
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.6.3   +2 -2      apache/commons-logging/src/java/org/apache/commons/logging/impl/Log4jProxy.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Log4jProxy.java
  ===================================================================
  RCS file: /cvsroot/jboss/apache/commons-logging/src/java/org/apache/commons/logging/impl/Log4jProxy.java,v
  retrieving revision 1.3.6.2
  retrieving revision 1.3.6.3
  diff -u -b -r1.3.6.2 -r1.3.6.3
  --- Log4jProxy.java	11 Feb 2007 20:23:47 -0000	1.3.6.2
  +++ Log4jProxy.java	12 Feb 2007 07:59:42 -0000	1.3.6.3
  @@ -1,6 +1,6 @@
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  - * Copyright 2006 JBoss Inc.
  + * Copyright 2007, Red Hat Middleware LLC, and individual contributors
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -33,7 +33,7 @@
    * using the current thread context class loader.
    * 
    * @author Scott.Stark at jboss.org
  - * @version $Revision: 1.3.6.2 $
  + * @version $Revision: 1.3.6.3 $
    */
   public class Log4jProxy implements Log, Serializable
   {
  
  
  
  1.3.4.3   +2 -1      apache/commons-logging/src/java/org/apache/commons/logging/impl/Log4JLogger.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Log4JLogger.java
  ===================================================================
  RCS file: /cvsroot/jboss/apache/commons-logging/src/java/org/apache/commons/logging/impl/Log4JLogger.java,v
  retrieving revision 1.3.4.2
  retrieving revision 1.3.4.3
  diff -u -b -r1.3.4.2 -r1.3.4.3
  --- Log4JLogger.java	12 Feb 2007 07:14:38 -0000	1.3.4.2
  +++ Log4JLogger.java	12 Feb 2007 07:59:42 -0000	1.3.4.3
  @@ -1,5 +1,6 @@
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2007, Red Hat Middleware LLC, and individual contributors
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -43,7 +44,7 @@
    * @author Rod Waldhoff
    * @author Robert Burrell Donkin
    * @author Scott.Stark at jboss.org
  - * @version $Id: Log4JLogger.java,v 1.3.4.2 2007/02/12 07:14:38 starksm Exp $
  + * @version $Id: Log4JLogger.java,v 1.3.4.3 2007/02/12 07:59:42 starksm Exp $
    */
   
   public class Log4JLogger implements Log, Serializable {
  
  
  



More information about the jboss-cvs-commits mailing list