README revision 84
2N/AREADME:
2N/A
2N/A This file should be located at the top of the Mercurial repository.
2N/A
2N/A See http://openjdk.java.net/ for more information about the OpenJDK.
2N/A
2N/A See ../README-builds.html for complete details on build machine requirements.
2N/A
2N/ASimple Build Instructions:
2N/A This repository can be loaded as a NetBeans project, built with ant, or
2N/A built with GNU make, e.g.
2N/A ant
2N/A -OR-
2N/A cd make && gnumake
2N/A
2N/A The built files that will be imported into the jdk build will be in the
2N/A "dist" directory.
2N/A Help information is available by running "ant -projecthelp" or "make help".
2N/A
2N/ADrop Repository:
2N/A This repository builds sources from a created "drop" source directory.
2N/A These files will normally be copied from a shared directory area or
2N/A downloaded from a public website.
2N/A See the ant build script (build.xml) for more details.
2N/A
2N/A