README

changeset 359
e01201e727da
parent 320
b87875789600
child 632
d3e3d5b06f45
     1.1 --- a/README	Fri Jul 22 17:35:54 2011 -0700
     1.2 +++ b/README	Tue Jul 26 21:54:25 2011 +0200
     1.3 @@ -9,11 +9,14 @@
     1.4    will be needed.
     1.5  
     1.6    This one root repository can be obtained with something like:
     1.7 -    hg clone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7
     1.8 -  To make sure you have all the nested repositories, you can run:
     1.9 -    cd openjdk7 && sh ./get_source.sh
    1.10 -  (This is identical to using the Mercurial Forest Extension command 
    1.11 -   'hg fclone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7').
    1.12 +
    1.13 +    hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
    1.14 +  
    1.15 +  To make sure you have all the nested repositories, you can run the
    1.16 +  get_source.sh script located in the same respository as this file:
    1.17 +
    1.18 +    cd openjdk8 && sh ./get_source.sh
    1.19 +
    1.20    People unfamiliar with Mercurial should read the first few chapters of
    1.21    the Mercurial book: http://hgbook.red-bean.com/read/
    1.22  
    1.23 @@ -22,7 +25,7 @@
    1.24  Simple Build Instructions:
    1.25    
    1.26    0. Get the necessary system software/packages installed on your system, see
    1.27 -     http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html
    1.28 +     http://hg.openjdk.java.net/jdk8/build/raw-file/tip/README-builds.html
    1.29  
    1.30    1. If you don't have a jdk6 installed, download and install a JDK 6 from
    1.31       http://java.sun.com/javase/downloads/index.jsp

mercurial