6843041: Remove duplicate README files in repositories (make/README) jdk7-b60

Tue, 19 May 2009 17:39:30 -0700

author
ohair
date
Tue, 19 May 2009 17:39:30 -0700
changeset 277
5cdce469ea2a
parent 276
65f2ee956fb9
child 278
522520757dd3

6843041: Remove duplicate README files in repositories (make/README)
Reviewed-by: robilad

README file | annotate | diff | comparison | revisions
make/README file | annotate | diff | comparison | revisions
     1.1 --- a/README	Fri May 15 13:30:55 2009 -0700
     1.2 +++ b/README	Tue May 19 17:39:30 2009 -0700
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5  System Requirements:
     1.6    Ant:      version 1.6.5 or later
     1.7 -  NetBeans: version 5.0 or later (optional)
     1.8 +  NetBeans: version 6.0 or later (optional)
     1.9    JDK:      currently version 1.5.0, although 1.6.0 is recommended
    1.10    OS:       any system supporting the above tools
    1.11  
     2.1 --- a/make/README	Fri May 15 13:30:55 2009 -0700
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,43 +0,0 @@
     2.4 -Building the "langtools" workspace.
     2.5 -
     2.6 -The "langtools" workspace can be built from the command line with Ant.
     2.7 -The build file is make/build.xml, in conjunction with make/build.properties.
     2.8 -Some additional user-specific properties files are also read, to allow
     2.9 -you to customize selected properties as needed.
    2.10 -
    2.11 -Individual tools within the workspace can also be built and worked on
    2.12 -with NetBeans, using the projects in the make/netbeans directory.
    2.13 -
    2.14 -The "langtools" workspace can also be built from the command line with
    2.15 -GNU Make, although the Makefile is simply a wrapper around the Ant
    2.16 -build file. This is provided for systems (such as the full OpenJDK build)
    2.17 -that expect to be able to build this workspace with GNU Make.
    2.18 -
    2.19 -System Requirements:
    2.20 -  Ant:      version 1.6.5 or later
    2.21 -  NetBeans: version 6.0 or later (optional)
    2.22 -  JDK:      currently version 1.5.0, although 1.6.0 is recommended
    2.23 -  OS:       any system supporting the above tools
    2.24 -
    2.25 -For more information:
    2.26 -  Ant:      http://ant.apache.org/
    2.27 -  GNU Make: http://www.gnu.org/software/make/
    2.28 -  NetBeans: http://www.netbeans.org/
    2.29 -
    2.30 -
    2.31 -Testing the "langtools" workspace.
    2.32 -
    2.33 -The primary set of tests for the compiler is the compiler TCK. This
    2.34 -tests that the compiler performs according to the specifications in
    2.35 -JLS and JVMS.
    2.36 -
    2.37 -In addition, there is a substantial collection of regression and unit
    2.38 -tests for all the tools in the maain langtools test/ directory.
    2.39 -
    2.40 -Finally, there is a small set of tests to do basic validation of a build
    2.41 -of the langtools workspace for use by JDK. These tests check the contents
    2.42 -of the dist/ directory generated by the build, and verify that the various
    2.43 -tools can do basic "Hello World"-style processing. These tests should be
    2.44 -run by jtreg, with the -jdk option set a version of JDK capable of running
    2.45 -the default output of the javac compiler in this workspace. Currently, 
    2.46 -this means JDK 6 or better.

mercurial