make/netbeans/compiler/README

changeset 1
9a66ca7c79fa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make/netbeans/compiler/README	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +"compiler" project README.
     1.5 +
     1.6 +This project is for working on the compiler tool (javac)
     1.7 +in the OpenJDK langtools component.
     1.8 +
     1.9 +The main class for the tool is com.sun.tools.javac.Main.
    1.10 +
    1.11 +NetBeans 5.0 or later is required and sufficient to use this
    1.12 +project, and others in the OpenJDK langtools component. 
    1.13 +This is different from other projects in OpenJDK, which 
    1.14 +require version 6.0 or later.

mercurial