0N/AREADME:
84N/A
84N/A This file should be located at the top of the Mercurial repository.
0N/A
0N/A See http://openjdk.java.net/ for more information about the OpenJDK.
0N/A
0N/A See ../README-builds.html for complete details on build machine requirements.
0N/A
0N/ASimple Build Instructions:
84N/A This repository can be loaded as a NetBeans project, built with ant, or
84N/A built with GNU make, e.g.
84N/A ant
84N/A -OR-
0N/A cd make && gnumake
0N/A
84N/A The built files that will be imported into the jdk build will be in the
84N/A "dist" directory.
84N/A Help information is available by running "ant -projecthelp" or "make help".
0N/A