jdk-24/jaxp
2017-02-06 11:03:48 +01:00
..
.jcheck 8030068: Update .jcheck/conf files for JDK 9 2013-12-13 09:35:23 -08:00
nbproject 8010495: Update JAXP NetBeans project - add support for generating javadoc 2013-04-19 17:22:36 +02:00
src 8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it 2017-01-27 20:33:34 +00:00
test 8173602: JAXP: TESTBUG: javax/xml/jaxp/unittest/transform/TransformerTest.java needs refactoring 2017-02-06 11:03:48 +01:00
.hgignore 8031567: Better model for storing source revision information 2016-11-28 09:20:13 +01:00
.hgtags Added tag jdk-9+155 for changeset 9e2d943b5b66 2017-02-02 21:20:38 +00:00
ASSEMBLY_EXCEPTION 8166799: ASSEMBLY_EXCEPTION contains historical company name 2016-10-06 18:05:53 -07:00
build.properties 7150324: Stop using drop bundles in jaxp 2012-03-04 11:55:34 -08:00
build.xml 8010495: Update JAXP NetBeans project - add support for generating javadoc 2013-04-19 17:22:36 +02:00
LICENSE 8154469: Update FSF address 2016-05-30 16:28:01 +02:00
README 7150324: Stop using drop bundles in jaxp 2012-03-04 11:55:34 -08:00
TRADEMARK 6738894: Merge jaxp fixes from 6 update train into OpenJDK 6 and 7 2009-04-20 22:50:16 -07:00

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".