jdk-24/jaxws
2013-09-05 02:45:53 -07:00
..
.jcheck 7048009: Update .jcheck/conf files for JDK 8 2011-05-24 15:28:32 -07:00
make Merge 2012-03-07 22:40:20 -08:00
makefiles 8010393: Update JAX-WS RI to 2.2.9-b12941 2013-04-09 14:51:13 +01:00
nbproject 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
src/share 8023636: Missing files from 8022885 2013-08-23 11:10:40 +01:00
.hgignore 7113349: Initial changeset for Macosx port to jdk 2012-03-06 20:26:03 +00:00
.hgtags Added tag jdk8-b106 for changeset 2f514eb96d97 2013-09-05 02:45:53 -07:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
build.properties 7150322: Stop using drop source bundles in jaxws 2012-03-06 16:09:35 -08:00
build.xml 7150322: Stop using drop source bundles in jaxws 2012-03-06 16:09:35 -08:00
LICENSE 7013964: openjdk LICENSE file needs rebranding 2011-02-16 13:29:48 -08:00
README 7150322: Stop using drop source bundles in jaxws 2012-03-06 16:09:35 -08: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".