From d5ce0cdbb4e1f9cd432d1dfdf2771a533213bcc7 Mon Sep 17 00:00:00 2001 From: Kelly O'Hair Date: Tue, 19 May 2009 17:38:37 -0700 Subject: [PATCH] 6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad --- jaxp/make/README | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 jaxp/make/README diff --git a/jaxp/make/README b/jaxp/make/README deleted file mode 100644 index 7e023d66c41..00000000000 --- a/jaxp/make/README +++ /dev/null @@ -1,14 +0,0 @@ -README: - This file should be located at the top of the jaxp Mercurial repository. - - See http://openjdk.java.net/ for more information about the OpenJDK. - - See ../README-builds.html for complete details on build machine requirements. - -Simple Build Instructions: - - cd make && gnumake - - The files that will be imported into the jdk build will be in the "dist" - directory. -