You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2004/04/05 02:32:31 UTC

cvs commit: db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests CollectionTagDocumentationAttributeTests.java TestCollectionClass.java TestConversionClass.java TestObjectCache.java TestQueryCustomizer.java TestRowReader.java

brianm      2004/04/04 17:32:31

  Modified:    src/xdoclet/java/src/xdoclet/modules/ojb
                        CommaListIterator.java LogHelper.java
                        OjbDocletTask.java OjbMemberTagsHandler.java
                        OjbSubTask.java OjbTagsHandler.java
                        TorqueSubTask.java XDocletModulesOjbMessages.java
               src/xdoclet/java/src/xdoclet/modules/ojb/constraints
                        ClassDescriptorConstraints.java
                        CollectionDescriptorConstraints.java
                        ConstraintException.java ConstraintsBase.java
                        FeatureDescriptorConstraints.java
                        FieldDescriptorConstraints.java
                        InheritanceHelper.java JdbcTypeHelper.java
                        ModelConstraints.java
                        ReferenceDescriptorConstraints.java
               src/xdoclet/java/src/xdoclet/modules/ojb/model
                        ClassDescriptorDef.java
                        CollectionDescriptorDef.java ColumnDef.java
                        ColumnWithIdComparator.java DefBase.java
                        DefBaseComparator.java FeatureDescriptorDef.java
                        FieldDescriptorDef.java FieldWithIdComparator.java
                        ForeignkeyDef.java IndexDef.java
                        IndexDescriptorDef.java ModelDef.java
                        NestedDef.java ObjectCacheDef.java
                        ProcedureArgumentDef.java ProcedureDef.java
                        PropertyHelper.java ReferenceDescriptorDef.java
                        TableDef.java TorqueModelDef.java
               src/xdoclet/test/xdoclet/modules/ojb/tests
                        CollectionTagDocumentationAttributeTests.java
                        TestCollectionClass.java TestConversionClass.java
                        TestObjectCache.java TestQueryCustomizer.java
                        TestRowReader.java
  Log:
  ASL 2.0 copyright corrections
  
  Revision  Changes    Path
  1.4       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/CommaListIterator.java
  
  Index: CommaListIterator.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/CommaListIterator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CommaListIterator.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ CommaListIterator.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/LogHelper.java
  
  Index: LogHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/LogHelper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LogHelper.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ LogHelper.java	5 Apr 2004 00:32:30 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbDocletTask.java
  
  Index: OjbDocletTask.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbDocletTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OjbDocletTask.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ OjbDocletTask.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* 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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbMemberTagsHandler.java
  
  Index: OjbMemberTagsHandler.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbMemberTagsHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OjbMemberTagsHandler.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ OjbMemberTagsHandler.java	5 Apr 2004 00:32:30 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* 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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbSubTask.java
  
  Index: OjbSubTask.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbSubTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OjbSubTask.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ OjbSubTask.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* 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.11      +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbTagsHandler.java
  
  Index: OjbTagsHandler.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbTagsHandler.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- OjbTagsHandler.java	4 Apr 2004 17:54:07 -0000	1.10
  +++ OjbTagsHandler.java	5 Apr 2004 00:32:30 -0000	1.11
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* 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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/TorqueSubTask.java
  
  Index: TorqueSubTask.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/TorqueSubTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TorqueSubTask.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ TorqueSubTask.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* 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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/XDocletModulesOjbMessages.java
  
  Index: XDocletModulesOjbMessages.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/XDocletModulesOjbMessages.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XDocletModulesOjbMessages.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ XDocletModulesOjbMessages.java	5 Apr 2004 00:32:30 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* 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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ClassDescriptorConstraints.java
  
  Index: ClassDescriptorConstraints.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ClassDescriptorConstraints.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ClassDescriptorConstraints.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ ClassDescriptorConstraints.java	5 Apr 2004 00:32:30 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/CollectionDescriptorConstraints.java
  
  Index: CollectionDescriptorConstraints.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/CollectionDescriptorConstraints.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CollectionDescriptorConstraints.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ CollectionDescriptorConstraints.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -7,7 +7,7 @@
   import xdoclet.modules.ojb.model.ModelDef;
   import xdoclet.modules.ojb.model.PropertyHelper;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ConstraintException.java
  
  Index: ConstraintException.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ConstraintException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConstraintException.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ ConstraintException.java	5 Apr 2004 00:32:30 -0000	1.3
  @@ -1,4 +1,4 @@
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ConstraintsBase.java
  
  Index: ConstraintsBase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ConstraintsBase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConstraintsBase.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ ConstraintsBase.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/FeatureDescriptorConstraints.java
  
  Index: FeatureDescriptorConstraints.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/FeatureDescriptorConstraints.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FeatureDescriptorConstraints.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ FeatureDescriptorConstraints.java	5 Apr 2004 00:32:30 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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.7       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/FieldDescriptorConstraints.java
  
  Index: FieldDescriptorConstraints.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/FieldDescriptorConstraints.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FieldDescriptorConstraints.java	4 Apr 2004 17:54:07 -0000	1.6
  +++ FieldDescriptorConstraints.java	5 Apr 2004 00:32:30 -0000	1.7
  @@ -6,7 +6,7 @@
   import xdoclet.modules.ojb.model.FieldDescriptorDef;
   import xdoclet.modules.ojb.model.PropertyHelper;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/InheritanceHelper.java
  
  Index: InheritanceHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/InheritanceHelper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InheritanceHelper.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ InheritanceHelper.java	5 Apr 2004 00:32:30 -0000	1.3
  @@ -6,7 +6,7 @@
   import xdoclet.modules.ojb.model.*;
   import xjavadoc.XClass;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/JdbcTypeHelper.java
  
  Index: JdbcTypeHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/JdbcTypeHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JdbcTypeHelper.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ JdbcTypeHelper.java	5 Apr 2004 00:32:30 -0000	1.5
  @@ -2,7 +2,7 @@
   
   import java.util.HashMap;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ModelConstraints.java
  
  Index: ModelConstraints.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ModelConstraints.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ModelConstraints.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ ModelConstraints.java	5 Apr 2004 00:32:30 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ReferenceDescriptorConstraints.java
  
  Index: ReferenceDescriptorConstraints.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ReferenceDescriptorConstraints.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ReferenceDescriptorConstraints.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ ReferenceDescriptorConstraints.java	5 Apr 2004 00:32:30 -0000	1.4
  @@ -5,7 +5,7 @@
   import xdoclet.modules.ojb.model.PropertyHelper;
   import xdoclet.modules.ojb.model.ReferenceDescriptorDef;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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.6       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ClassDescriptorDef.java
  
  Index: ClassDescriptorDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ClassDescriptorDef.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ClassDescriptorDef.java	17 Mar 2004 01:30:22 -0000	1.5
  +++ ClassDescriptorDef.java	5 Apr 2004 00:32:30 -0000	1.6
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/CollectionDescriptorDef.java
  
  Index: CollectionDescriptorDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/CollectionDescriptorDef.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CollectionDescriptorDef.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ CollectionDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ColumnDef.java
  
  Index: ColumnDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ColumnDef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ColumnDef.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ ColumnDef.java	5 Apr 2004 00:32:31 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ColumnWithIdComparator.java
  
  Index: ColumnWithIdComparator.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ColumnWithIdComparator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ColumnWithIdComparator.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ ColumnWithIdComparator.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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.6       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/DefBase.java
  
  Index: DefBase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/DefBase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefBase.java	17 Mar 2004 01:30:22 -0000	1.5
  +++ DefBase.java	5 Apr 2004 00:32:31 -0000	1.6
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/DefBaseComparator.java
  
  Index: DefBaseComparator.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/DefBaseComparator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefBaseComparator.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ DefBaseComparator.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/FeatureDescriptorDef.java
  
  Index: FeatureDescriptorDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/FeatureDescriptorDef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FeatureDescriptorDef.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ FeatureDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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.6       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/FieldDescriptorDef.java
  
  Index: FieldDescriptorDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/FieldDescriptorDef.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FieldDescriptorDef.java	17 Mar 2004 01:30:22 -0000	1.5
  +++ FieldDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.6
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/FieldWithIdComparator.java
  
  Index: FieldWithIdComparator.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/FieldWithIdComparator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FieldWithIdComparator.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ FieldWithIdComparator.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ForeignkeyDef.java
  
  Index: ForeignkeyDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ForeignkeyDef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ForeignkeyDef.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ ForeignkeyDef.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/IndexDef.java
  
  Index: IndexDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/IndexDef.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IndexDef.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ IndexDef.java	5 Apr 2004 00:32:31 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/IndexDescriptorDef.java
  
  Index: IndexDescriptorDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/IndexDescriptorDef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IndexDescriptorDef.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ IndexDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ModelDef.java
  
  Index: ModelDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ModelDef.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ModelDef.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ ModelDef.java	5 Apr 2004 00:32:31 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/NestedDef.java
  
  Index: NestedDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/NestedDef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NestedDef.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ NestedDef.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ObjectCacheDef.java
  
  Index: ObjectCacheDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ObjectCacheDef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ObjectCacheDef.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ ObjectCacheDef.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ProcedureArgumentDef.java
  
  Index: ProcedureArgumentDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ProcedureArgumentDef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProcedureArgumentDef.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ ProcedureArgumentDef.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ProcedureDef.java
  
  Index: ProcedureDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ProcedureDef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProcedureDef.java	17 Mar 2004 01:30:22 -0000	1.2
  +++ ProcedureDef.java	5 Apr 2004 00:32:31 -0000	1.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/PropertyHelper.java
  
  Index: PropertyHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/PropertyHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropertyHelper.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ PropertyHelper.java	5 Apr 2004 00:32:31 -0000	1.5
  @@ -2,7 +2,7 @@
   
   import java.util.HashMap;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ReferenceDescriptorDef.java
  
  Index: ReferenceDescriptorDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ReferenceDescriptorDef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ReferenceDescriptorDef.java	17 Mar 2004 01:30:22 -0000	1.3
  +++ ReferenceDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TableDef.java
  
  Index: TableDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TableDef.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TableDef.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ TableDef.java	5 Apr 2004 00:32:31 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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       +1 -1      db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TorqueModelDef.java
  
  Index: TorqueModelDef.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TorqueModelDef.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TorqueModelDef.java	17 Mar 2004 01:30:22 -0000	1.4
  +++ TorqueModelDef.java	5 Apr 2004 00:32:31 -0000	1.5
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2004-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.2       +1 -1      db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagDocumentationAttributeTests.java
  
  Index: CollectionTagDocumentationAttributeTests.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagDocumentationAttributeTests.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CollectionTagDocumentationAttributeTests.java	15 Dec 2003 20:09:10 -0000	1.1
  +++ CollectionTagDocumentationAttributeTests.java	5 Apr 2004 00:32:31 -0000	1.2
  @@ -328,4 +328,4 @@
               "</database>",
               runTorqueXDoclet(TORQUE_DEST_FILE, "ojbtest"));
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +1 -1      db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestCollectionClass.java
  
  Index: TestCollectionClass.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestCollectionClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCollectionClass.java	18 Jan 2004 18:24:49 -0000	1.1
  +++ TestCollectionClass.java	5 Apr 2004 00:32:31 -0000	1.2
  @@ -80,4 +80,4 @@
       public void afterStore(PersistenceBroker broker) throws PersistenceBrokerException
       {
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +1 -1      db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestConversionClass.java
  
  Index: TestConversionClass.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestConversionClass.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestConversionClass.java	18 Jan 2004 18:24:49 -0000	1.1
  +++ TestConversionClass.java	5 Apr 2004 00:32:31 -0000	1.2
  @@ -71,4 +71,4 @@
       {
           return null;
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +1 -1      db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestObjectCache.java
  
  Index: TestObjectCache.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestObjectCache.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestObjectCache.java	18 Jan 2004 18:24:49 -0000	1.1
  +++ TestObjectCache.java	5 Apr 2004 00:32:31 -0000	1.2
  @@ -78,4 +78,4 @@
       public void remove(Identity oid)
       {
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +1 -1      db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestQueryCustomizer.java
  
  Index: TestQueryCustomizer.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestQueryCustomizer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestQueryCustomizer.java	18 Jan 2004 18:24:49 -0000	1.1
  +++ TestQueryCustomizer.java	5 Apr 2004 00:32:31 -0000	1.2
  @@ -83,4 +83,4 @@
       {
           return null;
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +1 -1      db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestRowReader.java
  
  Index: TestRowReader.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestRowReader.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestRowReader.java	18 Jan 2004 18:24:49 -0000	1.1
  +++ TestRowReader.java	5 Apr 2004 00:32:31 -0000	1.2
  @@ -90,4 +90,4 @@
       public void setClassDescriptor(ClassDescriptor cld)
       {
       }
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org