jdk-24/jaxws
2009-10-15 16:40:27 -07:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:59 -08:00
make 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07: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
src/share/classes 6813167: 6u14 JAX-WS audit mutable static bugs 2009-08-07 11:27:00 -07:00
.hgignore 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
.hgtags Added tag jdk7-b74 for changeset 4fb4f2670583 2009-10-15 16:40:27 -07:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
build-defs.xml 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles 2009-09-28 19:38:55 -07:00
build-drop-template.xml 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
build.properties 6884220: Have drop sources ignore the output.dir property 2009-09-21 17:21:14 -07:00
build.xml 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
jaxws.properties 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles 2009-09-28 19:38:55 -07:00
LICENSE Initial load 2007-12-01 00:00:00 +00:00
README 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
THIRD_PARTY_README 6813167: 6u14 JAX-WS audit mutable static bugs 2009-08-07 11:27:00 -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.