jvanzyl     02/02/24 09:17:18

  Modified:    .        project.xml
  Log:
  - adding <id/> to the project descriptor and the object model so that
    during cvs log processing we can match up the id of the developer with
    their full name.
  
  Revision  Changes    Path
  1.4       +19 -0     jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       24 Feb 2002 11:45:18 -0000      1.3
  +++ project.xml       24 Feb 2002 17:17:18 -0000      1.4
  @@ -53,39 +53,58 @@
   
     <developers>
   
  +    <!-- Eventually this might be a reference to a developer
  +         id, but the question is where the individual entries
  +         should reside. For the Turbine projects maybe an overall
  +         repository of developer entries, but for other projects
  +         what do we do. A global repository of Java developer ids?
  +         
  +         I am adding the login for each developer, so maybe this
  +         is really a per-project things like password and login
  +         may be different for each project but possibly the
  +         identity of the developer could be store in some
  +         repository. Anyway, suggests tweaks to the model.
  +    -->
  +
       <developer>
         <!-- <name>Jauncarlo A&ntilde;ez</name> -->
         <name>Jauncarlo Arnez</name>
  +      <id>jaunco</id>
         <email>[EMAIL PROTECTED]</email>
         <organization></organization>
       </developer>
   
       <developer>
         <name>Stephane Bailliez</name>
  +      <id>sbailliez</id>
         <email>[EMAIL PROTECTED]</email>
         <organization></organization>
       </developer>
   
       <developer>
         <name>Tom Copeland</name>
  +      <id>tcopeland</id>
         <email></email>
         <organization></organization>
       </developer>
   
       <developer>
         <name>Pete Kazmier</name>
  +      <id>kaz</id>
         <email>[EMAIL PROTECTED]</email>
         <organization></organization>
       </developer>
   
       <developer>
         <name>Geir Magnusson Jr.</name>
  +      <id>geirm</id>
         <email>[EMAIL PROTECTED]</email>
         <organization>Independent (DVSL Maven)</organization>
       </developer>
   
       <developer>
         <name>Jason van Zyl</name>
  +      <id>jvanzyl</id>
         <email>[EMAIL PROTECTED]</email>
         <organization>Zenplex</organization>
       </developer>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to