You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/03/10 10:59:48 UTC

cvs commit: incubator-geronimo/specs/j2ee-connector/xdocs navigation.xml

gdamour     2004/03/10 01:59:48

  Modified:    specs/j2ee-connector project.xml
               specs/j2ee-connector/src/java/javax/resource
                        NotSupportedException.java Referenceable.java
                        ResourceException.java
               specs/j2ee-connector/src/java/javax/resource/cci
                        Connection.java ConnectionFactory.java
                        ConnectionMetaData.java ConnectionSpec.java
                        IndexedRecord.java Interaction.java
                        InteractionSpec.java LocalTransaction.java
                        MappedRecord.java MessageListener.java Record.java
                        RecordFactory.java ResourceAdapterMetaData.java
                        ResourceWarning.java ResultSet.java
                        ResultSetInfo.java Streamable.java
               specs/j2ee-connector/src/java/javax/resource/spi
                        ActivationSpec.java
                        ApplicationServerInternalException.java
                        BootstrapContext.java CommException.java
                        ConnectionEvent.java ConnectionEventListener.java
                        ConnectionManager.java ConnectionRequestInfo.java
                        DissociatableManagedConnection.java
                        EISSystemException.java IllegalStateException.java
                        InvalidPropertyException.java
                        LazyAssociatableConnectionManager.java
                        LazyEnlistableConnectionManager.java
                        LazyEnlistableManagedConnection.java
                        LocalTransaction.java
                        LocalTransactionException.java
                        ManagedConnection.java
                        ManagedConnectionFactory.java
                        ManagedConnectionMetaData.java ResourceAdapter.java
                        ResourceAdapterAssociation.java
                        ResourceAdapterInternalException.java
                        ResourceAllocationException.java
                        SecurityException.java
                        SharingViolationException.java
                        UnavailableException.java
                        ValidatingManagedConnectionFactory.java
                        XATerminator.java
               specs/j2ee-connector/src/java/javax/resource/spi/endpoint
                        MessageEndpoint.java MessageEndpointFactory.java
               specs/j2ee-connector/src/java/javax/resource/spi/security
                        GenericCredential.java PasswordCredential.java
               specs/j2ee-connector/src/java/javax/resource/spi/work
                        ExecutionContext.java Work.java WorkAdapter.java
                        WorkCompletedException.java WorkEvent.java
                        WorkException.java WorkListener.java
                        WorkManager.java WorkRejectedException.java
               specs/j2ee-connector/src/test/javax/resource
                        ResourceExceptionTest.java
               specs/j2ee-connector/src/test/javax/resource/spi/security
                        PasswordCredentialTest.java
               specs/j2ee-connector/src/test/javax/resource/spi/work
                        ExecutionContextTest.java WorkEventTest.java
                        WorkExceptionTest.java
               specs/j2ee-connector/xdocs navigation.xml
  Added:       specs/j2ee-connector NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.8       +18 -1     incubator-geronimo/specs/j2ee-connector/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	19 Feb 2004 09:00:30 -0000	1.7
  +++ project.xml	10 Mar 2004 09:59:45 -0000	1.8
  @@ -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-connector/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.3       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/NotSupportedException.java
  
  Index: NotSupportedException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/NotSupportedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NotSupportedException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ NotSupportedException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/Referenceable.java
  
  Index: Referenceable.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/Referenceable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Referenceable.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ Referenceable.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/ResourceException.java
  
  Index: ResourceException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/ResourceException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Connection.java
  
  Index: Connection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Connection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Connection.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ Connection.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ConnectionFactory.java
  
  Index: ConnectionFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ConnectionFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionFactory.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionFactory.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ConnectionMetaData.java
  
  Index: ConnectionMetaData.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ConnectionMetaData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionMetaData.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionMetaData.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ConnectionSpec.java
  
  Index: ConnectionSpec.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ConnectionSpec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionSpec.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionSpec.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/IndexedRecord.java
  
  Index: IndexedRecord.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/IndexedRecord.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IndexedRecord.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ IndexedRecord.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Interaction.java
  
  Index: Interaction.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Interaction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Interaction.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ Interaction.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/InteractionSpec.java
  
  Index: InteractionSpec.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/InteractionSpec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InteractionSpec.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ InteractionSpec.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/LocalTransaction.java
  
  Index: LocalTransaction.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/LocalTransaction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LocalTransaction.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ LocalTransaction.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/MappedRecord.java
  
  Index: MappedRecord.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/MappedRecord.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MappedRecord.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ MappedRecord.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/MessageListener.java
  
  Index: MessageListener.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/MessageListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageListener.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ MessageListener.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Record.java
  
  Index: Record.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Record.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Record.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ Record.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/RecordFactory.java
  
  Index: RecordFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/RecordFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RecordFactory.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ RecordFactory.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResourceAdapterMetaData.java
  
  Index: ResourceAdapterMetaData.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResourceAdapterMetaData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceAdapterMetaData.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceAdapterMetaData.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResourceWarning.java
  
  Index: ResourceWarning.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResourceWarning.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceWarning.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceWarning.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResultSet.java
  
  Index: ResultSet.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResultSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResultSet.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResultSet.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResultSetInfo.java
  
  Index: ResultSetInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/ResultSetInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResultSetInfo.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResultSetInfo.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Streamable.java
  
  Index: Streamable.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/cci/Streamable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Streamable.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ Streamable.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ActivationSpec.java
  
  Index: ActivationSpec.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ActivationSpec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ActivationSpec.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ActivationSpec.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ApplicationServerInternalException.java
  
  Index: ApplicationServerInternalException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ApplicationServerInternalException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ApplicationServerInternalException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ApplicationServerInternalException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/BootstrapContext.java
  
  Index: BootstrapContext.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/BootstrapContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BootstrapContext.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ BootstrapContext.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/CommException.java
  
  Index: CommException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/CommException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ CommException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionEvent.java
  
  Index: ConnectionEvent.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionEvent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionEvent.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionEvent.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionEventListener.java
  
  Index: ConnectionEventListener.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionEventListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionEventListener.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionEventListener.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionManager.java
  
  Index: ConnectionManager.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionManager.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionManager.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionRequestInfo.java
  
  Index: ConnectionRequestInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ConnectionRequestInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionRequestInfo.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ConnectionRequestInfo.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/DissociatableManagedConnection.java
  
  Index: DissociatableManagedConnection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/DissociatableManagedConnection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DissociatableManagedConnection.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ DissociatableManagedConnection.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/EISSystemException.java
  
  Index: EISSystemException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/EISSystemException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EISSystemException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ EISSystemException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/IllegalStateException.java
  
  Index: IllegalStateException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/IllegalStateException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IllegalStateException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ IllegalStateException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/InvalidPropertyException.java
  
  Index: InvalidPropertyException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/InvalidPropertyException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InvalidPropertyException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ InvalidPropertyException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LazyAssociatableConnectionManager.java
  
  Index: LazyAssociatableConnectionManager.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LazyAssociatableConnectionManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LazyAssociatableConnectionManager.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ LazyAssociatableConnectionManager.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LazyEnlistableConnectionManager.java
  
  Index: LazyEnlistableConnectionManager.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LazyEnlistableConnectionManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LazyEnlistableConnectionManager.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ LazyEnlistableConnectionManager.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LazyEnlistableManagedConnection.java
  
  Index: LazyEnlistableManagedConnection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LazyEnlistableManagedConnection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LazyEnlistableManagedConnection.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ LazyEnlistableManagedConnection.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LocalTransaction.java
  
  Index: LocalTransaction.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LocalTransaction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LocalTransaction.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ LocalTransaction.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LocalTransactionException.java
  
  Index: LocalTransactionException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/LocalTransactionException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LocalTransactionException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ LocalTransactionException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ManagedConnection.java
  
  Index: ManagedConnection.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ManagedConnection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ManagedConnection.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ManagedConnection.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ManagedConnectionFactory.java
  
  Index: ManagedConnectionFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ManagedConnectionFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ManagedConnectionFactory.java	25 Feb 2004 09:58:28 -0000	1.3
  +++ ManagedConnectionFactory.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ManagedConnectionMetaData.java
  
  Index: ManagedConnectionMetaData.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ManagedConnectionMetaData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ManagedConnectionMetaData.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ManagedConnectionMetaData.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAdapter.java
  
  Index: ResourceAdapter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAdapter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceAdapter.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceAdapter.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAdapterAssociation.java
  
  Index: ResourceAdapterAssociation.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAdapterAssociation.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceAdapterAssociation.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceAdapterAssociation.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAdapterInternalException.java
  
  Index: ResourceAdapterInternalException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAdapterInternalException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceAdapterInternalException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceAdapterInternalException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAllocationException.java
  
  Index: ResourceAllocationException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ResourceAllocationException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResourceAllocationException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ResourceAllocationException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/SecurityException.java
  
  Index: SecurityException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/SecurityException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SecurityException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ SecurityException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/SharingViolationException.java
  
  Index: SharingViolationException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/SharingViolationException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SharingViolationException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ SharingViolationException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/UnavailableException.java
  
  Index: UnavailableException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/UnavailableException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UnavailableException.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ UnavailableException.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ValidatingManagedConnectionFactory.java
  
  Index: ValidatingManagedConnectionFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/ValidatingManagedConnectionFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ValidatingManagedConnectionFactory.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ ValidatingManagedConnectionFactory.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/XATerminator.java
  
  Index: XATerminator.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/XATerminator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XATerminator.java	25 Feb 2004 09:58:28 -0000	1.2
  +++ XATerminator.java	10 Mar 2004 09:59:45 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/endpoint/MessageEndpoint.java
  
  Index: MessageEndpoint.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/endpoint/MessageEndpoint.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageEndpoint.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ MessageEndpoint.java	10 Mar 2004 09:59:46 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/endpoint/MessageEndpointFactory.java
  
  Index: MessageEndpointFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/endpoint/MessageEndpointFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageEndpointFactory.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ MessageEndpointFactory.java	10 Mar 2004 09:59:46 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/security/GenericCredential.java
  
  Index: GenericCredential.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/security/GenericCredential.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GenericCredential.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ GenericCredential.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/security/PasswordCredential.java
  
  Index: PasswordCredential.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/security/PasswordCredential.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PasswordCredential.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ PasswordCredential.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java
  
  Index: ExecutionContext.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExecutionContext.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ ExecutionContext.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/Work.java
  
  Index: Work.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/Work.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Work.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ Work.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkAdapter.java
  
  Index: WorkAdapter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkAdapter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkAdapter.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkAdapter.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkCompletedException.java
  
  Index: WorkCompletedException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkCompletedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkCompletedException.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkCompletedException.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkEvent.java
  
  Index: WorkEvent.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkEvent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkEvent.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkEvent.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkException.java
  
  Index: WorkException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkException.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkException.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkListener.java
  
  Index: WorkListener.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkListener.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkListener.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkManager.java
  
  Index: WorkManager.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkManager.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkManager.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkRejectedException.java
  
  Index: WorkRejectedException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/java/javax/resource/spi/work/WorkRejectedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WorkRejectedException.java	25 Feb 2004 09:58:29 -0000	1.2
  +++ WorkRejectedException.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/ResourceExceptionTest.java
  
  Index: ResourceExceptionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/ResourceExceptionTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceExceptionTest.java	25 Feb 2004 09:58:30 -0000	1.3
  +++ ResourceExceptionTest.java	10 Mar 2004 09:59:47 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/spi/security/PasswordCredentialTest.java
  
  Index: PasswordCredentialTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/spi/security/PasswordCredentialTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PasswordCredentialTest.java	25 Feb 2004 09:58:30 -0000	1.2
  +++ PasswordCredentialTest.java	10 Mar 2004 09:59:48 -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       +2 -2      incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/spi/work/ExecutionContextTest.java
  
  Index: ExecutionContextTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/spi/work/ExecutionContextTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ExecutionContextTest.java	25 Feb 2004 09:58:30 -0000	1.3
  +++ ExecutionContextTest.java	10 Mar 2004 09:59:48 -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-connector/src/test/javax/resource/spi/work/WorkEventTest.java
  
  Index: WorkEventTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/spi/work/WorkEventTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WorkEventTest.java	25 Feb 2004 09:58:30 -0000	1.3
  +++ WorkEventTest.java	10 Mar 2004 09:59:48 -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-connector/src/test/javax/resource/spi/work/WorkExceptionTest.java
  
  Index: WorkExceptionTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/src/test/javax/resource/spi/work/WorkExceptionTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WorkExceptionTest.java	25 Feb 2004 09:58:30 -0000	1.3
  +++ WorkExceptionTest.java	10 Mar 2004 09:59:48 -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       +18 -1     incubator-geronimo/specs/j2ee-connector/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/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:48 -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$ -->