jdk-24/langtools/make/netbeans
Xiomara Jayasena 4d965a7153 6719955: Update copyright year
Update copyright year for files that have been modified in 2008

Reviewed-by: ohair, tbell
2008-07-02 12:56:02 -07:00
..
apt Initial load 2007-12-01 00:00:00 +00:00
common 6719955: Update copyright year 2008-07-02 12:56:02 -07:00
compiler Initial load 2007-12-01 00:00:00 +00:00
doclets Initial load 2007-12-01 00:00:00 +00:00
javadoc Initial load 2007-12-01 00:00:00 +00:00
javah Initial load 2007-12-01 00:00:00 +00:00
javap Initial load 2007-12-01 00:00:00 +00:00
README Initial load 2007-12-01 00:00:00 +00:00

Working on the "langtools" workspace using NetBeans.

This directory (make/netbeans) contains NetBeans projects that
allow you to work on the various tools using the NetBeans IDE.

NetBeans 5.0 or later is required and sufficient to use these 
projects. This is different from other projects in OpenJDK, 
which requires version 6.0 or later.

The following projects are provided:

compiler: for working on the compiler, javac
javadoc:  for working on the documentation tool, javadoc
doclets:  for working on the standard doclets used by the 
 	  documentation tool, javadoc
javah:    for working on the C header tool, javah
javap:    for working on the disassembler, javap
apt:      for working on the annotation processing tool, apt.
          Note that this is just provided for completeness;
          the tool has been superceded by new features in javac,
          and work on apt itself is discouraged.

However, any tool can be worked on from any project; the only difference
between these projects is the behavior of the standard NetBeans actions,
so that "Build" in the compiler project will build the compiler, etc.