jmitchell    2004/08/26 20:30:46

  Modified:    resources project.xml
  Log:
  update due to lgpl license restrictions 

  

  It's a shame we can't keep these with the regular build, I may have to remove them 
totally and host them on sf.net
  
  Revision  Changes    Path
  1.14      +22 -6     jakarta-commons-sandbox/resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       11 Jun 2004 13:02:12 -0000      1.13
  +++ project.xml       27 Aug 2004 03:30:46 -0000      1.14
  @@ -123,12 +123,18 @@
       </dependency>
        
        <!-- for testing -->
  -
  +     
  +     <dependency>
  +      <id>hsqldb</id>
  +      <version>1.7.1</version>
  +    </dependency>
  +     
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
        
  +     <!-- Testing (Hibernate) 
       <dependency>
         <id>dom4j</id>
         <version>1.4</version>
  @@ -151,12 +157,22 @@
        <artifactId>geronimo-spec-jta</artifactId>
        <version>1.0-M1</version>
      </dependency>      
  +     -->
  +     
  +     <!-- Testing (iBatis) 
  +   <dependency>
  +     <id>jdom</id>
  +     <version>b10</version>
  +   </dependency>      
  +-->
  +<!--         
  +   <dependency>
  +     <id>ibatis</id>
  +     <version>1.2.9</version>
  +   </dependency>      
  +-->
  +     
        
  -     <dependency>
  -      <id>hsqldb</id>
  -      <version>1.7.1</version>
  -    </dependency>
  -
     </dependencies>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to