You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/09/12 00:39:41 UTC

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

jstrachan    2002/09/11 15:39:41

  Modified:    sql      project.xml
  Log:
  Reorganized the dependencies and added the new dependencies for the dynabeans demo...
  
  Revision  Changes    Path
  1.4       +27 -17    jakarta-commons-sandbox/sql/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	31 Jul 2002 17:36:54 -0000	1.3
  +++ project.xml	11 Sep 2002 22:39:41 -0000	1.4
  @@ -84,15 +84,10 @@
       </dependency>
   
       <dependency>
  -      <id>velocity</id>
  -      <version>SNAPSHOT</version>
  +      <id>jdbc</id>
  +      <version>2.0</version>
       </dependency>
   
  -    <dependency>
  -      <id>village</id>
  -      <version>1.5.3</version>
  -    </dependency>
  -    
       <!-- indirect -->
   
       <dependency>
  @@ -147,6 +142,31 @@
         <version>2.0.0</version>
       </dependency>
   
  +		<!-- for test cases -->
  +    <dependency>
  +      <id>axion</id>
  +      <version>1.0-dev.20020830.060007</version>
  +    </dependency>
  +    <dependency>
  +      <id>commons-pool</id>
  +      <version>1.1-dev</version>
  +    </dependency>
  +    <dependency>
  +      <id>commons-dbcp</id>
  +      <version>1.0-dev-20020806</version>
  +    </dependency>
  +
  +	  <!-- no longer requird -->    
  +    <dependency>
  +      <id>velocity</id>
  +      <version>SNAPSHOT</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>village</id>
  +      <version>1.5.3</version>
  +    </dependency>
  +    
   	<!-- for running Jelly scripts -->
       <dependency>
         <id>commons-jelly</id>
  @@ -161,16 +181,6 @@
       <dependency>
         <id>dom4j</id>
         <version>1.4-dev-6</version>
  -    </dependency>
  -    
  -    <!-- for running examples -->
  -    <dependency>
  -      <id>jdbc</id>
  -      <version>2.0</version>
  -    </dependency>
  -    <dependency>
  -      <id>hsqldb</id>
  -      <version>1.7.0</version>
       </dependency>
       
     </dependencies>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>