From 0b061969c4f3da83c82a59c4a8959dae75e97eb5 Mon Sep 17 00:00:00 2001 From: jjg Date: Mon, 27 Jul 2009 15:19:11 -0700 Subject: [PATCH] 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair --- make/README.pre-components | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/README.pre-components b/make/README.pre-components index 8d2eab5..cb79e68 100644 --- a/make/README.pre-components +++ b/make/README.pre-components @@ -18,7 +18,7 @@ The make/makefile rules are: ALT_LANGTOOLS_DIST The dist area from a langtools build to use, if provided ALT_OUTPUTDIR Parent dir of build and dist directories, if provided VARIANT If DBG, debug build, if OPT, optimized build - TARGET_CLASS_VERSION The classfile version number (currently 5) + TARGET_CLASS_VERSION The classfile version number (currently 7) ANT_HOME Home of ant to use, if provided QUIET If defined, be quiet VERBOSE If defined, be verbose -- GitLab