You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by ho...@apache.org on 2008/05/21 18:20:24 UTC

svn commit: r658742 - /turbine/core/branches/TURBINE_2_3_BRANCH/README.txt

Author: hoffmann
Date: Wed May 21 09:20:24 2008
New Revision: 658742

URL: http://svn.apache.org/viewvc?rev=658742&view=rev
Log:
thanks Thomas

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/README.txt

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/README.txt
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/README.txt?rev=658742&r1=658741&r2=658742&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/README.txt (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/README.txt Wed May 21 09:20:24 2008
@@ -55,30 +55,9 @@
 MAVEN_REPO_LOCAL/javax.activation/jars/activation-1.0.2.jar
 MAVEN_REPO_LOCAL/javax.mail/jars/mail-1.3.3.jar
 
-
-Using JDK 1.3
--------------
-
-In addition to the jars mentioned above, you must also modify the
-project.xml file shipped with Turbine which is in the root directory
-of the source distribution. Open this file in an editor and search for
-the "uncomment these dependencies if you are using a 1.3 JDK" line. In
-between the two comment blocks, there are a number of dependencies
-commented out which are required for JDK 1.3. Remove the two lines
-that read "REMOVE THIS LINE".
-
-You will also need two additional jars that cannot be downloaded from
-the central maven repository at www.ibiblio.org/maven/ due to license
-restrictions:
-
-- jdbc 2.0 from http://java.sun.com/products/jdbc/
-- jndi 1.2.1 from http://java.sun.com/products/jndi/
-
-Please download these jars and install them into your local repository at
-
-MAVEN_REPO_LOCAL/javax.sql/jars/jdbc-stdext-2.0.jar
-MAVEN_REPO_LOCAL/javax.naming/jars/jndi-1.2.1.jar
-
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+IMPORTANT NOTICE FOR USERS OF JDK 1.3. IT IS NO LONGER SUPPORTED
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 Using a J2EE distribution
 -------------------------