jdk-24/jaxws
Lance Andersen 845a29eefe 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
Reviewed-by: dfuchs, alanb, psandoz, mchung
2017-02-04 14:03:15 -05:00
..
.jcheck 8030068: Update .jcheck/conf files for JDK 9 2013-12-13 09:35:35 -08:00
nbproject 6856630: Restructure jaxp/jaxws repositories 2009-09-21 13:57:02 -07:00
src 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations 2017-02-04 14:03:15 -05:00
.hgignore 8031567: Better model for storing source revision information 2016-11-28 09:20:13 +01:00
.hgtags Added tag jdk-9+155 for changeset 32ea5c3ed72c 2017-02-02 21:20:38 +00:00
ASSEMBLY_EXCEPTION 8166799: ASSEMBLY_EXCEPTION contains historical company name 2016-10-06 18:05:54 -07:00
build.properties 8029237: Update copyright year to match last edit in jaxws repository for 2012 2012-12-30 00:00:00 +01:00
build.xml 8029237: Update copyright year to match last edit in jaxws repository for 2012 2012-12-30 00:00:00 +01:00
LICENSE 8154469: Update FSF address 2016-05-30 16:31:56 +02:00
README 7150322: Stop using drop source bundles in jaxws 2012-03-06 16:09:35 -08: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".