From 07af753e890cc3546bd8ac7cc859f0c08ee0372d Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Thu, 13 Dec 2007 09:11:10 +0000
Subject: [PATCH] fix failon error variable

---
 releng.wtpbuilder/build.properties | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index 07ad264ca..06f31b4fc 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
 
 #############################################################
 
-- 
GitLab