From 0864cf0a37094c3969c647cb0146b38e9ab96957 Mon Sep 17 00:00:00 2001 From: "jihoon80.song" Date: Mon, 25 Jul 2011 14:26:33 +0900 Subject: [PATCH] [WAC] modified javac verbose option to "false" value --- builder/build.properties.clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/build.properties.clean b/builder/build.properties.clean index 8db312b..ed4bead 100644 --- a/builder/build.properties.clean +++ b/builder/build.properties.clean @@ -246,7 +246,7 @@ javacDebugInfo=false javacFailOnError=true # Enable or disable verbose mode of the compiler -javacVerbose=true +javacVerbose=false # Extra arguments for the compiler. These are specific to the java compiler being used. #compilerArg= -- 2.7.4