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 to...@apache.org on 2005/12/21 23:33:29 UTC

cvs commit: db-ojb/src/tools/org/apache/ojb/tools/swing SortingComboBoxModel.java

tomdz       2005/12/21 14:33:29

  Modified:    src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors
                        Tag: OJB_1_0_RELEASE
                        EditableTreeNodeWithProperties.java
                        PropertyEditor.java
                        JPnlPropertyEditorDBMetaColumn.java
                        PropertyEditorTarget.java
                        JPnlPropertyEditorOJBMetaJdbcConnectionDescriptor.java
                        JPnlPropertyEditorDBMetaCatalog.java
                        PropertyEditorComponentInterface.java
                        JPnlPropertyEditorDBMetaSchema.java
                        JPnlPropertyEditorDBMetaTable.java
                        PropertyEditorJTextField.java
               src/xdoclet/java/src/xdoclet/modules/ojb/constraints Tag:
                        OJB_1_0_RELEASE ClassDescriptorConstraints.java
                        FeatureDescriptorConstraints.java
                        ReferenceDescriptorConstraints.java
                        ModelConstraints.java ConstraintException.java
                        ConstraintsBase.java
                        FieldDescriptorConstraints.java
                        InheritanceHelper.java
                        CollectionDescriptorConstraints.java
                        JdbcTypeHelper.java
               src/xdoclet/java/src/xdoclet/modules/ojb/model Tag:
                        OJB_1_0_RELEASE ObjectCacheDef.java
                        TorqueModelDef.java ProcedureDef.java DefBase.java
                        ColumnDef.java FeatureDescriptorDef.java
                        CollectionDescriptorDef.java
                        FieldDescriptorDef.java IndexDescriptorDef.java
                        ModelDef.java ProcedureArgumentDef.java
                        PropertyHelper.java FieldWithIdComparator.java
                        IndexDef.java DefBaseComparator.java TableDef.java
                        NestedDef.java ClassDescriptorDef.java
                        ColumnWithIdComparator.java
                        ReferenceDescriptorDef.java ForeignkeyDef.java
               src/xdoclet/java/src/xdoclet/modules/ojb Tag:
                        OJB_1_0_RELEASE CommaListIterator.java
                        TorqueSubTask.java OjbSubTask.java LogHelper.java
                        OjbTagsHandler.java OjbMemberTagsHandler.java
                        OjbDocletTask.java XDocletModulesOjbMessages.java
               src/tools/org/apache/ojb/tools/mapping/reversedb2/ojbmetatreemodel/actions
                        Tag: OJB_1_0_RELEASE ActionAddClassDescriptor.java
               src/tools/org/apache/ojb/tools/swing Tag: OJB_1_0_RELEASE
                        SortingComboBoxModel.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/EditableTreeNodeWithProperties.java
  
  Index: EditableTreeNodeWithProperties.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/EditableTreeNodeWithProperties.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- EditableTreeNodeWithProperties.java	5 May 2004 16:45:10 -0000	1.1
  +++ EditableTreeNodeWithProperties.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditor.java
  
  Index: PropertyEditor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditor.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertyEditor.java	5 May 2004 16:45:10 -0000	1.1
  +++ PropertyEditor.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaColumn.java
  
  Index: JPnlPropertyEditorDBMetaColumn.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaColumn.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JPnlPropertyEditorDBMetaColumn.java	5 May 2004 16:45:10 -0000	1.1
  +++ JPnlPropertyEditorDBMetaColumn.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditorTarget.java
  
  Index: PropertyEditorTarget.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditorTarget.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertyEditorTarget.java	5 May 2004 16:45:10 -0000	1.1
  +++ PropertyEditorTarget.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,5 +1,5 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorOJBMetaJdbcConnectionDescriptor.java
  
  Index: JPnlPropertyEditorOJBMetaJdbcConnectionDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorOJBMetaJdbcConnectionDescriptor.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JPnlPropertyEditorOJBMetaJdbcConnectionDescriptor.java	5 May 2004 16:45:10 -0000	1.1
  +++ JPnlPropertyEditorOJBMetaJdbcConnectionDescriptor.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaCatalog.java
  
  Index: JPnlPropertyEditorDBMetaCatalog.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaCatalog.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JPnlPropertyEditorDBMetaCatalog.java	5 May 2004 16:45:10 -0000	1.1
  +++ JPnlPropertyEditorDBMetaCatalog.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditorComponentInterface.java
  
  Index: PropertyEditorComponentInterface.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditorComponentInterface.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertyEditorComponentInterface.java	5 May 2004 16:45:10 -0000	1.1
  +++ PropertyEditorComponentInterface.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaSchema.java
  
  Index: JPnlPropertyEditorDBMetaSchema.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaSchema.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JPnlPropertyEditorDBMetaSchema.java	5 May 2004 16:45:10 -0000	1.1
  +++ JPnlPropertyEditorDBMetaSchema.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaTable.java
  
  Index: JPnlPropertyEditorDBMetaTable.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/JPnlPropertyEditorDBMetaTable.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JPnlPropertyEditorDBMetaTable.java	5 May 2004 16:45:10 -0000	1.1
  +++ JPnlPropertyEditorDBMetaTable.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditorJTextField.java
  
  Index: PropertyEditorJTextField.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/propertyEditors/PropertyEditorJTextField.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertyEditorJTextField.java	5 May 2004 16:45:10 -0000	1.1
  +++ PropertyEditorJTextField.java	21 Dec 2005 22:33:27 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.propertyEditors;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.
  
  
  
  No                   revision
  No                   revision
  1.5.2.4   +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.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- ClassDescriptorConstraints.java	18 Jun 2005 14:16:33 -0000	1.5.2.3
  +++ ClassDescriptorConstraints.java	21 Dec 2005 22:33:27 -0000	1.5.2.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- FeatureDescriptorConstraints.java	5 Apr 2004 00:32:30 -0000	1.3
  +++ FeatureDescriptorConstraints.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.3   +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.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- ReferenceDescriptorConstraints.java	22 Aug 2005 21:24:05 -0000	1.4.2.2
  +++ ReferenceDescriptorConstraints.java	21 Dec 2005 22:33:27 -0000	1.4.2.3
  @@ -6,7 +6,7 @@
   import xdoclet.modules.ojb.model.PropertyHelper;
   import xdoclet.modules.ojb.model.ReferenceDescriptorDef;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.2.8   +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.6.2.7
  retrieving revision 1.6.2.8
  diff -u -r1.6.2.7 -r1.6.2.8
  --- ModelConstraints.java	20 Aug 2005 19:50:06 -0000	1.6.2.7
  +++ ModelConstraints.java	21 Dec 2005 22:33:27 -0000	1.6.2.8
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ConstraintException.java	5 Apr 2004 00:32:30 -0000	1.3
  +++ ConstraintException.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,4 +1,4 @@
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ConstraintsBase.java	5 Apr 2004 00:32:30 -0000	1.4
  +++ ConstraintsBase.java	21 Dec 2005 22:33:27 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.constraints;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.8.2.2   +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.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- FieldDescriptorConstraints.java	17 Nov 2004 21:18:16 -0000	1.8.2.1
  +++ FieldDescriptorConstraints.java	21 Dec 2005 22:33:27 -0000	1.8.2.2
  @@ -6,7 +6,7 @@
   import xdoclet.modules.ojb.model.FieldDescriptorDef;
   import xdoclet.modules.ojb.model.PropertyHelper;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.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.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- InheritanceHelper.java	22 Aug 2005 21:24:05 -0000	1.3.2.2
  +++ InheritanceHelper.java	21 Dec 2005 22:33:27 -0000	1.3.2.3
  @@ -6,7 +6,7 @@
   import xdoclet.modules.ojb.model.*;
   import xjavadoc.XClass;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.3   +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.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- CollectionDescriptorConstraints.java	18 Jun 2005 14:16:33 -0000	1.4.2.2
  +++ CollectionDescriptorConstraints.java	21 Dec 2005 22:33:27 -0000	1.4.2.3
  @@ -7,7 +7,7 @@
   import xdoclet.modules.ojb.model.ModelDef;
   import xdoclet.modules.ojb.model.PropertyHelper;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.1   +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.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- JdbcTypeHelper.java	5 Apr 2004 00:32:30 -0000	1.5
  +++ JdbcTypeHelper.java	21 Dec 2005 22:33:27 -0000	1.5.2.1
  @@ -2,7 +2,7 @@
   
   import java.util.HashMap;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.
  
  
  
  No                   revision
  No                   revision
  1.3.2.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ObjectCacheDef.java	5 Apr 2004 00:32:31 -0000	1.3
  +++ ObjectCacheDef.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.2.9   +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.6.2.8
  retrieving revision 1.6.2.9
  diff -u -r1.6.2.8 -r1.6.2.9
  --- TorqueModelDef.java	18 Jun 2005 14:16:33 -0000	1.6.2.8
  +++ TorqueModelDef.java	21 Dec 2005 22:33:27 -0000	1.6.2.9
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ProcedureDef.java	5 Apr 2004 00:32:31 -0000	1.3
  +++ ProcedureDef.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.2.1   +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.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- DefBase.java	5 Apr 2004 00:32:31 -0000	1.6
  +++ DefBase.java	21 Dec 2005 22:33:27 -0000	1.6.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ColumnDef.java	5 Apr 2004 00:32:31 -0000	1.4
  +++ ColumnDef.java	21 Dec 2005 22:33:27 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- FeatureDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.4
  +++ FeatureDescriptorDef.java	21 Dec 2005 22:33:27 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.4   +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.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- CollectionDescriptorDef.java	18 Jun 2005 14:16:33 -0000	1.5.2.3
  +++ CollectionDescriptorDef.java	21 Dec 2005 22:33:27 -0000	1.5.2.4
  @@ -4,7 +4,7 @@
   
   import xdoclet.modules.ojb.CommaListIterator;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.2.1   +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.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- FieldDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.6
  +++ FieldDescriptorDef.java	21 Dec 2005 22:33:27 -0000	1.6.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- IndexDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.4
  +++ IndexDescriptorDef.java	21 Dec 2005 22:33:27 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.2   +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.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- ModelDef.java	18 Jun 2005 14:16:33 -0000	1.5.2.1
  +++ ModelDef.java	21 Dec 2005 22:33:27 -0000	1.5.2.2
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ProcedureArgumentDef.java	5 Apr 2004 00:32:31 -0000	1.3
  +++ ProcedureArgumentDef.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.2.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.6.2.4
  retrieving revision 1.6.2.5
  diff -u -r1.6.2.4 -r1.6.2.5
  --- PropertyHelper.java	15 Mar 2005 23:58:30 -0000	1.6.2.4
  +++ PropertyHelper.java	21 Dec 2005 22:33:27 -0000	1.6.2.5
  @@ -2,7 +2,7 @@
   
   import java.util.HashMap;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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   +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.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- FieldWithIdComparator.java	16 Aug 2005 15:11:32 -0000	1.3.2.1
  +++ FieldWithIdComparator.java	21 Dec 2005 22:33:27 -0000	1.3.2.2
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.1   +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.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- IndexDef.java	5 Apr 2004 00:32:31 -0000	1.5
  +++ IndexDef.java	21 Dec 2005 22:33:27 -0000	1.5.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- DefBaseComparator.java	5 Apr 2004 00:32:31 -0000	1.3
  +++ DefBaseComparator.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.4   +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.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- TableDef.java	17 Mar 2005 23:49:10 -0000	1.5.2.3
  +++ TableDef.java	21 Dec 2005 22:33:27 -0000	1.5.2.4
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- NestedDef.java	5 Apr 2004 00:32:31 -0000	1.3
  +++ NestedDef.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.2.3   +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.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- ClassDescriptorDef.java	18 Jun 2005 14:16:33 -0000	1.7.2.2
  +++ ClassDescriptorDef.java	21 Dec 2005 22:33:27 -0000	1.7.2.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ColumnWithIdComparator.java	5 Apr 2004 00:32:31 -0000	1.3
  +++ ColumnWithIdComparator.java	21 Dec 2005 22:33:27 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.1   +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.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ReferenceDescriptorDef.java	5 Apr 2004 00:32:31 -0000	1.4
  +++ ReferenceDescriptorDef.java	21 Dec 2005 22:33:28 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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   +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.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- ForeignkeyDef.java	1 Mar 2005 21:54:08 -0000	1.3.2.1
  +++ ForeignkeyDef.java	21 Dec 2005 22:33:28 -0000	1.3.2.2
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb.model;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.
  
  
  
  No                   revision
  No                   revision
  1.4.2.3   +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.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- CommaListIterator.java	16 Mar 2005 23:54:34 -0000	1.4.2.2
  +++ CommaListIterator.java	21 Dec 2005 22:33:28 -0000	1.4.2.3
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.1   +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.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- TorqueSubTask.java	10 Jun 2004 22:34:22 -0000	1.5
  +++ TorqueSubTask.java	21 Dec 2005 22:33:28 -0000	1.5.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.1   +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.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- OjbSubTask.java	10 Jun 2004 22:34:22 -0000	1.5
  +++ OjbSubTask.java	21 Dec 2005 22:33:28 -0000	1.5.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- LogHelper.java	5 Apr 2004 00:32:30 -0000	1.3
  +++ LogHelper.java	21 Dec 2005 22:33:28 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-2005 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.13.2.8  +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.13.2.7
  retrieving revision 1.13.2.8
  diff -u -r1.13.2.7 -r1.13.2.8
  --- OjbTagsHandler.java	18 Mar 2005 23:39:52 -0000	1.13.2.7
  +++ OjbTagsHandler.java	21 Dec 2005 22:33:28 -0000	1.13.2.8
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.1   +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.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- OjbMemberTagsHandler.java	5 Apr 2004 00:32:30 -0000	1.3
  +++ OjbMemberTagsHandler.java	21 Dec 2005 22:33:28 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.1   +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.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- OjbDocletTask.java	5 Apr 2004 00:32:30 -0000	1.4
  +++ OjbDocletTask.java	21 Dec 2005 22:33:28 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5.2.1   +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.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- XDocletModulesOjbMessages.java	5 Apr 2004 00:32:30 -0000	1.5
  +++ XDocletModulesOjbMessages.java	21 Dec 2005 22:33:28 -0000	1.5.2.1
  @@ -1,6 +1,6 @@
   package xdoclet.modules.ojb;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/ojbmetatreemodel/actions/ActionAddClassDescriptor.java
  
  Index: ActionAddClassDescriptor.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/ojbmetatreemodel/actions/ActionAddClassDescriptor.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ActionAddClassDescriptor.java	5 May 2004 16:45:10 -0000	1.1
  +++ ActionAddClassDescriptor.java	21 Dec 2005 22:33:29 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2.ojbmetatreemodel.actions;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/swing/SortingComboBoxModel.java
  
  Index: SortingComboBoxModel.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/swing/SortingComboBoxModel.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- SortingComboBoxModel.java	4 May 2004 13:45:08 -0000	1.1
  +++ SortingComboBoxModel.java	21 Dec 2005 22:33:29 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.swing;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.
  
  
  

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