gdamour     2004/03/10 01:59:51

  Modified:    specs/j2ee-deployment project.xml
               specs/j2ee-deployment/src/java/javax/enterprise/deploy/model
                        DDBean.java DDBeanRoot.java DeployableObject.java
                        J2eeApplicationObject.java XpathEvent.java
                        XpathListener.java
               
specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/exceptions
                        DDBeanCreateException.java
               specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared
                        ActionType.java CommandType.java
                        DConfigBeanVersionType.java ModuleType.java
                        StateType.java
               
specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/factories
                        DeploymentFactoryManager.java
               specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi
                        DConfigBean.java DConfigBeanRoot.java
                        DeploymentConfiguration.java DeploymentManager.java
                        Target.java TargetModuleID.java
               
specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions
                        BeanNotFoundException.java
                        ClientExecuteException.java
                        ConfigurationException.java
                        DConfigBeanVersionUnsupportedException.java
                        DeploymentManagerCreationException.java
                        InvalidModuleException.java
                        OperationUnsupportedException.java
                        TargetException.java
               
specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/factories
                        DeploymentFactory.java
               specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status
                        ClientConfiguration.java DeploymentStatus.java
                        ProgressEvent.java ProgressListener.java
                        ProgressObject.java
               specs/j2ee-deployment/src/test/javax/enterprise/deploy/model
                        XPathEventTest.java
               specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared
                        ActionTypeTest.java CommandTypeTest.java
                        DConfigBeanVersionTypeTest.java ModuleTypeTest.java
                        StateTypeTest.java
               
specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/factories
                        DeploymentFactoryManagerTest.java
               specs/j2ee-deployment/src/test/javax/enterprise/deploy/spi
                        MockDeploymentManager.java
               
specs/j2ee-deployment/src/test/javax/enterprise/deploy/spi/factories
                        MockDeploymentFactory.java
               specs/j2ee-deployment/xdocs navigation.xml
  Added:       specs/j2ee-deployment NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.6       +18 -1     incubator-geronimo/specs/j2ee-deployment/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-deployment/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       19 Feb 2004 09:00:30 -0000      1.5
  +++ project.xml       10 Mar 2004 09:59:50 -0000      1.6
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-2004 The Apache Software Foundation
  +
  +    Licensed under the Apache License, Version 2.0 (the "License");
  +    you may not use this file except in compliance with the License.
  +    You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +    Unless required by applicable law or agreed to in writing, software
  +    distributed under the License is distributed on an "AS IS" BASIS,
  +    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +    See the License for the specific language governing permissions and
  +    limitations under the License.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.1                  incubator-geronimo/specs/j2ee-deployment/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/DDBean.java
  
  Index: DDBean.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/DDBean.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DDBean.java       25 Feb 2004 09:58:34 -0000      1.3
  +++ DDBean.java       10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/DDBeanRoot.java
  
  Index: DDBeanRoot.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/DDBeanRoot.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DDBeanRoot.java   25 Feb 2004 09:58:34 -0000      1.3
  +++ DDBeanRoot.java   10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/DeployableObject.java
  
  Index: DeployableObject.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/DeployableObject.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeployableObject.java     25 Feb 2004 09:58:34 -0000      1.3
  +++ DeployableObject.java     10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/J2eeApplicationObject.java
  
  Index: J2eeApplicationObject.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/J2eeApplicationObject.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- J2eeApplicationObject.java        25 Feb 2004 09:58:34 -0000      1.3
  +++ J2eeApplicationObject.java        10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/XpathEvent.java
  
  Index: XpathEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/XpathEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XpathEvent.java   25 Feb 2004 09:58:34 -0000      1.3
  +++ XpathEvent.java   10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/XpathListener.java
  
  Index: XpathListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/XpathListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XpathListener.java        25 Feb 2004 09:58:34 -0000      1.3
  +++ XpathListener.java        10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/exceptions/DDBeanCreateException.java
  
  Index: DDBeanCreateException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/model/exceptions/DDBeanCreateException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DDBeanCreateException.java        25 Feb 2004 09:58:34 -0000      1.3
  +++ DDBeanCreateException.java        10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/ActionType.java
  
  Index: ActionType.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/ActionType.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ActionType.java   25 Feb 2004 09:58:34 -0000      1.4
  +++ ActionType.java   10 Mar 2004 09:59:50 -0000      1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/CommandType.java
  
  Index: CommandType.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/CommandType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CommandType.java  25 Feb 2004 09:58:34 -0000      1.3
  +++ CommandType.java  10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/DConfigBeanVersionType.java
  
  Index: DConfigBeanVersionType.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/DConfigBeanVersionType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DConfigBeanVersionType.java       25 Feb 2004 09:58:34 -0000      1.3
  +++ DConfigBeanVersionType.java       10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/ModuleType.java
  
  Index: ModuleType.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/ModuleType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ModuleType.java   25 Feb 2004 09:58:34 -0000      1.3
  +++ ModuleType.java   10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/StateType.java
  
  Index: StateType.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/StateType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StateType.java    25 Feb 2004 09:58:34 -0000      1.3
  +++ StateType.java    10 Mar 2004 09:59:50 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/factories/DeploymentFactoryManager.java
  
  Index: DeploymentFactoryManager.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/shared/factories/DeploymentFactoryManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentFactoryManager.java     25 Feb 2004 09:58:34 -0000      1.3
  +++ DeploymentFactoryManager.java     10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DConfigBean.java
  
  Index: DConfigBean.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DConfigBean.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DConfigBean.java  25 Feb 2004 09:58:34 -0000      1.3
  +++ DConfigBean.java  10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DConfigBeanRoot.java
  
  Index: DConfigBeanRoot.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DConfigBeanRoot.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DConfigBeanRoot.java      25 Feb 2004 09:58:34 -0000      1.3
  +++ DConfigBeanRoot.java      10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DeploymentConfiguration.java
  
  Index: DeploymentConfiguration.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DeploymentConfiguration.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentConfiguration.java      25 Feb 2004 09:58:34 -0000      1.3
  +++ DeploymentConfiguration.java      10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DeploymentManager.java
  
  Index: DeploymentManager.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/DeploymentManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentManager.java    25 Feb 2004 09:58:34 -0000      1.3
  +++ DeploymentManager.java    10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/Target.java
  
  Index: Target.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/Target.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Target.java       25 Feb 2004 09:58:34 -0000      1.3
  +++ Target.java       10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/TargetModuleID.java
  
  Index: TargetModuleID.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/TargetModuleID.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TargetModuleID.java       25 Feb 2004 09:58:34 -0000      1.3
  +++ TargetModuleID.java       10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/BeanNotFoundException.java
  
  Index: BeanNotFoundException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/BeanNotFoundException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BeanNotFoundException.java        25 Feb 2004 09:58:35 -0000      1.3
  +++ BeanNotFoundException.java        10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/ClientExecuteException.java
  
  Index: ClientExecuteException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/ClientExecuteException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ClientExecuteException.java       25 Feb 2004 09:58:35 -0000      1.3
  +++ ClientExecuteException.java       10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/ConfigurationException.java
  
  Index: ConfigurationException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/ConfigurationException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConfigurationException.java       25 Feb 2004 09:58:35 -0000      1.4
  +++ ConfigurationException.java       10 Mar 2004 09:59:51 -0000      1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/DConfigBeanVersionUnsupportedException.java
  
  Index: DConfigBeanVersionUnsupportedException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/DConfigBeanVersionUnsupportedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DConfigBeanVersionUnsupportedException.java       25 Feb 2004 09:58:35 
-0000      1.3
  +++ DConfigBeanVersionUnsupportedException.java       10 Mar 2004 09:59:51 
-0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/DeploymentManagerCreationException.java
  
  Index: DeploymentManagerCreationException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/DeploymentManagerCreationException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentManagerCreationException.java   25 Feb 2004 09:58:35 -0000      
1.3
  +++ DeploymentManagerCreationException.java   10 Mar 2004 09:59:51 -0000      
1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/InvalidModuleException.java
  
  Index: InvalidModuleException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/InvalidModuleException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InvalidModuleException.java       25 Feb 2004 09:58:35 -0000      1.3
  +++ InvalidModuleException.java       10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/OperationUnsupportedException.java
  
  Index: OperationUnsupportedException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/OperationUnsupportedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OperationUnsupportedException.java        25 Feb 2004 09:58:35 -0000      
1.3
  +++ OperationUnsupportedException.java        10 Mar 2004 09:59:51 -0000      
1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/TargetException.java
  
  Index: TargetException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/exceptions/TargetException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TargetException.java      25 Feb 2004 09:58:35 -0000      1.3
  +++ TargetException.java      10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/factories/DeploymentFactory.java
  
  Index: DeploymentFactory.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/factories/DeploymentFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentFactory.java    25 Feb 2004 09:58:35 -0000      1.3
  +++ DeploymentFactory.java    10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ClientConfiguration.java
  
  Index: ClientConfiguration.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ClientConfiguration.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ClientConfiguration.java  25 Feb 2004 09:58:35 -0000      1.3
  +++ ClientConfiguration.java  10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/DeploymentStatus.java
  
  Index: DeploymentStatus.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/DeploymentStatus.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentStatus.java     25 Feb 2004 09:58:35 -0000      1.3
  +++ DeploymentStatus.java     10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ProgressEvent.java
  
  Index: ProgressEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ProgressEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProgressEvent.java        25 Feb 2004 09:58:35 -0000      1.3
  +++ ProgressEvent.java        10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ProgressListener.java
  
  Index: ProgressListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ProgressListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProgressListener.java     25 Feb 2004 09:58:35 -0000      1.3
  +++ ProgressListener.java     10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ProgressObject.java
  
  Index: ProgressObject.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/java/javax/enterprise/deploy/spi/status/ProgressObject.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProgressObject.java       25 Feb 2004 09:58:35 -0000      1.3
  +++ ProgressObject.java       10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/model/XPathEventTest.java
  
  Index: XPathEventTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/model/XPathEventTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XPathEventTest.java       25 Feb 2004 09:58:36 -0000      1.2
  +++ XPathEventTest.java       10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/ActionTypeTest.java
  
  Index: ActionTypeTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/ActionTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ActionTypeTest.java       25 Feb 2004 09:58:36 -0000      1.2
  +++ ActionTypeTest.java       10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/CommandTypeTest.java
  
  Index: CommandTypeTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/CommandTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandTypeTest.java      25 Feb 2004 09:58:36 -0000      1.2
  +++ CommandTypeTest.java      10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/DConfigBeanVersionTypeTest.java
  
  Index: DConfigBeanVersionTypeTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/DConfigBeanVersionTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DConfigBeanVersionTypeTest.java   25 Feb 2004 09:58:36 -0000      1.2
  +++ DConfigBeanVersionTypeTest.java   10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/ModuleTypeTest.java
  
  Index: ModuleTypeTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/ModuleTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ModuleTypeTest.java       25 Feb 2004 09:58:36 -0000      1.2
  +++ ModuleTypeTest.java       10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/StateTypeTest.java
  
  Index: StateTypeTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/StateTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StateTypeTest.java        25 Feb 2004 09:58:36 -0000      1.2
  +++ StateTypeTest.java        10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/factories/DeploymentFactoryManagerTest.java
  
  Index: DeploymentFactoryManagerTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/shared/factories/DeploymentFactoryManagerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DeploymentFactoryManagerTest.java 25 Feb 2004 09:58:36 -0000      1.2
  +++ DeploymentFactoryManagerTest.java 10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/spi/MockDeploymentManager.java
  
  Index: MockDeploymentManager.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/spi/MockDeploymentManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MockDeploymentManager.java        25 Feb 2004 09:58:36 -0000      1.2
  +++ MockDeploymentManager.java        10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      
incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/spi/factories/MockDeploymentFactory.java
  
  Index: MockDeploymentFactory.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/src/test/javax/enterprise/deploy/spi/factories/MockDeploymentFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MockDeploymentFactory.java        25 Feb 2004 09:58:36 -0000      1.2
  +++ MockDeploymentFactory.java        10 Mar 2004 09:59:51 -0000      1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +18 -1     
incubator-geronimo/specs/j2ee-deployment/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-deployment/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml    25 Nov 2003 05:30:27 -0000      1.3
  +++ navigation.xml    10 Mar 2004 09:59:51 -0000      1.4
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-2004 The Apache Software Foundation
  +
  +    Licensed under the Apache License, Version 2.0 (the "License");
  +    you may not use this file except in compliance with the License.
  +    You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +    Unless required by applicable law or agreed to in writing, software
  +    distributed under the License is distributed on an "AS IS" BASIS,
  +    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +    See the License for the specific language governing permissions and
  +    limitations under the License.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  

Reply via email to