You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jm...@apache.org on 2004/02/18 02:34:46 UTC

cvs commit: jakarta-commons-sandbox/resources project.xml

jmitchell    2004/02/17 17:34:46

  Modified:    resources project.xml
  Log:
  Added myself
  
  Revision  Changes    Path
  1.6       +20 -14    jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	8 Sep 2003 18:11:47 -0000	1.5
  +++ project.xml	18 Feb 2004 01:34:46 -0000	1.6
  @@ -16,11 +16,11 @@
   
     <!-- Gump integration -->
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  -  
  +
     <description>
     	Resources is a resources component.
     </description>
  -  
  +
     <url>http://jakarta.apache.org/commons/sandbox/resources/</url>
     <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
  @@ -30,7 +30,7 @@
       <connection>${resources.repository}</connection>
       <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/resources/</url>
     </repository>
  -  
  +
     <versions>
       <version>
         <id>b1</id>
  @@ -39,7 +39,7 @@
       </version>
     </versions>
     <branches></branches>
  -  
  +
     <mailingLists>
       <mailingList>
         <name>Commons Dev List</name>
  @@ -104,6 +104,12 @@
         <email>rdonkin hat apache.org</email>
         <organization></organization>
       </developer>
  +    <developer>
  +      <name>James Mitchell</name>
  +      <id>jmitchell</id>
  +      <email>jmitchell@apache.org</email>
  +      <organization>EdgeTech, Inc</organization>
  +    </developer>
     </developers>
   
     <dependencies>
  @@ -112,7 +118,7 @@
         <id>xml-apis</id>
         <version>2.0.2</version>
       </dependency>
  -    
  +
       <dependency>
         <id>commons-beanutils</id>
         <version>1.5</version>
  @@ -127,12 +133,12 @@
         <id>commons-digester</id>
         <version>1.3</version>
       </dependency>
  -    
  +
       <dependency>
         <id>commons-discovery</id>
         <version>0.1</version>
       </dependency>
  -    
  +
       <dependency>
         <id>commons-logging</id>
         <version>1.0.2</version>
  @@ -142,25 +148,25 @@
         <id>servletapi</id>
         <version>2.3</version>
       </dependency>
  -    
  +
   	<!-- for testing -->
   
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
  -    
  +
     </dependencies>
  -  
  -  
  +
  +
     <build>
       <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
       <sourceDirectory>src/java</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -    
  +
       <integrationUnitTestSourceDirectory/>
       <aspectSourceDirectory/>
  -    
  +
       <!-- Unit test classes -->
       <unitTest>
         <includes>
  @@ -177,7 +183,7 @@
               </resources>
       </unitTest>
   
  -    
  +
       <!-- Integration unit test classes -->
   
       <integrationUnitTestPatterns></integrationUnitTestPatterns>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org