You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/01/13 15:59:53 UTC

cvs commit: jakarta-cactus/src/ant/org/apache/cactus/ant AbstractServerRun.java ArgListProperty.java ArgListTask.java ChangeLogTask.java EnhydraRun.java PathConvert.java ResinRun.java RunServerTestsTask.java StartServerHelper.java StartServerTask.java StopServerHelper.java StopServerTask.java

vmassol     02/01/13 06:59:53

  Modified:    src/ant/org/apache/cactus/ant AbstractServerRun.java
                        ArgListProperty.java ArgListTask.java
                        ChangeLogTask.java EnhydraRun.java PathConvert.java
                        ResinRun.java RunServerTestsTask.java
                        StartServerHelper.java StartServerTask.java
                        StopServerHelper.java StopServerTask.java
  Log:
  Happy new year !
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/AbstractServerRun.java
  
  Index: AbstractServerRun.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/AbstractServerRun.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractServerRun.java	14 Sep 2001 20:09:15 -0000	1.4
  +++ AbstractServerRun.java	13 Jan 2002 14:59:53 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -67,7 +67,7 @@
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    * @author <a href="mailto:digital@ix.net.au">Robert Leftwich</a>
    *
  - * @version $Id: AbstractServerRun.java,v 1.4 2001/09/14 20:09:15 pier Exp $
  + * @version $Id: AbstractServerRun.java,v 1.5 2002/01/13 14:59:53 vmassol Exp $
    */
   public abstract class AbstractServerRun extends Thread
   {
  
  
  
  1.5       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/ArgListProperty.java
  
  Index: ArgListProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/ArgListProperty.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ArgListProperty.java	14 Sep 2001 20:09:27 -0000	1.4
  +++ ArgListProperty.java	13 Jan 2002 14:59:53 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -58,7 +58,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: ArgListProperty.java,v 1.4 2001/09/14 20:09:27 pier Exp $
  + * @version $Id: ArgListProperty.java,v 1.5 2002/01/13 14:59:53 vmassol Exp $
    * @see ArgListTask
    */
   public class ArgListProperty
  
  
  
  1.5       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/ArgListTask.java
  
  Index: ArgListTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/ArgListTask.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ArgListTask.java	14 Sep 2001 20:09:37 -0000	1.4
  +++ ArgListTask.java	13 Jan 2002 14:59:53 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -79,7 +79,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: ArgListTask.java,v 1.4 2001/09/14 20:09:37 pier Exp $
  + * @version $Id: ArgListTask.java,v 1.5 2002/01/13 14:59:53 vmassol Exp $
    */
   public class ArgListTask extends Task
   {
  
  
  
  1.9       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/ChangeLogTask.java
  
  Index: ChangeLogTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/ChangeLogTask.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ChangeLogTask.java	10 Jan 2002 19:56:07 -0000	1.8
  +++ ChangeLogTask.java	13 Jan 2002 14:59:53 -0000	1.9
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -72,7 +72,7 @@
    * @author <a href="mailto:jeff.martin@synamic.co.uk">Jeff Martin</a>
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: ChangeLogTask.java,v 1.8 2002/01/10 19:56:07 vmassol Exp $
  + * @version $Id: ChangeLogTask.java,v 1.9 2002/01/13 14:59:53 vmassol Exp $
    */
   public class ChangeLogTask extends Task implements ExecuteStreamHandler
   {
  
  
  
  1.5       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/EnhydraRun.java
  
  Index: EnhydraRun.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/EnhydraRun.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EnhydraRun.java	14 Sep 2001 20:09:58 -0000	1.4
  +++ EnhydraRun.java	13 Jan 2002 14:59:53 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -64,7 +64,7 @@
    * @author <a href="mailto:digital@ix.net.au">Robert Leftwich</a>
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: EnhydraRun.java,v 1.4 2001/09/14 20:09:58 pier Exp $
  + * @version $Id: EnhydraRun.java,v 1.5 2002/01/13 14:59:53 vmassol Exp $
    * @see AbstractServerRun
    */
   public class EnhydraRun extends AbstractServerRun
  
  
  
  1.4       +1 -1      jakarta-cactus/src/ant/org/apache/cactus/ant/PathConvert.java
  
  Index: PathConvert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/PathConvert.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PathConvert.java	14 Sep 2001 20:10:09 -0000	1.3
  +++ PathConvert.java	13 Jan 2002 14:59:53 -0000	1.4
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/ResinRun.java
  
  Index: ResinRun.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/ResinRun.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ResinRun.java	14 Sep 2001 20:10:19 -0000	1.5
  +++ ResinRun.java	13 Jan 2002 14:59:53 -0000	1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -64,7 +64,7 @@
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    * @author <a href="mailto:digital@ix.net.au">Robert Leftwich</a>
    *
  - * @version $Id: ResinRun.java,v 1.5 2001/09/14 20:10:19 pier Exp $
  + * @version $Id: ResinRun.java,v 1.6 2002/01/13 14:59:53 vmassol Exp $
    * @see AbstractServerRun
    */
   public class ResinRun extends AbstractServerRun
  
  
  
  1.6       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/RunServerTestsTask.java
  
  Index: RunServerTestsTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/RunServerTestsTask.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RunServerTestsTask.java	14 Sep 2001 20:10:29 -0000	1.5
  +++ RunServerTestsTask.java	13 Jan 2002 14:59:53 -0000	1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -84,7 +84,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: RunServerTestsTask.java,v 1.5 2001/09/14 20:10:29 pier Exp $
  + * @version $Id: RunServerTestsTask.java,v 1.6 2002/01/13 14:59:53 vmassol Exp $
    */
   public class RunServerTestsTask extends Task
   {
  
  
  
  1.8       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/StartServerHelper.java
  
  Index: StartServerHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/StartServerHelper.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StartServerHelper.java	14 Sep 2001 20:10:39 -0000	1.7
  +++ StartServerHelper.java	13 Jan 2002 14:59:53 -0000	1.8
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -71,7 +71,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: StartServerHelper.java,v 1.7 2001/09/14 20:10:39 pier Exp $
  + * @version $Id: StartServerHelper.java,v 1.8 2002/01/13 14:59:53 vmassol Exp $
    */
   public class StartServerHelper implements Runnable
   {
  
  
  
  1.5       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/StartServerTask.java
  
  Index: StartServerTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/StartServerTask.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StartServerTask.java	14 Sep 2001 20:10:50 -0000	1.4
  +++ StartServerTask.java	13 Jan 2002 14:59:53 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -71,7 +71,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: StartServerTask.java,v 1.4 2001/09/14 20:10:50 pier Exp $
  + * @version $Id: StartServerTask.java,v 1.5 2002/01/13 14:59:53 vmassol Exp $
    */
   public class StartServerTask extends Task
   {
  
  
  
  1.8       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/StopServerHelper.java
  
  Index: StopServerHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/StopServerHelper.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StopServerHelper.java	14 Sep 2001 20:11:01 -0000	1.7
  +++ StopServerHelper.java	13 Jan 2002 14:59:53 -0000	1.8
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -67,7 +67,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: StopServerHelper.java,v 1.7 2001/09/14 20:11:01 pier Exp $
  + * @version $Id: StopServerHelper.java,v 1.8 2002/01/13 14:59:53 vmassol Exp $
    */
   public class StopServerHelper implements Runnable
   {
  
  
  
  1.6       +2 -2      jakarta-cactus/src/ant/org/apache/cactus/ant/StopServerTask.java
  
  Index: StopServerTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/ant/org/apache/cactus/ant/StopServerTask.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- StopServerTask.java	14 Sep 2001 20:11:11 -0000	1.5
  +++ StopServerTask.java	13 Jan 2002 14:59:53 -0000	1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: StopServerTask.java,v 1.5 2001/09/14 20:11:11 pier Exp $
  + * @version $Id: StopServerTask.java,v 1.6 2002/01/13 14:59:53 vmassol Exp $
    */
   public class StopServerTask extends Task
   {
  
  
  

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