equal
deleted
inserted
replaced
1 README: |
1 README: |
2 This file should be located at the top of the jaxws Mercurial repository. |
2 |
|
3 This file should be located at the top of the Mercurial repository. |
3 |
4 |
4 See http://openjdk.java.net/ for more information about the OpenJDK. |
5 See http://openjdk.java.net/ for more information about the OpenJDK. |
5 |
6 |
6 See ../README-builds.html for complete details on build machine requirements. |
7 See ../README-builds.html for complete details on build machine requirements. |
7 |
8 |
8 Simple Build Instructions: |
9 Simple Build Instructions: |
9 |
10 This repository can be loaded as a NetBeans project, built with ant, or |
|
11 built with GNU make, e.g. |
|
12 ant |
|
13 -OR- |
10 cd make && gnumake |
14 cd make && gnumake |
11 |
15 |
12 The files that will be imported into the jdk build will be in the "dist" |
16 The built files that will be imported into the jdk build will be in the |
13 directory. |
17 "dist" directory. |
|
18 Help information is available by running "ant -projecthelp" or "make help". |
14 |
19 |
|
20 Drop Repository: |
|
21 This repository builds sources from a created "drop" source directory. |
|
22 These files will normally be copied from a shared directory area or |
|
23 downloaded from a public website. |
|
24 See the ant build script (build.xml) for more details. |
|
25 |