aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorneugens <none@none>2011-07-26 21:54:25 +0200
committerneugens <none@none>2011-07-26 21:54:25 +0200
commit34a5dbf83f5653f1d125ecf148fe4a229bb895ff (patch)
treeb5ffab38f5149229140107c17f28ace9d476e797 /README
parent2a868346b92a9dfedefc38acad83c438f8d06027 (diff)
downloadjdk8u-34a5dbf83f5653f1d125ecf148fe4a229bb895ff.tar.gz
7071275: Fix jdk7 references in README files, remove Forest Extension mentions
Summary: Change documentation to remove reference to forest and reflect update to jdk8. Reviewed-by: ohair
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index db7346b..45b71d2 100644
--- a/README
+++ b/README
@@ -9,11 +9,14 @@ README:
will be needed.
This one root repository can be obtained with something like:
- hg clone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7
- To make sure you have all the nested repositories, you can run:
- cd openjdk7 && sh ./get_source.sh
- (This is identical to using the Mercurial Forest Extension command
- 'hg fclone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7').
+
+ hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
+
+ To make sure you have all the nested repositories, you can run the
+ get_source.sh script located in the same respository as this file:
+
+ cd openjdk8 && sh ./get_source.sh
+
People unfamiliar with Mercurial should read the first few chapters of
the Mercurial book: http://hgbook.red-bean.com/read/
@@ -22,7 +25,7 @@ README:
Simple Build Instructions:
0. Get the necessary system software/packages installed on your system, see
- http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html
+ http://hg.openjdk.java.net/jdk8/build/raw-file/tip/README-builds.html
1. If you don't have a jdk6 installed, download and install a JDK 6 from
http://java.sun.com/javase/downloads/index.jsp