You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2003/09/02 18:53:17 UTC

cvs commit: jakarta-turbine-2 project.xml

henning     2003/09/02 09:53:17

  Modified:    .        project.xml
  Log:
  Correct Site links for the Sun provided jars.
  
  Revision  Changes    Path
  1.133     +2 -1      jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.132
  retrieving revision 1.133
  diff -u -r1.132 -r1.133
  --- project.xml	26 Aug 2003 14:48:57 -0000	1.132
  +++ project.xml	2 Sep 2003 16:53:17 -0000	1.133
  @@ -457,6 +457,7 @@
       <dependency>
         <id>javamail</id>
         <version>1.3</version>
  +      <url>http://java.sun.com/products/javamail/</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
  @@ -464,7 +465,7 @@
       <dependency>
         <id>jdbc</id>
         <version>2.0</version>
  -      <url>http://java.sun.com/products/jdbc/download.html#spec</url>
  +      <url>http://java.sun.com/products/jdbc/</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>