jdk-24/jaxp
Chris Hegarty 786f3dbbdf 8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
2014-08-17 15:51:56 +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/java.xml/share/classes 8054834: Modular Source Code 2014-08-17 15:51:56 +01:00
.hgignore 6631003: Add hg tip changeset to build image 2011-04-26 16:28:22 -07:00
.hgtags Added tag jdk9-b26 for changeset 38b0d0abca49 2014-08-10 19:38:56 -07: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 8010495: Update JAXP NetBeans project - add support for generating javadoc 2013-04-19 17:22:36 +02: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 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 2014-01-28 20:09:49 +00: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".