jdk-24/jaxws
2012-01-26 18:23:25 -08:00
..
.jcheck 7048009: Update .jcheck/conf files for JDK 8 2011-05-24 15:28:32 -07:00
make Merge 2011-12-15 19:49:58 -08:00
nbproject 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
patches/jaxws_src 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
.hgignore 6631003: Add hg tip changeset to build image 2011-04-26 16:28:05 -07:00
.hgtags Added tag jdk8-b23 for changeset 11fa98675c2a 2012-01-26 18:23:25 -08:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
build-defs.xml 7096063: /META-INF/mimetypes.default missing in jre\lib\resources.jar 2012-01-09 09:22:54 -08:00
build-drop-template.xml 7033660: Update copyright year to 2011 on any files changed in 2011 2011-04-06 20:16:39 -07:00
build.properties 7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops 2011-12-06 08:43:57 -08:00
build.xml 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac 2011-12-12 08:13:22 -08:00
jaxws.properties 7110676: Update jaf source download url for jaxws 2011-11-10 13:38:47 -08:00
LICENSE 7013964: openjdk LICENSE file needs rebranding 2011-02-16 13:29:48 -08:00
README 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
THIRD_PARTY_README 7057046: Add embedded license to THIRD PARTY README 2011-06-22 10:10:54 -07:00
TRADEMARK 6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6 2009-04-20 15:14:39 -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.