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