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