darling-openjdk/jaxp
2011-02-10 16:24:34 -08:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:59 -08:00
make 6962318: Update copyright year 2010-12-28 15:52:56 -08:00
nbproject 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:54:55 -07:00
patches/jaxp_src 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:54:55 -07:00
.hgignore 6909462: Fix nbproject/private references in .hgignore 2009-12-16 12:52:01 -08:00
.hgtags Added tag jdk7-b129 for changeset ff78798ebd0e 2011-02-10 16:24:34 -08:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
build-defs.xml 6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts 2010-06-17 10:50:14 -07:00
build-drop-template.xml 6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts 2010-06-17 10:50:14 -07:00
build.properties 6962318: Update copyright year 2010-12-28 15:52:56 -08:00
build.xml 6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts 2010-06-17 10:50:14 -07:00
jaxp.properties 7007257: jaxp 1.4.5 jdk7 1st integration 2010-12-16 13:10:45 -08:00
LICENSE Initial load 2007-12-01 00:00:00 +00:00
README 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:54:55 -07:00
THIRD_PARTY_README 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 2009-08-07 11:31:46 -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".

Drop Repository:
  This repository builds sources from a created "drop" source directory.
  These files will normally be copied from a shared directory area or
  downloaded from a public website.
  See the ant build script (build.xml) for more details.