jaxp/README
author xdono
Thu, 14 Aug 2008 09:26:27 -0700
changeset 1032 e33522ffd9bb
parent 6 7f561c08de6b
child 3879 0d9209bdf36c
permissions -rw-r--r--
Added tag jdk7-b33 for changeset f0165b195228
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
README:
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the jaxp Mercurial repository.
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
     
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
  directory.
7f561c08de6b Initial load
duke
parents:
diff changeset
    14