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/09/08 01:58:19 UTC

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

jmitchell    2004/09/07 16:58:19

  Modified:    resources project.xml
  Log:
  Adding support for iBatis impls
  
  Revision  Changes    Path
  1.15      +13 -38    jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	27 Aug 2004 03:30:46 -0000	1.14
  +++ project.xml	7 Sep 2004 23:58:19 -0000	1.15
  @@ -80,6 +80,10 @@
       </contributor>
     </contributors>  
   
  +  <reports>
  +    <report>maven-developer-activity-plugin</report>
  +  </reports>
  +
     <dependencies>
   
       <dependency>
  @@ -117,62 +121,31 @@
         <version>2.3</version>
       </dependency>
   
  -    <dependency>
  -      <id>hibernate</id>
  -      <version>2.1.3</version>
  -    </dependency>
  -  	
  -	<!-- for testing -->
  -  	
     	<dependency>
         <id>hsqldb</id>
         <version>1.7.1</version>
       </dependency>
     	
  +  	
  +	<!-- for testing -->
  +  	
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
     	
  -	<!-- Testing (Hibernate) 
  -    <dependency>
  -      <id>dom4j</id>
  -      <version>1.4</version>
  -    </dependency>
  -  	 
  -    <dependency>
  -      <id>cglib</id>
  -      <artifactId>cglib-full</artifactId>
  -      <version>2.0</version>
  -    </dependency>
  -  	 
  -    <dependency>
  -      <id>opensymphony</id>
  -      <artifactId>oscache</artifactId>
  -      <version>2.0.1</version>
  -    </dependency>
  -  	 
  -   <dependency>
  -     <id>geronimo-spec</id>
  -     <artifactId>geronimo-spec-jta</artifactId>
  -     <version>1.0-M1</version>
  -   </dependency>  	 
  -  	-->
  -  	
  -	<!-- Testing (iBatis) 
  +	<!-- Testing (iBatis) -->
      <dependency>
        <id>jdom</id>
        <version>b10</version>
      </dependency>  	 
  --->
  -<!--  	
  +
      <dependency>
        <id>ibatis</id>
  +     <artifactId>ibatis-db</artifactId>
        <version>1.2.9</version>
      </dependency>  	 
  --->
  -  	
  -  	
  +
     </dependencies>
   
   
  @@ -188,9 +161,11 @@
                       <includes>
                           <include>**/*.properties</include>
                           <include>**/*.xml</include>
  +                        <include>**/*.sql</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