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 2005/09/19 10:31:16 UTC

svn commit: r290090 - /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml

Author: henning
Date: Mon Sep 19 01:31:13 2005
New Revision: 290090

URL: http://svn.apache.org/viewcvs?rev=290090&view=rev
Log:
update JDK 1.3 comments (else you have to add comments to uncomment
the block which was confusing)

update jdbc and jndi to "maven naming de jour" structure.


Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=290090&r1=290089&r2=290090&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Mon Sep 19 01:31:13 2005
@@ -682,16 +682,18 @@
 == uncomment these dependencies if you are using a 1.3 JDK            ==
 ==                                                                    ==
 ========================================================================
+-->
 
+<!--  REMOVE THIS LINE
     <dependency>
-      <groupId>jdbc</groupId>
-      <artifactId>jdbc</artifactId>
+      <groupId>javax.sql</groupId>
+      <artifactId>jdbc-stdext-2.0</artifactId>
       <version>2.0</version>
       <url>http://java.sun.com/products/jdbc/</url>
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>jndi</groupId>
+      <groupId>javax.naming</groupId>
       <artifactId>jndi</artifactId>
       <version>1.2.1</version>
       <url>http://java.sun.com/products/jndi/</url>
@@ -727,7 +729,9 @@
       </properties>
       <type>jar</type>
     </dependency>
+REMOVE THIS LINE -->
 
+<!--
 ========================================================================
 ==                                                                    ==
 == uncomment these dependencies if you are using a 1.3 JDK            ==
@@ -828,7 +832,7 @@
     <dependency>
       <groupId>maven-plugins</groupId>
       <artifactId>maven-findbugs-plugin</artifactId>
-      <version>0.9.1</version>
+      <version>0.9.2</version>
       <url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>
       <type>plugin</type>
     </dependency>



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