jdk-24/jdk/make/netbeans/j2se
Lana Steuck 657b9db1ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
..
nbproject 8011814: Add testng.jar to Netbeans projects test compile classpath 2013-04-30 12:31:51 -07:00
build.properties 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
build.xml 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
README Initial load 2007-12-01 00:00:00 +00:00

Building the entire JavaSE source base

This project exists for building the entire JavaSE source base which is in the
jdk directory.  Rather than using this project for editing Java code, please
use one of the other projects which will narrow the scope of the sources to a
more manageable size.

Given that it can take a rather long time to build all of the JavaSE code, you
might prefer to build this project from the command line using ant.

The results of building this project are all in the directory
<install-dir>/jdk/build/<platform>-<arch>.  The other subprojects, with the
exception of the "world" project, place their results in same build directory.