corba/README
author martin
Thu, 30 Oct 2014 07:30:33 -0700
changeset 27299 9055eec8eef6
parent 4 02bb8761fcce
permissions -rw-r--r--
7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser Summary: improve support for supplementary characters Reviewed-by: joehw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     1
README:
02bb8761fcce Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the corba Mercurial repository.
02bb8761fcce Initial load
duke
parents:
diff changeset
     3
02bb8761fcce Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
02bb8761fcce Initial load
duke
parents:
diff changeset
     5
02bb8761fcce Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
02bb8761fcce Initial load
duke
parents:
diff changeset
     7
02bb8761fcce Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
02bb8761fcce Initial load
duke
parents:
diff changeset
     9
02bb8761fcce Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
02bb8761fcce Initial load
duke
parents:
diff changeset
    11
     
02bb8761fcce Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
02bb8761fcce Initial load
duke
parents:
diff changeset
    13
  directory.
02bb8761fcce Initial load
duke
parents:
diff changeset
    14