You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/03/22 11:59:18 UTC

cvs commit: avalon/src/test/org/apache/avalon/framework/test EnumTestCase.java VersionTestCase.java

leosimons    2003/03/22 02:59:18

  Modified:    src/test/org/apache/avalon/framework/component/test
                        DefaultComponentManagerTestCase.java
                        DefaultComponentSelectorTestCase.java RoleA.java
                        RoleB.java
               src/test/org/apache/avalon/framework/configuration/test
                        DefaultConfigurationBuilderTestCase.java
                        DefaultConfigurationTestCase.java
                        SAXConfigurationHandlerTestCase.java
               src/test/org/apache/avalon/framework/context/test
                        ContextTestCase.java
               src/test/org/apache/avalon/framework/parameters/test
                        ParameterTestCase.java
               src/test/org/apache/avalon/framework/service/test
                        DefaultServiceManagerTestCase.java
                        DefaultServiceSelectorTestCase.java RoleA.java
                        RoleB.java
               src/test/org/apache/avalon/framework/test EnumTestCase.java
                        VersionTestCase.java
  Log:
  s/@year@/2002,2003/
  
  Revision  Changes    Path
  1.6       +1 -1      avalon/src/test/org/apache/avalon/framework/component/test/DefaultComponentManagerTestCase.java
  
  Index: DefaultComponentManagerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/component/test/DefaultComponentManagerTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultComponentManagerTestCase.java	25 Jun 2002 13:30:37 -0000	1.5
  +++ DefaultComponentManagerTestCase.java	22 Mar 2003 10:59:16 -0000	1.6
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4       +1 -1      avalon/src/test/org/apache/avalon/framework/component/test/DefaultComponentSelectorTestCase.java
  
  Index: DefaultComponentSelectorTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/component/test/DefaultComponentSelectorTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultComponentSelectorTestCase.java	25 Jun 2002 13:30:37 -0000	1.3
  +++ DefaultComponentSelectorTestCase.java	22 Mar 2003 10:59:16 -0000	1.4
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.5       +1 -1      avalon/src/test/org/apache/avalon/framework/component/test/RoleA.java
  
  Index: RoleA.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/component/test/RoleA.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RoleA.java	25 Jun 2002 13:30:37 -0000	1.4
  +++ RoleA.java	22 Mar 2003 10:59:16 -0000	1.5
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.5       +1 -1      avalon/src/test/org/apache/avalon/framework/component/test/RoleB.java
  
  Index: RoleB.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/component/test/RoleB.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RoleB.java	25 Jun 2002 13:30:37 -0000	1.4
  +++ RoleB.java	22 Mar 2003 10:59:16 -0000	1.5
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.7       +1 -1      avalon/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationBuilderTestCase.java
  
  Index: DefaultConfigurationBuilderTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationBuilderTestCase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DefaultConfigurationBuilderTestCase.java	25 Jun 2002 13:30:38 -0000	1.6
  +++ DefaultConfigurationBuilderTestCase.java	22 Mar 2003 10:59:16 -0000	1.7
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.8       +1 -1      avalon/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationTestCase.java
  
  Index: DefaultConfigurationTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DefaultConfigurationTestCase.java	31 Dec 2002 22:44:07 -0000	1.7
  +++ DefaultConfigurationTestCase.java	22 Mar 2003 10:59:16 -0000	1.8
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.13      +1 -1      avalon/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java
  
  Index: SAXConfigurationHandlerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- SAXConfigurationHandlerTestCase.java	31 Dec 2002 22:44:07 -0000	1.12
  +++ SAXConfigurationHandlerTestCase.java	22 Mar 2003 10:59:16 -0000	1.13
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.6       +1 -1      avalon/src/test/org/apache/avalon/framework/context/test/ContextTestCase.java
  
  Index: ContextTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/context/test/ContextTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ContextTestCase.java	31 Dec 2002 22:44:07 -0000	1.5
  +++ ContextTestCase.java	22 Mar 2003 10:59:17 -0000	1.6
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.9       +1 -1      avalon/src/test/org/apache/avalon/framework/parameters/test/ParameterTestCase.java
  
  Index: ParameterTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/parameters/test/ParameterTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ParameterTestCase.java	31 Dec 2002 22:44:06 -0000	1.8
  +++ ParameterTestCase.java	22 Mar 2003 10:59:17 -0000	1.9
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +1 -1      avalon/src/test/org/apache/avalon/framework/service/test/DefaultServiceManagerTestCase.java
  
  Index: DefaultServiceManagerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/service/test/DefaultServiceManagerTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultServiceManagerTestCase.java	25 Jun 2002 13:33:25 -0000	1.1
  +++ DefaultServiceManagerTestCase.java	22 Mar 2003 10:59:17 -0000	1.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +1 -1      avalon/src/test/org/apache/avalon/framework/service/test/DefaultServiceSelectorTestCase.java
  
  Index: DefaultServiceSelectorTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/service/test/DefaultServiceSelectorTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultServiceSelectorTestCase.java	25 Jun 2002 13:33:25 -0000	1.1
  +++ DefaultServiceSelectorTestCase.java	22 Mar 2003 10:59:17 -0000	1.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +1 -1      avalon/src/test/org/apache/avalon/framework/service/test/RoleA.java
  
  Index: RoleA.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/service/test/RoleA.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RoleA.java	25 Jun 2002 13:33:25 -0000	1.1
  +++ RoleA.java	22 Mar 2003 10:59:17 -0000	1.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +1 -1      avalon/src/test/org/apache/avalon/framework/service/test/RoleB.java
  
  Index: RoleB.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/service/test/RoleB.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RoleB.java	25 Jun 2002 13:33:25 -0000	1.1
  +++ RoleB.java	22 Mar 2003 10:59:17 -0000	1.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.3       +1 -1      avalon/src/test/org/apache/avalon/framework/test/EnumTestCase.java
  
  Index: EnumTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/test/EnumTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EnumTestCase.java	25 Jun 2002 13:30:38 -0000	1.2
  +++ EnumTestCase.java	22 Mar 2003 10:59:18 -0000	1.3
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.5       +1 -1      avalon/src/test/org/apache/avalon/framework/test/VersionTestCase.java
  
  Index: VersionTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/src/test/org/apache/avalon/framework/test/VersionTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- VersionTestCase.java	25 Jun 2002 13:30:38 -0000	1.4
  +++ VersionTestCase.java	22 Mar 2003 10:59:18 -0000	1.5
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
    
  - Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
  + Copyright (C) 2002,2003 The Apache Software Foundation. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org