You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cd...@apache.org on 2013/02/05 14:15:45 UTC

svn commit: r1442574 - /cocoon/branches/BRANCH_2_1_X/INSTALL.txt

Author: cdamioli
Date: Tue Feb  5 13:15:44 2013
New Revision: 1442574

URL: http://svn.apache.org/viewvc?rev=1442574&view=rev
Log:
JDK 1.4 is now required

Modified:
    cocoon/branches/BRANCH_2_1_X/INSTALL.txt

Modified: cocoon/branches/BRANCH_2_1_X/INSTALL.txt
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/INSTALL.txt?rev=1442574&r1=1442573&r2=1442574&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/INSTALL.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/INSTALL.txt Tue Feb  5 13:15:44 2013
@@ -19,7 +19,7 @@
  2) Set your JAVA_HOME environment
   
   You have to set your JAVA_HOME environment to point to the root directory of
-  the Java Virtual Machine (JDK 1.3.x or later) installed on your machine. 
+  the Java Virtual Machine (JDK 1.4.x or later) installed on your machine. 
 
   To do this simply type:
   
@@ -29,10 +29,6 @@
   your mileage may vary depending on your shell, but you know how to setup 
   environments, right?
 
-  If you're using JDK 1.3.x, you have to exclude the JCR block before building
-  Cocoon. Have a look at the "Choosing the blocks" section below on how to
-  exculude a block. Please note that some samples require JDK 1.4 or above.
-
  3) Build Cocoon by typing "build" or "./build.sh"
 
  4) Run Cocoon by typing "cocoon" or "./cocoon.sh"