kaz         02/05/05 19:03:32

  Modified:    .        project.xml
               src/java/org/apache/maven DVSLFormatter.java
                        DVSLPathTool.java TaskListExecutor.java
               src/java/org/apache/maven/executor
                        FileProcessingExecutor.java
               src/java/org/apache/maven/java TaskListVisitor.java
               src/test/org/apache/maven DVSLPathToolTest.java
               src/test/org/apache/maven/java NodeViewVisitorTest.java
               xdocs    development-process.xml features.xml
                        getting-started.xml powered.xml status.xml
               xdocs/ref build-file.xml dirlayout.xml faq.xml index.xml
                        jrcs.xml metrics.xml musings.xml
                        project-descriptor.xml properties.xml
               xdocs/start anakia.xml bootstrap.xml download.xml index.xml
                        install.xml integrate.xml use.xml
  Log:
  Changed my email address.
  
  Revision  Changes    Path
  1.73      +1 -1      jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- project.xml       2 May 2002 16:43:59 -0000       1.72
  +++ project.xml       6 May 2002 02:03:31 -0000       1.73
  @@ -137,7 +137,7 @@
       <developer>
         <name>Pete Kazmier</name>
         <id>kaz</id>
  -      <email>[EMAIL PROTECTED]</email>
  +      <email>[EMAIL PROTECTED]</email>
         <organization></organization>
       </developer>
   
  
  
  
  1.4       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/DVSLFormatter.java
  
  Index: DVSLFormatter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/DVSLFormatter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DVSLFormatter.java        22 Apr 2002 01:14:56 -0000      1.3
  +++ DVSLFormatter.java        6 May 2002 02:03:31 -0000       1.4
  @@ -61,8 +61,8 @@
    * static methods to assist in formatting needs that can't be done or
    * shouldn't be done in a DVSL stylesheet.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: DVSLFormatter.java,v 1.3 2002/04/22 01:14:56 dion Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: DVSLFormatter.java,v 1.4 2002/05/06 02:03:31 kaz Exp $
    */
   public class DVSLFormatter
   {
  
  
  
  1.5       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/DVSLPathTool.java
  
  Index: DVSLPathTool.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/DVSLPathTool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DVSLPathTool.java 1 May 2002 22:37:46 -0000       1.4
  +++ DVSLPathTool.java 6 May 2002 02:03:31 -0000       1.5
  @@ -61,8 +61,8 @@
    * methods to assist in determining path-related information such as
    * relative paths.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: DVSLPathTool.java,v 1.4 2002/05/01 22:37:46 kaz Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: DVSLPathTool.java,v 1.5 2002/05/06 02:03:31 kaz Exp $
    */
   public class DVSLPathTool
   {
  
  
  
  1.3       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/TaskListExecutor.java
  
  Index: TaskListExecutor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/TaskListExecutor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TaskListExecutor.java     22 Apr 2002 02:03:39 -0000      1.2
  +++ TaskListExecutor.java     6 May 2002 02:03:31 -0000       1.3
  @@ -67,8 +67,8 @@
    * An executor that utilizes a visitor to generate a task list from
    * various tags in JavaDoc of a project's source tree.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: TaskListExecutor.java,v 1.2 2002/04/22 02:03:39 kaz Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: TaskListExecutor.java,v 1.3 2002/05/06 02:03:31 kaz Exp $
    */
   public class TaskListExecutor extends FileProcessingExecutor
   {
  
  
  
  1.3       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/executor/FileProcessingExecutor.java
  
  Index: FileProcessingExecutor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/executor/FileProcessingExecutor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileProcessingExecutor.java       22 Apr 2002 02:43:32 -0000      1.2
  +++ FileProcessingExecutor.java       6 May 2002 02:03:31 -0000       1.3
  @@ -68,8 +68,8 @@
    * Subclasses must implement <code>doProcessFile</code>, and optionally
    * <code>doPreProcess</code> and <code>doPostProcess</code>.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: FileProcessingExecutor.java,v 1.2 2002/04/22 02:43:32 dion Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: FileProcessingExecutor.java,v 1.3 2002/05/06 02:03:31 kaz Exp $
    */
   public abstract class FileProcessingExecutor extends ProjectExecutor
   {
  
  
  
  1.2       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/java/TaskListVisitor.java
  
  Index: TaskListVisitor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/java/TaskListVisitor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaskListVisitor.java      20 Apr 2002 05:19:48 -0000      1.1
  +++ TaskListVisitor.java      6 May 2002 02:03:31 -0000       1.2
  @@ -62,8 +62,8 @@
    * A visitor that accumulates a list of tasks indicated by the todo and
    * task JavaDoc tags.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: TaskListVisitor.java,v 1.1 2002/04/20 05:19:48 kaz Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: TaskListVisitor.java,v 1.2 2002/05/06 02:03:31 kaz Exp $
    */
   public class TaskListVisitor extends BaseVisitor
   {
  
  
  
  1.4       +4 -4      
jakarta-turbine-maven/src/test/org/apache/maven/DVSLPathToolTest.java
  
  Index: DVSLPathToolTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/test/org/apache/maven/DVSLPathToolTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DVSLPathToolTest.java     1 May 2002 22:37:46 -0000       1.3
  +++ DVSLPathToolTest.java     6 May 2002 02:03:31 -0000       1.4
  @@ -61,8 +61,8 @@
   /** 
    * Unit test for <code>DVSLPathTool</code>.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: DVSLPathToolTest.java,v 1.3 2002/05/01 22:37:46 kaz Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: DVSLPathToolTest.java,v 1.4 2002/05/06 02:03:31 kaz Exp $
    */
   public class DVSLPathToolTest extends TestCase 
   {
  @@ -209,8 +209,8 @@
        * results for each method are different which is the reason that
        * both expected values are stored as part of the class.
        * 
  -     * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  -     * @version $Id: DVSLPathToolTest.java,v 1.3 2002/05/01 22:37:46 kaz Exp $
  +     * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  +     * @version $Id: DVSLPathToolTest.java,v 1.4 2002/05/06 02:03:31 kaz Exp $
        */
       private static class TestArgs
       {
  
  
  
  1.2       +2 -2      
jakarta-turbine-maven/src/test/org/apache/maven/java/NodeViewVisitorTest.java
  
  Index: NodeViewVisitorTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/test/org/apache/maven/java/NodeViewVisitorTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeViewVisitorTest.java  14 Apr 2002 06:52:28 -0000      1.1
  +++ NodeViewVisitorTest.java  6 May 2002 02:03:31 -0000       1.2
  @@ -62,8 +62,8 @@
    * Unit test for <code>NodeViewVisitor</code>.  The output of this test
    * generates an indented AST to standard out for debugging purposes.
    * 
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: NodeViewVisitorTest.java,v 1.1 2002/04/14 06:52:28 kaz Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  + * @version $Id: NodeViewVisitorTest.java,v 1.2 2002/05/06 02:03:31 kaz Exp $
    */
   public class NodeViewVisitorTest extends TestCase 
   {
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/development-process.xml
  
  Index: development-process.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/development-process.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- development-process.xml   28 Mar 2002 00:38:24 -0000      1.1
  +++ development-process.xml   6 May 2002 02:03:31 -0000       1.2
  @@ -4,7 +4,7 @@
   
     <properties>
       <title>Development Process</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.7       +1 -1      jakarta-turbine-maven/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/features.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- features.xml      1 May 2002 22:03:10 -0000       1.6
  +++ features.xml      6 May 2002 02:03:31 -0000       1.7
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
       <title>Features</title>
     </properties>
  
  
  
  1.14      +1 -1      jakarta-turbine-maven/xdocs/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/getting-started.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- getting-started.xml       1 May 2002 22:03:10 -0000       1.13
  +++ getting-started.xml       6 May 2002 02:03:31 -0000       1.14
  @@ -4,7 +4,7 @@
     <properties>
       <title>Getting Started with Maven</title>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.9       +1 -1      jakarta-turbine-maven/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/powered.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- powered.xml       18 Apr 2002 17:43:35 -0000      1.8
  +++ powered.xml       6 May 2002 02:03:31 -0000       1.9
  @@ -4,7 +4,7 @@
   
     <properties>
       <title>Powered By Maven</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/status.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.xml        28 Mar 2002 18:57:11 -0000      1.1
  +++ status.xml        6 May 2002 02:03:31 -0000       1.2
  @@ -4,7 +4,7 @@
   
     <properties>
       <title>News and Status</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.5       +1 -1      jakarta-turbine-maven/xdocs/ref/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/build-file.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-file.xml    5 May 2002 20:18:14 -0000       1.4
  +++ build-file.xml    6 May 2002 02:03:31 -0000       1.5
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <title>Maven Build File Documentation</title>
     </properties>
   
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/ref/dirlayout.xml
  
  Index: dirlayout.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/dirlayout.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dirlayout.xml     1 May 2002 22:03:11 -0000       1.1
  +++ dirlayout.xml     6 May 2002 02:03:31 -0000       1.2
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <author email="[EMAIL PROTECTED]">Ceki G&#252;lc&#252;</author>
       <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
       <author email="[EMAIL PROTECTED]">Peter Donald</author>
  
  
  
  1.3       +1 -1      jakarta-turbine-maven/xdocs/ref/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/faq.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.xml   5 May 2002 07:30:12 -0000       1.2
  +++ faq.xml   6 May 2002 02:03:31 -0000       1.3
  @@ -4,7 +4,7 @@
   
     <properties>
       <title>Maven FAQ</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/ref/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 1 May 2002 22:03:11 -0000       1.1
  +++ index.xml 6 May 2002 02:03:31 -0000       1.2
  @@ -3,7 +3,7 @@
   
     <properties>
       <title>Reference Documentation</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/ref/jrcs.xml
  
  Index: jrcs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/jrcs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jrcs.xml  1 May 2002 22:03:11 -0000       1.1
  +++ jrcs.xml  6 May 2002 02:03:31 -0000       1.2
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
       <title>JRCS</title>
     </properties>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/ref/metrics.xml
  
  Index: metrics.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/metrics.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- metrics.xml       1 May 2002 22:03:11 -0000       1.1
  +++ metrics.xml       6 May 2002 02:03:31 -0000       1.2
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <author email="[EMAIL PROTECTED]">Stephane Bailliez</author>
       <title>Metrics</title>
     </properties>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/ref/musings.xml
  
  Index: musings.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/musings.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- musings.xml       1 May 2002 22:03:11 -0000       1.1
  +++ musings.xml       6 May 2002 02:03:31 -0000       1.2
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
       <title>Musings</title>
     </properties>
  
  
  
  1.3       +1 -1      jakarta-turbine-maven/xdocs/ref/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/project-descriptor.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project-descriptor.xml    5 May 2002 20:18:14 -0000       1.2
  +++ project-descriptor.xml    6 May 2002 02:03:31 -0000       1.3
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <title>Maven Project Descriptors</title>
     </properties>
   
  
  
  
  1.6       +1 -1      jakarta-turbine-maven/xdocs/ref/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/properties.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- properties.xml    5 May 2002 19:50:15 -0000       1.5
  +++ properties.xml    6 May 2002 02:03:31 -0000       1.6
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <title>Maven Properties Documentation</title>
     </properties>
   
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/start/anakia.xml
  
  Index: anakia.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/anakia.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- anakia.xml        1 May 2002 22:03:12 -0000       1.1
  +++ anakia.xml        6 May 2002 02:03:31 -0000       1.2
  @@ -3,7 +3,7 @@
   
     <properties>
       <title>Anakia to Maven</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/start/bootstrap.xml
  
  Index: bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/bootstrap.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bootstrap.xml     1 May 2002 22:03:12 -0000       1.1
  +++ bootstrap.xml     6 May 2002 02:03:31 -0000       1.2
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
       <title>Building Maven</title>
     </properties>
   
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/start/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/download.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- download.xml      1 May 2002 22:03:12 -0000       1.1
  +++ download.xml      6 May 2002 02:03:31 -0000       1.2
  @@ -3,7 +3,7 @@
   
     <properties>
       <title>Downnload Maven</title>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/start/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 1 May 2002 22:03:12 -0000       1.1
  +++ index.xml 6 May 2002 02:03:31 -0000       1.2
  @@ -4,7 +4,7 @@
     <properties>
       <title>Getting Started with Maven</title>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.2       +1 -1      jakarta-turbine-maven/xdocs/start/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/install.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- install.xml       1 May 2002 22:03:12 -0000       1.1
  +++ install.xml       6 May 2002 02:03:31 -0000       1.2
  @@ -4,7 +4,7 @@
     <properties>
       <title>Installing Maven</title>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.3       +1 -1      jakarta-turbine-maven/xdocs/start/integrate.xml
  
  Index: integrate.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/integrate.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- integrate.xml     5 May 2002 20:18:14 -0000       1.2
  +++ integrate.xml     6 May 2002 02:03:31 -0000       1.3
  @@ -4,7 +4,7 @@
     <properties>
       <title>Integrating Maven</title>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  
  1.3       +1 -1      jakarta-turbine-maven/xdocs/start/use.xml
  
  Index: use.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/use.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- use.xml   3 May 2002 14:01:17 -0000       1.2
  +++ use.xml   6 May 2002 02:03:32 -0000       1.3
  @@ -4,7 +4,7 @@
     <properties>
       <title>Using Maven</title>
       <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
  -    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
     </properties>
   
     <body>
  
  
  


Reply via email to