diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index 07ad264cae9970b6cf7be3106e8e573b44577a20..06f31b4fc8928aa0578b8daa337292e0eacbe461 100644
--- a/releng.wtpbuilder/build.properties
+++ b/releng.wtpbuilder/build.properties
@@ -36,6 +36,10 @@ archivesFormat=*,*,*-antZip
 #compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
 compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
 
+logExtension=.xml
+# 	Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# 	using the JDT Compiler Adapter to compile.
+javacVerbose=true
 
 #############################################################