jdk-24/jaxp
2013-08-08 10:10:37 -07:00
..
.jcheck
make 7160496: Rename JDK8 JAXP source directory 2012-04-12 08:38:26 -07:00
makefiles 8006872: Stop creating four jars with identical content in the new build system 2013-01-31 14:02:44 +01:00
nbproject 8010495: Update JAXP NetBeans project - add support for generating javadoc 2013-04-19 17:22:36 +02:00
src 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE) 2013-07-25 13:02:37 -07:00
.hgignore
.hgtags Added tag jdk8-b102 for changeset 558ea2ab19f7 2013-08-08 10:10:37 -07:00
ASSEMBLY_EXCEPTION
build.properties
build.xml 8010495: Update JAXP NetBeans project - add support for generating javadoc 2013-04-19 17:22:36 +02:00
LICENSE
README
THIRD_PARTY_README
TRADEMARK

README:
  
  This file should be located at the top of the Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:
  This repository can be loaded as a NetBeans project, built with ant, or
  built with GNU make, e.g.
    ant
       -OR-
    cd make && gnumake
     
  The built files that will be imported into the jdk build will be in the 
  "dist" directory.
  Help information is available by running "ant -projecthelp" or "make help".