diff -r 000000000000 -r 9a66ca7c79fa make/netbeans/compiler/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make/netbeans/compiler/README Sat Dec 01 00:00:00 2007 +0000 @@ -0,0 +1,11 @@ +"compiler" project README. + +This project is for working on the compiler tool (javac) +in the OpenJDK langtools component. + +The main class for the tool is com.sun.tools.javac.Main. + +NetBeans 5.0 or later is required and sufficient to use this +project, and others in the OpenJDK langtools component. +This is different from other projects in OpenJDK, which +require version 6.0 or later.