You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by qu...@apache.org on 2003/02/03 18:13:27 UTC

cvs commit: jakarta-turbine-torque project.xml

quintonm    2003/02/03 09:13:27

  Modified:    .        project.xml
  Log:
  - Moved my developer entry to it's alphabetical place in the list.
  - Added URL for commons-beanutils
  
  Revision  Changes    Path
  1.71      +11 -10    jakarta-turbine-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- project.xml	27 Jan 2003 16:54:51 -0000	1.70
  +++ project.xml	3 Feb 2003 17:13:27 -0000	1.71
  @@ -107,6 +107,16 @@
       </developer>
   
       <developer>
  +      <name>Quinton McCombs</name>
  +      <id>quintonm</id>
  +      <email>quintonm@bellsouth.net</email>
  +      <organization>NEqualsOne</organization>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
  +    </developer>
  +
  +    <developer>
         <name>John McNally</name>
         <id>jmcnally</id>
         <email>jmcnally@collab.net</email>
  @@ -186,16 +196,6 @@
         </roles>
       </developer>
   
  -    <developer>
  -      <name>Quinton McCombs</name>
  -      <id>quintonm</id>
  -      <email>quintonm@bellsouth.net</email>
  -      <organization>NEqualsOne</organization>
  -      <roles>
  -        <role>Java Developer</role>
  -      </roles>
  -    </developer>
  -
     </developers>
   
     <contributors>
  @@ -219,6 +219,7 @@
       <dependency>
         <id>commons-beanutils</id>
         <version>1.5</version>
  +      <url>http://jakarta.apache.org/commons/beanutils.html</url>
       </dependency>
       <dependency>
         <id>commons-collections</id>