jdk-24/jaxp
Lana Steuck d6e0250020 Merge
2013-01-26 18:25:33 -08:00
..
.jcheck 7048009: Update .jcheck/conf files for JDK 8 2011-05-24 15:28:38 -07:00
make 7160496: Rename JDK8 JAXP source directory 2012-04-12 08:38:26 -07:00
makefiles 8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build 2013-01-04 11:31:16 +01:00
nbproject 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:54:55 -07:00
src 8003147: port fix for BCEL bug 39695 2013-01-10 20:26:00 -08:00
.hgignore 6631003: Add hg tip changeset to build image 2011-04-26 16:28:22 -07:00
.hgtags Added tag jdk8-b74 for changeset 6ab75b6a0432 2013-01-24 16:48:57 -08:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
build.properties 7150324: Stop using drop bundles in jaxp 2012-03-04 11:55:34 -08:00
build.xml 7160496: Rename JDK8 JAXP source directory 2012-04-12 08:38:26 -07:00
LICENSE 7013964: openjdk LICENSE file needs rebranding 2011-02-16 13:29:39 -08:00
README 7150324: Stop using drop bundles in jaxp 2012-03-04 11:55:34 -08:00
THIRD_PARTY_README 7057046: Add embedded license to THIRD PARTY README 2011-06-22 10:10:39 -07: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".