reducing published warnings so remaing are meaningful:
-warn:-discouraged,serial,unusedImport
need to update builder
diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index 1e4f993..306caaf 100644
--- a/releng.wtpbuilder/build.properties
+++ b/releng.wtpbuilder/build.properties
@@ -90,7 +90,8 @@
eclipse.builder=org.eclipse.releng.basebuilder
#eclipse.builder.version=r311_vM20050914-1235
#eclipse.builder.version=vI20051215-1506
-eclipse.builder.version=vI20060210-1640
+#eclipse.builder.version=vI20060210-1640
+eclipse.builder.version=M5_32
eclipse.builder.fetch=true
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.N.template b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.N.template
index 8f025e1..21264ce 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.N.template
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.N.template
@@ -26,6 +26,11 @@
<!-- *********** Build Status ************** -->
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Build, test and performance</font></b></td></tr></table>
+<br>
+<?
+include '../../displayBuildMachine.php';
+echo displayBuildMachine();
+?>
<br> <a href="buildNotes.php">Build notes</a>
<br> <a href="directory.txt">map files</a>
<br> <a href="testResults.php">Compile logs & test results</a>
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
index a8954ea..b97ec5c 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
@@ -23,6 +23,11 @@
<!-- *********** Build Status ************** -->
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Build, test and performance</font></b></td></tr></table>
+<br>
+<?
+include '../../displayBuildMachine.php';
+echo displayBuildMachine();
+?>
<br> <a href="buildNotes.php">Build notes</a>
<br> <a href="directory.txt">map files</a>
<br> <a href="testResults.php">Compile logs & test results</a>