You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2010/12/30 11:02:27 UTC

svn commit: r1053838 - /karaf/branches/karaf-2.1.x/BUILDING

Author: pieber
Date: Thu Dec 30 10:02:27 2010
New Revision: 1053838

URL: http://svn.apache.org/viewvc?rev=1053838&view=rev
Log:
Update versions and url in building instructions

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/branches/karaf-2.1.x/BUILDING

Modified: karaf/branches/karaf-2.1.x/BUILDING
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/BUILDING?rev=1053838&r1=1053837&r2=1053838&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/BUILDING (original)
+++ karaf/branches/karaf-2.1.x/BUILDING Thu Dec 30 10:02:27 2010
@@ -21,14 +21,15 @@ Building Apache Karaf
 Initial Setup
 -------------
 
-1) Install J2SE 5.0 SDK, which can be downloaded from 
-   http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK.
+1) Install J2SE 5.0 SDK (or later), which can be downloaded from 
+   http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html. 
+   Use version of "JDK 5.0 Update 22" (or later).
 
 2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
    JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
    $JAVA_HOME$/bin (unix).
 
-3) Install Maven 2.2.1, which can be downloaded from 
+3) Install Maven 2.2.1 (or later), which can be downloaded from 
    http://maven.apache.org/download.html. Make sure that your PATH includes 
    the MVN_HOME/bin directory.