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 2004/09/05 14:23:04 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/sql project.xml

dion        2004/09/05 05:23:04

  Modified:    jelly/jelly-tags/sql project.xml
  Log:
  Add back JDBC jar to test under 1.3
  
  Revision  Changes    Path
  1.11      +4 -3      jakarta-commons/jelly/jelly-tags/sql/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/sql/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	12 Aug 2004 03:40:33 -0000	1.10
  +++ project.xml	5 Sep 2004 12:23:04 -0000	1.11
  @@ -45,11 +45,12 @@
       </dependency>
     
       <!-- unneeded at least for java 1.4 -->
  -    <!-- 
       <dependency>
  -      <id>jdbc</id>
  +      <groupId>jdbc</groupId>
  +      <artifactId>jdbc</artifactId>
         <version>2.0</version>
  -    </dependency> -->
  +      <!-- this is jdbc2_0-stdext.jar -->
  +    </dependency>
       
       <!-- END for compilation -->
       
  
  
  

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