You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/09/08 20:11:47 UTC

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

rdonkin     2003/09/08 11:11:47

  Modified:    resources STATUS.html project.xml
  Log:
  Added myself to list of committers
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-commons-sandbox/resources/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/STATUS.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- STATUS.html	28 Feb 2003 03:05:29 -0000	1.7
  +++ STATUS.html	8 Sep 2003 18:11:47 -0000	1.8
  @@ -64,6 +64,7 @@
   <li><a href="mailto:dlr@apache.org">Daniel Rall</a></li>
   <li><a href="mailto:husted@apache.org">Ted Husted</a></li>
   <li><a href="mailto:dgraham@apache.org">David Graham</a></li>
  +<li><a href="mailto:rdonkin hat apache.org">Robert Burrell Donkin</a></li>
   </ul>
   
   
  
  
  
  1.5       +23 -1     jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	9 Jul 2003 02:59:24 -0000	1.4
  +++ project.xml	8 Sep 2003 18:11:47 -0000	1.5
  @@ -8,6 +8,7 @@
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org</url>
  +    <logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
     </organization>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.resources</package>
  @@ -26,7 +27,7 @@
     <siteDirectory>/www/jakarta.apache.org/commons/sandbox/resources/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/resources/</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/resources</connection>
  +    <connection>${resources.repository}</connection>
       <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/resources/</url>
     </repository>
     
  @@ -46,6 +47,12 @@
         <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
         <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
       </mailingList>
  +    <mailingList>
  +      <name>Commons User List</name>
  +      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
  +      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
  +    </mailingList>
     </mailingLists>
   
     <developers>
  @@ -91,6 +98,12 @@
         <email>dgraham@apache.org</email>
         <organization></organization>
       </developer>
  +    <developer>
  +      <name>Robert Burrell Donkin</name>
  +      <id>rdonkin</id>
  +      <email>rdonkin hat apache.org</email>
  +      <organization></organization>
  +    </developer>
     </developers>
   
     <dependencies>
  @@ -153,6 +166,15 @@
         <includes>
           <include>**/*TestCase.java</include>
         </includes>
  +            <resources>
  +                <resource>
  +                    <directory>${pom.build.unitTestSourceDirectory}</directory>
  +                    <includes>
  +                        <include>**/*.properties</include>
  +                        <include>**/*.xml</include>
  +                    </includes>
  +                </resource>
  +            </resources>
       </unitTest>