You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/04/03 15:45:35 UTC

cvs commit: jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource DefaultHelloDBService.java HelloDBService.java Main.java

leif        02/04/03 05:45:35

  Modified:    all/examples/container/bin run.bat
               all/examples/container/src/java/org/apache/avalon/example/container
                        DefaultExampleProfilable.java
                        ExampleProfilable.java
               all/examples/jdbcdatasource/bin hsqldbmgr.bat run.bat
               all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource
                        DefaultHelloDBService.java HelloDBService.java
                        Main.java
  Log:
  Email address change.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-excalibur/all/examples/container/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/container/bin/run.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.bat	12 Mar 2002 21:36:56 -0000	1.1
  +++ run.bat	3 Apr 2002 13:45:35 -0000	1.2
  @@ -2,7 +2,7 @@
   rem
   rem Example start script.
   rem
  -rem Author: Leif Mortenson [leif@silveregg.co.jp]
  +rem Author: Leif Mortenson [leif@tanukisoftware.com]
   rem Author: Berin Loritsch [bloritsch@apache.org]
   
   rem
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/all/examples/container/src/java/org/apache/avalon/example/container/DefaultExampleProfilable.java
  
  Index: DefaultExampleProfilable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/container/src/java/org/apache/avalon/example/container/DefaultExampleProfilable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultExampleProfilable.java	12 Mar 2002 21:36:56 -0000	1.1
  +++ DefaultExampleProfilable.java	3 Apr 2002 13:45:35 -0000	1.2
  @@ -27,8 +27,8 @@
    *
    * Note, this code ignores exceptions to keep the code simple.
    *
  - * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/03/12 21:36:56 $
  + * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:45:35 $
    * @since 4.1
    */
   public class DefaultExampleProfilable
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/all/examples/container/src/java/org/apache/avalon/example/container/ExampleProfilable.java
  
  Index: ExampleProfilable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/container/src/java/org/apache/avalon/example/container/ExampleProfilable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExampleProfilable.java	12 Mar 2002 21:36:56 -0000	1.1
  +++ ExampleProfilable.java	3 Apr 2002 13:45:35 -0000	1.2
  @@ -15,8 +15,8 @@
    *
    * Note, this code ignores exceptions to keep the code simple.
    *
  - * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/03/12 21:36:56 $
  + * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:45:35 $
    * @since 4.1
    */
   public interface ExampleProfilable
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/all/examples/jdbcdatasource/bin/hsqldbmgr.bat
  
  Index: hsqldbmgr.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/jdbcdatasource/bin/hsqldbmgr.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hsqldbmgr.bat	7 Feb 2002 07:15:41 -0000	1.1
  +++ hsqldbmgr.bat	3 Apr 2002 13:45:35 -0000	1.2
  @@ -2,7 +2,7 @@
   rem
   rem Run HSQLDB Manager
   rem
  -rem Author: Leif Mortenson [leif@silveregg.co.jp]
  +rem Author: Leif Mortenson [leif@tanukisoftware.com]
   
   rem
   rem Determine if JAVA_HOME is set and if so then use it
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/all/examples/jdbcdatasource/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/jdbcdatasource/bin/run.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.bat	7 Feb 2002 07:15:41 -0000	1.1
  +++ run.bat	3 Apr 2002 13:45:35 -0000	1.2
  @@ -2,7 +2,7 @@
   rem
   rem Example start script.
   rem
  -rem Author: Leif Mortenson [leif@silveregg.co.jp]
  +rem Author: Leif Mortenson [leif@tanukisoftware.com]
   
   rem
   rem Determine if JAVA_HOME is set and if so then use it
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java
  
  Index: DefaultHelloDBService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultHelloDBService.java	7 Feb 2002 07:15:42 -0000	1.1
  +++ DefaultHelloDBService.java	3 Apr 2002 13:45:35 -0000	1.2
  @@ -33,8 +33,8 @@
    *
    * Note, this code ignores exceptions to keep the code simple.
    *
  - * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/02/07 07:15:42 $
  + * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:45:35 $
    * @since 4.1
    */
   public class DefaultHelloDBService
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java
  
  Index: HelloDBService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HelloDBService.java	7 Feb 2002 07:15:42 -0000	1.1
  +++ HelloDBService.java	3 Apr 2002 13:45:35 -0000	1.2
  @@ -16,8 +16,8 @@
    *
    * Note, this code ignores exceptions to keep the code simple.
    *
  - * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/02/07 07:15:42 $
  + * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:45:35 $
    * @since 4.1
    */
   public interface HelloDBService
  
  
  
  1.4       +2 -2      jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/jdbcdatasource/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Main.java	9 Feb 2002 16:08:01 -0000	1.3
  +++ Main.java	3 Apr 2002 13:45:35 -0000	1.4
  @@ -32,8 +32,8 @@
    *
    * Note, this code ignores exceptions to keep the code simple.
    *
  - * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/02/09 16:08:01 $
  + * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:45:35 $
    * @since 4.1
    */
   public class Main
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>