You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ks...@apache.org on 2002/03/26 21:23:40 UTC

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs developer-list.dvsl

kschrader    02/03/26 12:23:40

  Modified:    .        project.xml
               src/dvsl/xdocs developer-list.dvsl
  Log:
  Fixing a sentence that wasn't really a sentence on the contributors page.
  Adding myself to the list o' developers.
  
  Revision  Changes    Path
  1.41      +7 -0      jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml	26 Mar 2002 13:36:28 -0000	1.40
  +++ project.xml	26 Mar 2002 20:23:40 -0000	1.41
  @@ -122,6 +122,13 @@
       </developer>
   
       <developer>
  +      <name>Kurt Schrader</name>
  +      <id>kschrader</id>
  +      <email>kschrader@karmalab.org</email>
  +      <organization>University of Michigan</organization>
  +    </developer>
  +
  +    <developer>
         <name>James Taylor</name>
         <id>jtaylor</id>
         <email>james@jamestaylor.org</email>
  
  
  
  1.3       +6 -5      jakarta-turbine-maven/src/dvsl/xdocs/developer-list.dvsl
  
  Index: developer-list.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/developer-list.dvsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- developer-list.dvsl	17 Mar 2002 19:21:04 -0000	1.2
  +++ developer-list.dvsl	26 Mar 2002 20:23:40 -0000	1.3
  @@ -2,7 +2,7 @@
   
     developer list page generator
   
  -  version : $Id: developer-list.dvsl,v 1.2 2002/03/17 19:21:04 kaz Exp $
  +  version : $Id: developer-list.dvsl,v 1.3 2002/03/26 20:23:40 kschrader Exp $
   -->
   
   #match ("/")
  @@ -17,15 +17,16 @@
       <section name="Developers">
   
       #if (! $node.get('project/developers'))
  -      <p> 
  +      <p>
           There are no developers working on this project.  Please check
           back at a later date.
         </p>
       #else
  -      <p> 
  +      <p>
           The following is a list of developers that have contributed to
  -        the project in one way or another through source contributions
  -        to documentation efforts.
  +        the project in one way or another.  Their contributions range
  +        from source code to documentation to bug fixes.  All contributions
  +        to the project are greatly appreciated.
         </p>
   $context.applyTemplates()
       #end
  
  
  

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