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:20:24 UTC

cvs commit: db-ojb/samples/misc/src/java/org/apache/ojb/servlet TestServlet.java

tomdz       2005/12/21 14:20:24

  Modified:    samples/misc/src/java/org/apache/ojb/tutorials Tag:
                        OJB_1_0_RELEASE PBExample.java ODMGExample.java
                        OTMExample.java Product.java
               samples/tutorial5/src/java/org/apache/ojb/tutorial5 Tag:
                        OJB_1_0_RELEASE UCQuitApplication.java
                        UCListAllProducts.java AbstractUseCase.java
                        UCDeleteProduct.java UCEnterNewProduct.java
                        Product.java UseCase.java Application.java
                        UCEditProduct.java
               samples/tutorial2/src/java/org/apache/ojb/tutorial2 Tag:
                        OJB_1_0_RELEASE UCListAllProducts.java
                        UCQuitApplication.java AbstractUseCase.java
                        Product.java UseCase.java UCDeleteProduct.java
                        Application.java UCEditProduct.java
                        UCEnterNewProduct.java
               samples/tutorial1/src/java/org/apache/ojb/tutorial1 Tag:
                        OJB_1_0_RELEASE Application.java
                        UCEnterNewProduct.java UCListAllProducts.java
                        UCQuitApplication.java UCDeleteProduct.java
                        Product.java UseCase.java UCEditProduct.java
                        AbstractUseCase.java
               samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts
                        Tag: OJB_1_0_RELEASE EditProductAction.java
                        WebappConstants.java DeleteProductAction.java
                        SaveProductAction.java ListAllProductsAction.java
                        ProductForm.java ProductDAO.java Product.java
               samples/misc/src/java/org/apache/ojb/servlet Tag:
                        OJB_1_0_RELEASE TestServlet.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +2 -2      db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/PBExample.java
  
  Index: PBExample.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/PBExample.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- PBExample.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ PBExample.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorials;
   
  -/* 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.2   +1 -1      db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/ODMGExample.java
  
  Index: ODMGExample.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/ODMGExample.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ODMGExample.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ ODMGExample.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorials;
   
  -/* 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.2   +1 -1      db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/OTMExample.java
  
  Index: OTMExample.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/OTMExample.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- OTMExample.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ OTMExample.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorials;
   
  -/* 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.2   +1 -1      db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/Product.java
  
  Index: Product.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/misc/src/java/org/apache/ojb/tutorials/Attic/Product.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Product.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ Product.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorials;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCQuitApplication.java
  
  Index: UCQuitApplication.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCQuitApplication.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCQuitApplication.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ UCQuitApplication.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCListAllProducts.java
  
  Index: UCListAllProducts.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCListAllProducts.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCListAllProducts.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ UCListAllProducts.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/AbstractUseCase.java
  
  Index: AbstractUseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/AbstractUseCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- AbstractUseCase.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ AbstractUseCase.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCDeleteProduct.java
  
  Index: UCDeleteProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCDeleteProduct.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCDeleteProduct.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ UCDeleteProduct.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCEnterNewProduct.java
  
  Index: UCEnterNewProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCEnterNewProduct.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCEnterNewProduct.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ UCEnterNewProduct.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/Product.java
  
  Index: Product.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/Product.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Product.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ Product.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UseCase.java
  
  Index: UseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UseCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UseCase.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ UseCase.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/Application.java
  
  Index: Application.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/Application.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Application.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ Application.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCEditProduct.java
  
  Index: UCEditProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial5/src/java/org/apache/ojb/tutorial5/Attic/UCEditProduct.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCEditProduct.java	11 Jan 2005 22:15:01 -0000	1.1.2.1
  +++ UCEditProduct.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial5;
   
  -/* 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.3   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCListAllProducts.java
  
  Index: UCListAllProducts.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCListAllProducts.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- UCListAllProducts.java	24 Mar 2005 19:05:07 -0000	1.1.2.2
  +++ UCListAllProducts.java	21 Dec 2005 22:20:22 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCQuitApplication.java
  
  Index: UCQuitApplication.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCQuitApplication.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCQuitApplication.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ UCQuitApplication.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/AbstractUseCase.java
  
  Index: AbstractUseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/AbstractUseCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- AbstractUseCase.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ AbstractUseCase.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/Product.java
  
  Index: Product.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/Product.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Product.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ Product.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UseCase.java
  
  Index: UseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UseCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UseCase.java	11 Jan 2005 22:15:00 -0000	1.1.2.1
  +++ UseCase.java	21 Dec 2005 22:20:22 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.3   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCDeleteProduct.java
  
  Index: UCDeleteProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCDeleteProduct.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- UCDeleteProduct.java	24 Mar 2005 19:05:07 -0000	1.1.2.2
  +++ UCDeleteProduct.java	21 Dec 2005 22:20:22 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.3   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/Application.java
  
  Index: Application.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/Application.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- Application.java	23 Mar 2005 23:37:07 -0000	1.1.2.2
  +++ Application.java	21 Dec 2005 22:20:22 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.3   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCEditProduct.java
  
  Index: UCEditProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCEditProduct.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- UCEditProduct.java	24 Mar 2005 19:05:07 -0000	1.1.2.2
  +++ UCEditProduct.java	21 Dec 2005 22:20:22 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.3   +1 -1      db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCEnterNewProduct.java
  
  Index: UCEnterNewProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial2/src/java/org/apache/ojb/tutorial2/Attic/UCEnterNewProduct.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- UCEnterNewProduct.java	23 Mar 2005 23:37:07 -0000	1.1.2.2
  +++ UCEnterNewProduct.java	21 Dec 2005 22:20:22 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial2;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/Application.java
  
  Index: Application.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/Application.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Application.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ Application.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCEnterNewProduct.java
  
  Index: UCEnterNewProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCEnterNewProduct.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCEnterNewProduct.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ UCEnterNewProduct.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCListAllProducts.java
  
  Index: UCListAllProducts.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCListAllProducts.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCListAllProducts.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ UCListAllProducts.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCQuitApplication.java
  
  Index: UCQuitApplication.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCQuitApplication.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCQuitApplication.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ UCQuitApplication.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCDeleteProduct.java
  
  Index: UCDeleteProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCDeleteProduct.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCDeleteProduct.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ UCDeleteProduct.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/Product.java
  
  Index: Product.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/Product.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Product.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ Product.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UseCase.java
  
  Index: UseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UseCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UseCase.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ UseCase.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCEditProduct.java
  
  Index: UCEditProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/UCEditProduct.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UCEditProduct.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ UCEditProduct.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/AbstractUseCase.java
  
  Index: AbstractUseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1/src/java/org/apache/ojb/tutorial1/Attic/AbstractUseCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- AbstractUseCase.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ AbstractUseCase.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/EditProductAction.java
  
  Index: EditProductAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/EditProductAction.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- EditProductAction.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ EditProductAction.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/WebappConstants.java
  
  Index: WebappConstants.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/WebappConstants.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- WebappConstants.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ WebappConstants.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/DeleteProductAction.java
  
  Index: DeleteProductAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/DeleteProductAction.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- DeleteProductAction.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ DeleteProductAction.java	21 Dec 2005 22:20:23 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/SaveProductAction.java
  
  Index: SaveProductAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/SaveProductAction.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- SaveProductAction.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ SaveProductAction.java	21 Dec 2005 22:20:24 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/ListAllProductsAction.java
  
  Index: ListAllProductsAction.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/ListAllProductsAction.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ListAllProductsAction.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ ListAllProductsAction.java	21 Dec 2005 22:20:24 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/ProductForm.java
  
  Index: ProductForm.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/ProductForm.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ProductForm.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ ProductForm.java	21 Dec 2005 22:20:24 -0000	1.1.2.2
  @@ -9,7 +9,7 @@
   import org.apache.struts.action.ActionMapping;
   import org.apache.struts.action.ActionMessage;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/ProductDAO.java
  
  Index: ProductDAO.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/ProductDAO.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ProductDAO.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ ProductDAO.java	21 Dec 2005 22:20:24 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/Product.java
  
  Index: Product.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/tutorial1-struts/src/java/org/apache/ojb/tutorial1struts/Attic/Product.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Product.java	12 Jan 2005 21:23:03 -0000	1.1.2.1
  +++ Product.java	21 Dec 2005 22:20:24 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.tutorial1struts;
   
  -/* 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.2   +1 -1      db-ojb/samples/misc/src/java/org/apache/ojb/servlet/Attic/TestServlet.java
  
  Index: TestServlet.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/samples/misc/src/java/org/apache/ojb/servlet/Attic/TestServlet.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- TestServlet.java	11 Jan 2005 22:15:02 -0000	1.1.2.1
  +++ TestServlet.java	21 Dec 2005 22:20:24 -0000	1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.servlet;
   
  -/* 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