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:32:09 UTC

cvs commit: db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions DBConnectAction.java SaveXMLAction.java DisableClassesWithRegexAction.java DBConnPropertiesAction.java SetPackageAction.java GenerateJavaClassesAction.java

tomdz       2005/12/21 14:32:09

  Modified:    src/test/org/apache/ojb/otm Tag: OJB_1_0_RELEASE
                        AddressDesc.java SwizzleTests.java Address.java
                        MultipleConnectionsTest.java TestKit.java
                        CopyTest.java Person.java
               src/tools/org/apache/ojb/tools/mapping/reversedb/gui Tag:
                        OJB_1_0_RELEASE PropertySheetView.java
                        DBSchemaPropertySheet.java JDlgDBConnection.java
                        PropertySheetModel.java DBMetaPropertySheet.java
                        DBCatalogPropertySheet.java
                        DBFKRelationPropertySheet.java
                        DBColumnPropertySheet.java JFrmMainFrame.java
                        DBTablePropertySheet.java
               src/tools/org/apache/ojb/tools/mapping/reversedb Tag:
                        OJB_1_0_RELEASE DBCatalog.java DBMeta.java
                        DBColumn.java Main.java MetadataNodeInterface.java
                        Utilities.java Namer.java DBTable.java
                        DBFKRelation.java IdGeneratorSingleton.java
                        DBSchema.java
               src/tools/org/apache/ojb/tools/mapping/reversedb2 Tag:
                        OJB_1_0_RELEASE Main.java ActionTarget.java
                        ExtendedProperties.java
               src/test/org/apache/ojb/performance Tag: OJB_1_0_RELEASE
                        PerfHandle.java PerfTest.java PerfArticle.java
                        PerfMain.java PerfArticleImpl.java
               src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions
                        Tag: OJB_1_0_RELEASE DBConnectAction.java
                        SaveXMLAction.java
                        DisableClassesWithRegexAction.java
                        DBConnPropertiesAction.java SetPackageAction.java
                        GenerateJavaClassesAction.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +1 -1      db-ojb/src/test/org/apache/ojb/otm/AddressDesc.java
  
  Index: AddressDesc.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/AddressDesc.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- AddressDesc.java	5 Apr 2004 12:16:25 -0000	1.3
  +++ AddressDesc.java	21 Dec 2005 22:32:01 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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.15.2.4  +2 -2      db-ojb/src/test/org/apache/ojb/otm/SwizzleTests.java
  
  Index: SwizzleTests.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/SwizzleTests.java,v
  retrieving revision 1.15.2.3
  retrieving revision 1.15.2.4
  diff -u -r1.15.2.3 -r1.15.2.4
  --- SwizzleTests.java	18 Mar 2005 19:22:30 -0000	1.15.2.3
  +++ SwizzleTests.java	21 Dec 2005 22:32:01 -0000	1.15.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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.3.2.1   +1 -1      db-ojb/src/test/org/apache/ojb/otm/Address.java
  
  Index: Address.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/Address.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- Address.java	5 Apr 2004 12:16:25 -0000	1.3
  +++ Address.java	21 Dec 2005 22:32:01 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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.4.2.2   +1 -1      db-ojb/src/test/org/apache/ojb/otm/MultipleConnectionsTest.java
  
  Index: MultipleConnectionsTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/MultipleConnectionsTest.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- MultipleConnectionsTest.java	4 Dec 2004 14:01:08 -0000	1.4.2.1
  +++ MultipleConnectionsTest.java	21 Dec 2005 22:32:01 -0000	1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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.2.2.1   +1 -1      db-ojb/src/test/org/apache/ojb/otm/TestKit.java
  
  Index: TestKit.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/TestKit.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TestKit.java	5 Apr 2004 12:16:25 -0000	1.2
  +++ TestKit.java	21 Dec 2005 22:32:01 -0000	1.2.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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.10.2.3  +1 -1      db-ojb/src/test/org/apache/ojb/otm/CopyTest.java
  
  Index: CopyTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/CopyTest.java,v
  retrieving revision 1.10.2.2
  retrieving revision 1.10.2.3
  diff -u -r1.10.2.2 -r1.10.2.3
  --- CopyTest.java	22 Aug 2005 15:33:31 -0000	1.10.2.2
  +++ CopyTest.java	21 Dec 2005 22:32:01 -0000	1.10.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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.3.2.1   +1 -1      db-ojb/src/test/org/apache/ojb/otm/Person.java
  
  Index: Person.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/otm/Person.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- Person.java	5 Apr 2004 12:16:25 -0000	1.3
  +++ Person.java	21 Dec 2005 22:32:01 -0000	1.3.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.otm;
   
  -/* 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   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/PropertySheetView.java
  
  Index: PropertySheetView.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/PropertySheetView.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertySheetView.java	5 May 2004 16:38:49 -0000	1.1
  +++ PropertySheetView.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -27,6 +27,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBSchemaPropertySheet.java
  
  Index: DBSchemaPropertySheet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBSchemaPropertySheet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBSchemaPropertySheet.java	5 May 2004 16:38:49 -0000	1.1
  +++ DBSchemaPropertySheet.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/JDlgDBConnection.java
  
  Index: JDlgDBConnection.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/JDlgDBConnection.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JDlgDBConnection.java	5 May 2004 16:38:49 -0000	1.1
  +++ JDlgDBConnection.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -208,6 +208,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/PropertySheetModel.java
  
  Index: PropertySheetModel.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/PropertySheetModel.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertySheetModel.java	5 May 2004 16:38:49 -0000	1.1
  +++ PropertySheetModel.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -27,6 +27,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBMetaPropertySheet.java
  
  Index: DBMetaPropertySheet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBMetaPropertySheet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBMetaPropertySheet.java	5 May 2004 16:38:49 -0000	1.1
  +++ DBMetaPropertySheet.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -301,6 +301,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBCatalogPropertySheet.java
  
  Index: DBCatalogPropertySheet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBCatalogPropertySheet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBCatalogPropertySheet.java	5 May 2004 16:38:49 -0000	1.1
  +++ DBCatalogPropertySheet.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -175,6 +175,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBFKRelationPropertySheet.java
  
  Index: DBFKRelationPropertySheet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBFKRelationPropertySheet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBFKRelationPropertySheet.java	5 May 2004 16:38:49 -0000	1.1
  +++ DBFKRelationPropertySheet.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -2,7 +2,7 @@
   
   import java.awt.event.KeyEvent;
   
  -/* 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.
  @@ -437,6 +437,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBColumnPropertySheet.java
  
  Index: DBColumnPropertySheet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBColumnPropertySheet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBColumnPropertySheet.java	5 May 2004 16:38:49 -0000	1.1
  +++ DBColumnPropertySheet.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -321,6 +321,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/JFrmMainFrame.java
  
  Index: JFrmMainFrame.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/JFrmMainFrame.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- JFrmMainFrame.java	5 May 2004 16:38:49 -0000	1.1
  +++ JFrmMainFrame.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui;
   
  -/* 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.
  @@ -335,6 +335,9 @@
   
   /***************************** Changelog *****************************
    * // $Log$
  + * // Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  + * // Updated license
  + * //
    * // Revision 1.1  2004/05/05 16:38:49  arminw
    * // fix fault
    * // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBTablePropertySheet.java
  
  Index: DBTablePropertySheet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/DBTablePropertySheet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBTablePropertySheet.java	5 May 2004 16:38:49 -0000	1.1
  +++ DBTablePropertySheet.java	21 Dec 2005 22:32:02 -0000	1.1.2.1
  @@ -2,7 +2,7 @@
   
   import java.awt.event.KeyEvent;
   
  -/* 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.
  @@ -377,6 +377,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:02  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:49  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBCatalog.java
  
  Index: DBCatalog.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBCatalog.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBCatalog.java	5 May 2004 16:39:05 -0000	1.1
  +++ DBCatalog.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -251,6 +251,9 @@
   
   /***************************** Changelog *****************************
    * // $Log$
  + * // Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  + * // Updated license
  + * //
    * // Revision 1.1  2004/05/05 16:39:05  arminw
    * // fix fault
    * // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBMeta.java
  
  Index: DBMeta.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBMeta.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBMeta.java	5 May 2004 16:39:05 -0000	1.1
  +++ DBMeta.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -304,6 +304,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBColumn.java
  
  Index: DBColumn.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBColumn.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBColumn.java	5 May 2004 16:39:05 -0000	1.1
  +++ DBColumn.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -292,6 +292,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/Main.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Main.java	5 May 2004 16:39:05 -0000	1.1
  +++ Main.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -53,6 +53,9 @@
   }
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/MetadataNodeInterface.java
  
  Index: MetadataNodeInterface.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/MetadataNodeInterface.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- MetadataNodeInterface.java	5 May 2004 16:39:05 -0000	1.1
  +++ MetadataNodeInterface.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -37,6 +37,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/Utilities.java
  
  Index: Utilities.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/Utilities.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Utilities.java	5 May 2004 16:39:05 -0000	1.1
  +++ Utilities.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -126,6 +126,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +1 -1      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/Namer.java
  
  Index: Namer.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/Namer.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Namer.java	5 May 2004 16:39:05 -0000	1.1
  +++ Namer.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBTable.java
  
  Index: DBTable.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBTable.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBTable.java	5 May 2004 16:39:05 -0000	1.1
  +++ DBTable.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -584,6 +584,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBFKRelation.java
  
  Index: DBFKRelation.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBFKRelation.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBFKRelation.java	5 May 2004 16:39:05 -0000	1.1
  +++ DBFKRelation.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -316,6 +316,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/IdGeneratorSingleton.java
  
  Index: IdGeneratorSingleton.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/IdGeneratorSingleton.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- IdGeneratorSingleton.java	5 May 2004 16:39:05 -0000	1.1
  +++ IdGeneratorSingleton.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -63,6 +63,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +13 -3     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBSchema.java
  
  Index: DBSchema.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/DBSchema.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBSchema.java	5 May 2004 16:39:05 -0000	1.1
  +++ DBSchema.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb;
   
  -/* 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.
  @@ -242,6 +242,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:04  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:39:05  arminw
   // fix fault
   // wrong package structure used:
  @@ -262,7 +265,7 @@
   // ASL 2.0
   //
   // Revision 1.9  2003/09/13 16:59:44  brj
  -// prevent NPE
  +// prevent NPE
   // patch by Jason Pyeron
   //
   // Revision 1.8  2003/06/29 14:28:07  florianbruckner
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +2 -2      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/Main.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Main.java	5 May 2004 16:45:09 -0000	1.1
  +++ Main.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -2,7 +2,7 @@
   
   import org.apache.ojb.tools.mapping.reversedb2.gui.*;
   
  -/* 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/ActionTarget.java
  
  Index: ActionTarget.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/ActionTarget.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ActionTarget.java	5 May 2004 16:45:09 -0000	1.1
  +++ ActionTarget.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb2;
   
  -/* 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   +1 -1      db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/ExtendedProperties.java
  
  Index: ExtendedProperties.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb2/ExtendedProperties.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ExtendedProperties.java	5 May 2004 16:45:09 -0000	1.1
  +++ ExtendedProperties.java	21 Dec 2005 22:32:04 -0000	1.1.2.1
  @@ -1,4 +1,4 @@
  -/* 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.11.2.5  +2 -2      db-ojb/src/test/org/apache/ojb/performance/PerfHandle.java
  
  Index: PerfHandle.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/performance/PerfHandle.java,v
  retrieving revision 1.11.2.4
  retrieving revision 1.11.2.5
  diff -u -r1.11.2.4 -r1.11.2.5
  --- PerfHandle.java	20 Dec 2005 00:34:15 -0000	1.11.2.4
  +++ PerfHandle.java	21 Dec 2005 22:32:05 -0000	1.11.2.5
  @@ -1,6 +1,6 @@
   package org.apache.ojb.performance;
   
  -/* 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.9.2.4   +2 -2      db-ojb/src/test/org/apache/ojb/performance/PerfTest.java
  
  Index: PerfTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/performance/PerfTest.java,v
  retrieving revision 1.9.2.3
  retrieving revision 1.9.2.4
  diff -u -r1.9.2.3 -r1.9.2.4
  --- PerfTest.java	20 Dec 2005 00:34:15 -0000	1.9.2.3
  +++ PerfTest.java	21 Dec 2005 22:32:05 -0000	1.9.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.performance;
   
  -/* 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.7.2.1   +2 -2      db-ojb/src/test/org/apache/ojb/performance/PerfArticle.java
  
  Index: PerfArticle.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/performance/PerfArticle.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- PerfArticle.java	14 Jun 2004 12:47:29 -0000	1.7
  +++ PerfArticle.java	21 Dec 2005 22:32:05 -0000	1.7.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.performance;
   
  -/* 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.9.2.6   +2 -2      db-ojb/src/test/org/apache/ojb/performance/PerfMain.java
  
  Index: PerfMain.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/performance/PerfMain.java,v
  retrieving revision 1.9.2.5
  retrieving revision 1.9.2.6
  diff -u -r1.9.2.5 -r1.9.2.6
  --- PerfMain.java	20 Dec 2005 00:34:15 -0000	1.9.2.5
  +++ PerfMain.java	21 Dec 2005 22:32:05 -0000	1.9.2.6
  @@ -1,6 +1,6 @@
   package org.apache.ojb.performance;
   
  -/* 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.6.2.2   +2 -2      db-ojb/src/test/org/apache/ojb/performance/PerfArticleImpl.java
  
  Index: PerfArticleImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/performance/PerfArticleImpl.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- PerfArticleImpl.java	19 Feb 2005 20:34:37 -0000	1.6.2.1
  +++ PerfArticleImpl.java	21 Dec 2005 22:32:05 -0000	1.6.2.2
  @@ -2,7 +2,7 @@
   
   import org.apache.commons.lang.builder.ToStringBuilder;
   
  -/* 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   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/DBConnectAction.java
  
  Index: DBConnectAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/DBConnectAction.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBConnectAction.java	5 May 2004 16:38:11 -0000	1.1
  +++ DBConnectAction.java	21 Dec 2005 22:32:06 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui.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.
  @@ -84,6 +84,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:06  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:11  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/SaveXMLAction.java
  
  Index: SaveXMLAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/SaveXMLAction.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- SaveXMLAction.java	5 May 2004 16:38:25 -0000	1.1
  +++ SaveXMLAction.java	21 Dec 2005 22:32:06 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui.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.
  @@ -67,6 +67,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:06  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:25  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/DisableClassesWithRegexAction.java
  
  Index: DisableClassesWithRegexAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/DisableClassesWithRegexAction.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DisableClassesWithRegexAction.java	5 May 2004 16:38:25 -0000	1.1
  +++ DisableClassesWithRegexAction.java	21 Dec 2005 22:32:06 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui.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.
  @@ -51,6 +51,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:06  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:25  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +11 -1     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/DBConnPropertiesAction.java
  
  Index: DBConnPropertiesAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/DBConnPropertiesAction.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- DBConnPropertiesAction.java	5 May 2004 16:38:25 -0000	1.1
  +++ DBConnPropertiesAction.java	21 Dec 2005 22:32:06 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui.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.
  @@ -39,6 +39,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:06  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:25  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +12 -2     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/SetPackageAction.java
  
  Index: SetPackageAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/SetPackageAction.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- SetPackageAction.java	5 May 2004 16:38:25 -0000	1.1
  +++ SetPackageAction.java	21 Dec 2005 22:32:06 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui.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.
  @@ -44,6 +44,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:06  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:25  arminw
   // fix fault
   // wrong package structure used:
  
  
  
  1.1.2.1   +11 -1     db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/GenerateJavaClassesAction.java
  
  Index: GenerateJavaClassesAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/tools/org/apache/ojb/tools/mapping/reversedb/gui/actions/GenerateJavaClassesAction.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- GenerateJavaClassesAction.java	5 May 2004 16:38:25 -0000	1.1
  +++ GenerateJavaClassesAction.java	21 Dec 2005 22:32:06 -0000	1.1.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tools.mapping.reversedb.gui.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.
  @@ -81,6 +81,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.1.2.1  2005/12/21 22:32:06  tomdz
  +// Updated license
  +//
   // Revision 1.1  2004/05/05 16:38:25  arminw
   // fix fault
   // wrong package structure used:
  
  
  

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