README

changeset 85
ae2bec597586
parent 1
0961a4a21176
child 286
f50545b5e2f1
     1.1 --- a/README	Thu Sep 17 13:46:52 2009 -0700
     1.2 +++ b/README	Mon Sep 21 13:57:02 2009 -0700
     1.3 @@ -1,14 +1,25 @@
     1.4  README:
     1.5 -  This file should be located at the top of the jaxws Mercurial repository.
     1.6 +  
     1.7 +  This file should be located at the top of the Mercurial repository.
     1.8  
     1.9    See http://openjdk.java.net/ for more information about the OpenJDK.
    1.10  
    1.11    See ../README-builds.html for complete details on build machine requirements.
    1.12  
    1.13  Simple Build Instructions:
    1.14 -
    1.15 +  This repository can be loaded as a NetBeans project, built with ant, or
    1.16 +  built with GNU make, e.g.
    1.17 +    ant
    1.18 +       -OR-
    1.19      cd make && gnumake
    1.20       
    1.21 -  The files that will be imported into the jdk build will be in the "dist"
    1.22 -  directory.
    1.23 +  The built files that will be imported into the jdk build will be in the 
    1.24 +  "dist" directory.
    1.25 +  Help information is available by running "ant -projecthelp" or "make help".
    1.26  
    1.27 +Drop Repository:
    1.28 +  This repository builds sources from a created "drop" source directory.
    1.29 +  These files will normally be copied from a shared directory area or
    1.30 +  downloaded from a public website.
    1.31 +  See the ant build script (build.xml) for more details.
    1.32 +

mercurial