You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/10/04 20:12:45 UTC

cvs commit: jakarta-commons/dbcp project.xml

dirkv       2003/10/04 11:12:45

  Modified:    dbcp     project.xml
  Log:
  update maven build
  
  Revision  Changes    Path
  1.16      +13 -12    jakarta-commons/dbcp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	30 Sep 2003 19:21:41 -0000	1.15
  +++ project.xml	4 Oct 2003 18:12:45 -0000	1.16
  @@ -1,16 +1,15 @@
   <?xml version="1.0"?>
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../xdocs/maven/project-base.xml</extend>
     <name>Commons DBCP</name>
     <id>commons-dbcp</id>
  -  <logo></logo>
  -  <currentVersion>1.1-RC1</currentVersion>
  +  <logo>/images/dbcp-logo-blue.jpg</logo>
  +  <url>http://jakarta.apache.org/commons/dbcp/</url>
     <inceptionYear>2001</inceptionYear>
     <shortDescription>Commons Database Connection Pooling</shortDescription>
  -  <description>
  -    Commons Database Connection Pooling
  -  </description>
  +  <description>Commons Database Connection Pooling</description>
   
  +  <currentVersion>1.1-RC1</currentVersion>
     <versions>
       <version>
         <id>1.0</id>
  @@ -78,7 +77,6 @@
     </developers>
     
     <dependencies>
  -    
       <dependency>
         <id>commons-collections</id>
         <version>2.1</version>
  @@ -100,19 +98,22 @@
       <dependency><id>xml-apis</id><version>2.0.2</version></dependency><!-- actually dbcp's tests need this too -->
       <dependency><id>xerces</id><version>2.0.2</version></dependency>
       <!-- /these two are required by maven -->
  -
     </dependencies>
   
     <build>
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <unitTest>
         <includes>
           <include>org/apache/commons/dbcp/TestAll.java</include>
           <include>org/apache/commons/jocl/TestAll.java</include>
         </includes>
  +      <resources>
  +        <resource>
  +          <directory>${basedir}/src/test</directory>
  +          <includes>
  +            <include>testpool.jocl</include>
  +          </includes>
  +        </resource>
  +      </resources>
       </unitTest>
     </build>
  -
   </project>
  
  
  

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