diff --git a/releng.wtpbuilder/buildtemplates/distribution/template.site/publish.xml b/releng.wtpbuilder/buildtemplates/distribution/template.site/publish.xml
index bd500a6d462cb5420bded24b8ba96c2dcd10838f..3380b3692dc6ba866780474ad39063fbda413c97 100644
--- a/releng.wtpbuilder/buildtemplates/distribution/template.site/publish.xml
+++ b/releng.wtpbuilder/buildtemplates/distribution/template.site/publish.xml
@@ -10,12 +10,18 @@
     -->
     <property
         environment="env"/>
-        
-	 <fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
-   <fail unless="buildLabel"     message="buildLabel must be provided to publish" />
-	 <fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
-   <fail unless="build.distribution" message="build.distribution must be provided to publish" />
-        
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be provided to publish"/>
+    <fail
+        unless="buildLabel"
+        message="buildLabel must be provided to publish"/>
+    <fail
+        unless="wtp.builder.home"
+        message="wtp.builder.home must be provided to publish"/>
+    <fail
+        unless="build.distribution"
+        message="build.distribution must be provided to publish"/>
     <property
         name="resultDir"
         value="${buildDirectory}/${buildLabel}"/>
@@ -84,31 +90,19 @@
 
         <!-- create tables of test plugin compiles first -->
         <antcall
-            target="generateCompileOutput">
+            target="generateTestCompileOutput">
             <param
                 name="outputDirectory"
                 value="${resultDir}/testcompilelogs"/>
         </antcall>
 
         <!-- create table of code plugins compiles -->
-        <summarizeResults
-            isBuildTested="false"
-            includeAll="true"
-            dropTokenList="${dropTokenList}"
-            xmlDirectoryName=""
-            dropDirectoryName="${resultDir}"
-            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
-            testResultsHtmlFileName="compileResults.php"
-            hrefTestResultsTargetPath="testResults/html"
-            hrefCompileLogsTargetPath="compilelogs"
-            compileLogsDirectoryName="${resultDir}/compilelogs"/>
-        <xslt
-            basedir="${resultDir}/compilelogs"
-            destdir="${resultDir}/compilelogs"
-            includes="**/*.bin.xml"
-            scanincludeddirectories="true"
-            style="compilerXMLOutputToHTML.xsl"
-            force="true"/>
+        <antcall
+            target="generateCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/compilelogs"/>
+        </antcall>
         <tstamp>
             <format
                 property="TODAY"
@@ -128,7 +122,7 @@
             file="${resultingIndex}"/>
     </target>
     <target
-        name="generateCompileOutput"
+        name="generateTestCompileOutput"
         depends="checkIfCompileLogs"
         if="doCompileLogs">
         <summarizeResults
@@ -142,6 +136,29 @@
             hrefTestResultsTargetPath=""
             hrefCompileLogsTargetPath="testcompilelogs"
             compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="generateCompileOutput"
+        depends="checkIfCompileLogs"
+        if="doCompileLogs">
+        <summarizeResults
+            isBuildTested="false"
+            includeAll="true"
+            dropTokenList="${dropTokenList}"
+            xmlDirectoryName=""
+            dropDirectoryName="${resultDir}"
+            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
+            testResultsHtmlFileName="compileResults.php"
+            hrefTestResultsTargetPath="testResults/html"
+            hrefCompileLogsTargetPath="compilelogs"
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="compilerXMLToHTML">
         <xslt
             basedir="${outputDirectory}"
             destdir="${outputDirectory}"
@@ -456,15 +473,15 @@
             file="${resultingIndex}"
             token="@emfName@"
             value="${emf.name}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfDescription@"
-          value="${emf.description}"/>        
-      <replace
-          file="${resultingIndex}"
-          token="@emfFile@"
-          value="${emf.file}"/>
-      <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfDescription@"
+            value="${emf.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfFile@"
+            value="${emf.file}"/>
+        <replace
             file="${resultingIndex}"
             token="@emfURL@"
             value="${emf.url}/${emf.file}"/>
@@ -476,32 +493,31 @@
             file="${resultingIndex}"
             token="@emf.mirror.prefixuri@"
             value="${emf.mirror.prefixuri}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdFile@"
-          value="${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdName@"
-          value="${emfxsd.name}"/>
-    <replace
-        file="${resultingIndex}"
-        token="@emfxsdDescription@"
-        value="${emfxsd.description}"/>        
-
-     <replace
-          file="${resultingIndex}"
-          token="@emfxsdURL@"
-          value="${emfxsd.url}/${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdBuildHome@"
-          value="${emfxsd.build.home}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsd.mirror.prefixuri@"
-          value="${emfxsd.mirror.prefixuri}"/>
-       <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdFile@"
+            value="${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdName@"
+            value="${emfxsd.name}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdDescription@"
+            value="${emfxsd.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdURL@"
+            value="${emfxsd.url}/${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdBuildHome@"
+            value="${emfxsd.build.home}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsd.mirror.prefixuri@"
+            value="${emfxsd.mirror.prefixuri}"/>
+        <replace
             file="${resultingIndex}"
             token="@wstFile@"
             value="${wst.file}"/>
@@ -517,7 +533,6 @@
             file="${resultingIndex}"
             token="@wst.mirror.prefixuri@"
             value="${wst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@jstFile@"
@@ -534,7 +549,6 @@
             file="${resultingIndex}"
             token="@jst.mirror.prefixuri@"
             value="${jst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@wtpFile@"
@@ -551,7 +565,6 @@
             file="${resultingIndex}"
             token="@wtp.mirror.prefixuri@"
             value="${wtp.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@gefFile@"
diff --git a/releng.wtpbuilder/distribution/jaxws.site/publish.xml b/releng.wtpbuilder/distribution/jaxws.site/publish.xml
index bd500a6d462cb5420bded24b8ba96c2dcd10838f..3380b3692dc6ba866780474ad39063fbda413c97 100644
--- a/releng.wtpbuilder/distribution/jaxws.site/publish.xml
+++ b/releng.wtpbuilder/distribution/jaxws.site/publish.xml
@@ -10,12 +10,18 @@
     -->
     <property
         environment="env"/>
-        
-	 <fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
-   <fail unless="buildLabel"     message="buildLabel must be provided to publish" />
-	 <fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
-   <fail unless="build.distribution" message="build.distribution must be provided to publish" />
-        
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be provided to publish"/>
+    <fail
+        unless="buildLabel"
+        message="buildLabel must be provided to publish"/>
+    <fail
+        unless="wtp.builder.home"
+        message="wtp.builder.home must be provided to publish"/>
+    <fail
+        unless="build.distribution"
+        message="build.distribution must be provided to publish"/>
     <property
         name="resultDir"
         value="${buildDirectory}/${buildLabel}"/>
@@ -84,31 +90,19 @@
 
         <!-- create tables of test plugin compiles first -->
         <antcall
-            target="generateCompileOutput">
+            target="generateTestCompileOutput">
             <param
                 name="outputDirectory"
                 value="${resultDir}/testcompilelogs"/>
         </antcall>
 
         <!-- create table of code plugins compiles -->
-        <summarizeResults
-            isBuildTested="false"
-            includeAll="true"
-            dropTokenList="${dropTokenList}"
-            xmlDirectoryName=""
-            dropDirectoryName="${resultDir}"
-            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
-            testResultsHtmlFileName="compileResults.php"
-            hrefTestResultsTargetPath="testResults/html"
-            hrefCompileLogsTargetPath="compilelogs"
-            compileLogsDirectoryName="${resultDir}/compilelogs"/>
-        <xslt
-            basedir="${resultDir}/compilelogs"
-            destdir="${resultDir}/compilelogs"
-            includes="**/*.bin.xml"
-            scanincludeddirectories="true"
-            style="compilerXMLOutputToHTML.xsl"
-            force="true"/>
+        <antcall
+            target="generateCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/compilelogs"/>
+        </antcall>
         <tstamp>
             <format
                 property="TODAY"
@@ -128,7 +122,7 @@
             file="${resultingIndex}"/>
     </target>
     <target
-        name="generateCompileOutput"
+        name="generateTestCompileOutput"
         depends="checkIfCompileLogs"
         if="doCompileLogs">
         <summarizeResults
@@ -142,6 +136,29 @@
             hrefTestResultsTargetPath=""
             hrefCompileLogsTargetPath="testcompilelogs"
             compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="generateCompileOutput"
+        depends="checkIfCompileLogs"
+        if="doCompileLogs">
+        <summarizeResults
+            isBuildTested="false"
+            includeAll="true"
+            dropTokenList="${dropTokenList}"
+            xmlDirectoryName=""
+            dropDirectoryName="${resultDir}"
+            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
+            testResultsHtmlFileName="compileResults.php"
+            hrefTestResultsTargetPath="testResults/html"
+            hrefCompileLogsTargetPath="compilelogs"
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="compilerXMLToHTML">
         <xslt
             basedir="${outputDirectory}"
             destdir="${outputDirectory}"
@@ -456,15 +473,15 @@
             file="${resultingIndex}"
             token="@emfName@"
             value="${emf.name}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfDescription@"
-          value="${emf.description}"/>        
-      <replace
-          file="${resultingIndex}"
-          token="@emfFile@"
-          value="${emf.file}"/>
-      <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfDescription@"
+            value="${emf.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfFile@"
+            value="${emf.file}"/>
+        <replace
             file="${resultingIndex}"
             token="@emfURL@"
             value="${emf.url}/${emf.file}"/>
@@ -476,32 +493,31 @@
             file="${resultingIndex}"
             token="@emf.mirror.prefixuri@"
             value="${emf.mirror.prefixuri}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdFile@"
-          value="${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdName@"
-          value="${emfxsd.name}"/>
-    <replace
-        file="${resultingIndex}"
-        token="@emfxsdDescription@"
-        value="${emfxsd.description}"/>        
-
-     <replace
-          file="${resultingIndex}"
-          token="@emfxsdURL@"
-          value="${emfxsd.url}/${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdBuildHome@"
-          value="${emfxsd.build.home}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsd.mirror.prefixuri@"
-          value="${emfxsd.mirror.prefixuri}"/>
-       <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdFile@"
+            value="${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdName@"
+            value="${emfxsd.name}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdDescription@"
+            value="${emfxsd.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdURL@"
+            value="${emfxsd.url}/${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdBuildHome@"
+            value="${emfxsd.build.home}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsd.mirror.prefixuri@"
+            value="${emfxsd.mirror.prefixuri}"/>
+        <replace
             file="${resultingIndex}"
             token="@wstFile@"
             value="${wst.file}"/>
@@ -517,7 +533,6 @@
             file="${resultingIndex}"
             token="@wst.mirror.prefixuri@"
             value="${wst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@jstFile@"
@@ -534,7 +549,6 @@
             file="${resultingIndex}"
             token="@jst.mirror.prefixuri@"
             value="${jst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@wtpFile@"
@@ -551,7 +565,6 @@
             file="${resultingIndex}"
             token="@wtp.mirror.prefixuri@"
             value="${wtp.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@gefFile@"
diff --git a/releng.wtpbuilder/distribution/vex.site/publish.xml b/releng.wtpbuilder/distribution/vex.site/publish.xml
index bd500a6d462cb5420bded24b8ba96c2dcd10838f..3380b3692dc6ba866780474ad39063fbda413c97 100644
--- a/releng.wtpbuilder/distribution/vex.site/publish.xml
+++ b/releng.wtpbuilder/distribution/vex.site/publish.xml
@@ -10,12 +10,18 @@
     -->
     <property
         environment="env"/>
-        
-	 <fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
-   <fail unless="buildLabel"     message="buildLabel must be provided to publish" />
-	 <fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
-   <fail unless="build.distribution" message="build.distribution must be provided to publish" />
-        
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be provided to publish"/>
+    <fail
+        unless="buildLabel"
+        message="buildLabel must be provided to publish"/>
+    <fail
+        unless="wtp.builder.home"
+        message="wtp.builder.home must be provided to publish"/>
+    <fail
+        unless="build.distribution"
+        message="build.distribution must be provided to publish"/>
     <property
         name="resultDir"
         value="${buildDirectory}/${buildLabel}"/>
@@ -84,31 +90,19 @@
 
         <!-- create tables of test plugin compiles first -->
         <antcall
-            target="generateCompileOutput">
+            target="generateTestCompileOutput">
             <param
                 name="outputDirectory"
                 value="${resultDir}/testcompilelogs"/>
         </antcall>
 
         <!-- create table of code plugins compiles -->
-        <summarizeResults
-            isBuildTested="false"
-            includeAll="true"
-            dropTokenList="${dropTokenList}"
-            xmlDirectoryName=""
-            dropDirectoryName="${resultDir}"
-            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
-            testResultsHtmlFileName="compileResults.php"
-            hrefTestResultsTargetPath="testResults/html"
-            hrefCompileLogsTargetPath="compilelogs"
-            compileLogsDirectoryName="${resultDir}/compilelogs"/>
-        <xslt
-            basedir="${resultDir}/compilelogs"
-            destdir="${resultDir}/compilelogs"
-            includes="**/*.bin.xml"
-            scanincludeddirectories="true"
-            style="compilerXMLOutputToHTML.xsl"
-            force="true"/>
+        <antcall
+            target="generateCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/compilelogs"/>
+        </antcall>
         <tstamp>
             <format
                 property="TODAY"
@@ -128,7 +122,7 @@
             file="${resultingIndex}"/>
     </target>
     <target
-        name="generateCompileOutput"
+        name="generateTestCompileOutput"
         depends="checkIfCompileLogs"
         if="doCompileLogs">
         <summarizeResults
@@ -142,6 +136,29 @@
             hrefTestResultsTargetPath=""
             hrefCompileLogsTargetPath="testcompilelogs"
             compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="generateCompileOutput"
+        depends="checkIfCompileLogs"
+        if="doCompileLogs">
+        <summarizeResults
+            isBuildTested="false"
+            includeAll="true"
+            dropTokenList="${dropTokenList}"
+            xmlDirectoryName=""
+            dropDirectoryName="${resultDir}"
+            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
+            testResultsHtmlFileName="compileResults.php"
+            hrefTestResultsTargetPath="testResults/html"
+            hrefCompileLogsTargetPath="compilelogs"
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="compilerXMLToHTML">
         <xslt
             basedir="${outputDirectory}"
             destdir="${outputDirectory}"
@@ -456,15 +473,15 @@
             file="${resultingIndex}"
             token="@emfName@"
             value="${emf.name}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfDescription@"
-          value="${emf.description}"/>        
-      <replace
-          file="${resultingIndex}"
-          token="@emfFile@"
-          value="${emf.file}"/>
-      <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfDescription@"
+            value="${emf.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfFile@"
+            value="${emf.file}"/>
+        <replace
             file="${resultingIndex}"
             token="@emfURL@"
             value="${emf.url}/${emf.file}"/>
@@ -476,32 +493,31 @@
             file="${resultingIndex}"
             token="@emf.mirror.prefixuri@"
             value="${emf.mirror.prefixuri}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdFile@"
-          value="${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdName@"
-          value="${emfxsd.name}"/>
-    <replace
-        file="${resultingIndex}"
-        token="@emfxsdDescription@"
-        value="${emfxsd.description}"/>        
-
-     <replace
-          file="${resultingIndex}"
-          token="@emfxsdURL@"
-          value="${emfxsd.url}/${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdBuildHome@"
-          value="${emfxsd.build.home}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsd.mirror.prefixuri@"
-          value="${emfxsd.mirror.prefixuri}"/>
-       <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdFile@"
+            value="${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdName@"
+            value="${emfxsd.name}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdDescription@"
+            value="${emfxsd.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdURL@"
+            value="${emfxsd.url}/${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdBuildHome@"
+            value="${emfxsd.build.home}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsd.mirror.prefixuri@"
+            value="${emfxsd.mirror.prefixuri}"/>
+        <replace
             file="${resultingIndex}"
             token="@wstFile@"
             value="${wst.file}"/>
@@ -517,7 +533,6 @@
             file="${resultingIndex}"
             token="@wst.mirror.prefixuri@"
             value="${wst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@jstFile@"
@@ -534,7 +549,6 @@
             file="${resultingIndex}"
             token="@jst.mirror.prefixuri@"
             value="${jst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@wtpFile@"
@@ -551,7 +565,6 @@
             file="${resultingIndex}"
             token="@wtp.mirror.prefixuri@"
             value="${wtp.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@gefFile@"
diff --git a/releng.wtpbuilder/distribution/wtp.site/publish.xml b/releng.wtpbuilder/distribution/wtp.site/publish.xml
index 72ce4dc994077539913752ca1a5c0db37084aaf0..82c66ec92ea077d3136e61d32daf7f1f1dab8868 100644
--- a/releng.wtpbuilder/distribution/wtp.site/publish.xml
+++ b/releng.wtpbuilder/distribution/wtp.site/publish.xml
@@ -10,12 +10,18 @@
     -->
     <property
         environment="env"/>
-        
-	 <fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
-   <fail unless="buildLabel"     message="buildLabel must be provided to publish" />
-	 <fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
-   <fail unless="build.distribution" message="build.distribution must be provided to publish" />
-        
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be provided to publish"/>
+    <fail
+        unless="buildLabel"
+        message="buildLabel must be provided to publish"/>
+    <fail
+        unless="wtp.builder.home"
+        message="wtp.builder.home must be provided to publish"/>
+    <fail
+        unless="build.distribution"
+        message="build.distribution must be provided to publish"/>
     <property
         name="resultDir"
         value="${buildDirectory}/${buildLabel}"/>
@@ -84,31 +90,19 @@
 
         <!-- create tables of test plugin compiles first -->
         <antcall
-            target="generateCompileOutput">
+            target="generateTestCompileOutput">
             <param
                 name="outputDirectory"
                 value="${resultDir}/testcompilelogs"/>
         </antcall>
 
         <!-- create table of code plugins compiles -->
-        <summarizeResults
-            isBuildTested="false"
-            includeAll="true"
-            dropTokenList="${dropTokenList}"
-            xmlDirectoryName=""
-            dropDirectoryName="${resultDir}"
-            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
-            testResultsHtmlFileName="compileResults.php"
-            hrefTestResultsTargetPath="testResults/html"
-            hrefCompileLogsTargetPath="compilelogs"
-            compileLogsDirectoryName="${resultDir}/compilelogs"/>
-        <xslt
-            basedir="${resultDir}/compilelogs"
-            destdir="${resultDir}/compilelogs"
-            includes="**/*.bin.xml"
-            scanincludeddirectories="true"
-            style="compilerXMLOutputToHTML.xsl"
-            force="true" />
+        <antcall
+            target="generateCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/compilelogs"/>
+        </antcall>
         <tstamp>
             <format
                 property="TODAY"
@@ -128,7 +122,7 @@
             file="${resultingIndex}"/>
     </target>
     <target
-        name="generateCompileOutput"
+        name="generateTestCompileOutput"
         depends="checkIfCompileLogs"
         if="doCompileLogs">
         <summarizeResults
@@ -142,6 +136,29 @@
             hrefTestResultsTargetPath=""
             hrefCompileLogsTargetPath="testcompilelogs"
             compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="generateCompileOutput"
+        depends="checkIfCompileLogs"
+        if="doCompileLogs">
+        <summarizeResults
+            isBuildTested="false"
+            includeAll="true"
+            dropTokenList="${dropTokenList}"
+            xmlDirectoryName=""
+            dropDirectoryName="${resultDir}"
+            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
+            testResultsHtmlFileName="compileResults.php"
+            hrefTestResultsTargetPath="testResults/html"
+            hrefCompileLogsTargetPath="compilelogs"
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="compilerXMLToHTML">
         <xslt
             basedir="${outputDirectory}"
             destdir="${outputDirectory}"
@@ -388,7 +405,8 @@
             <available
                 file="${outputDirectory}"/>
         </condition>
-    	  <echo message="doCompileLogs: ${doCompileLogs)   outputDirectory: ${outputDirectory}" />
+        <echo
+            message="doCompileLogs: ${doCompileLogs)   outputDirectory: ${outputDirectory}"/>
     </target>
     <target
         name="writeData">
diff --git a/releng.wtpbuilder/distribution/xmlsec.site/publish.xml b/releng.wtpbuilder/distribution/xmlsec.site/publish.xml
index bd500a6d462cb5420bded24b8ba96c2dcd10838f..3380b3692dc6ba866780474ad39063fbda413c97 100644
--- a/releng.wtpbuilder/distribution/xmlsec.site/publish.xml
+++ b/releng.wtpbuilder/distribution/xmlsec.site/publish.xml
@@ -10,12 +10,18 @@
     -->
     <property
         environment="env"/>
-        
-	 <fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
-   <fail unless="buildLabel"     message="buildLabel must be provided to publish" />
-	 <fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
-   <fail unless="build.distribution" message="build.distribution must be provided to publish" />
-        
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be provided to publish"/>
+    <fail
+        unless="buildLabel"
+        message="buildLabel must be provided to publish"/>
+    <fail
+        unless="wtp.builder.home"
+        message="wtp.builder.home must be provided to publish"/>
+    <fail
+        unless="build.distribution"
+        message="build.distribution must be provided to publish"/>
     <property
         name="resultDir"
         value="${buildDirectory}/${buildLabel}"/>
@@ -84,31 +90,19 @@
 
         <!-- create tables of test plugin compiles first -->
         <antcall
-            target="generateCompileOutput">
+            target="generateTestCompileOutput">
             <param
                 name="outputDirectory"
                 value="${resultDir}/testcompilelogs"/>
         </antcall>
 
         <!-- create table of code plugins compiles -->
-        <summarizeResults
-            isBuildTested="false"
-            includeAll="true"
-            dropTokenList="${dropTokenList}"
-            xmlDirectoryName=""
-            dropDirectoryName="${resultDir}"
-            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
-            testResultsHtmlFileName="compileResults.php"
-            hrefTestResultsTargetPath="testResults/html"
-            hrefCompileLogsTargetPath="compilelogs"
-            compileLogsDirectoryName="${resultDir}/compilelogs"/>
-        <xslt
-            basedir="${resultDir}/compilelogs"
-            destdir="${resultDir}/compilelogs"
-            includes="**/*.bin.xml"
-            scanincludeddirectories="true"
-            style="compilerXMLOutputToHTML.xsl"
-            force="true"/>
+        <antcall
+            target="generateCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/compilelogs"/>
+        </antcall>
         <tstamp>
             <format
                 property="TODAY"
@@ -128,7 +122,7 @@
             file="${resultingIndex}"/>
     </target>
     <target
-        name="generateCompileOutput"
+        name="generateTestCompileOutput"
         depends="checkIfCompileLogs"
         if="doCompileLogs">
         <summarizeResults
@@ -142,6 +136,29 @@
             hrefTestResultsTargetPath=""
             hrefCompileLogsTargetPath="testcompilelogs"
             compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="generateCompileOutput"
+        depends="checkIfCompileLogs"
+        if="doCompileLogs">
+        <summarizeResults
+            isBuildTested="false"
+            includeAll="true"
+            dropTokenList="${dropTokenList}"
+            xmlDirectoryName=""
+            dropDirectoryName="${resultDir}"
+            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
+            testResultsHtmlFileName="compileResults.php"
+            hrefTestResultsTargetPath="testResults/html"
+            hrefCompileLogsTargetPath="compilelogs"
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="compilerXMLToHTML">
         <xslt
             basedir="${outputDirectory}"
             destdir="${outputDirectory}"
@@ -456,15 +473,15 @@
             file="${resultingIndex}"
             token="@emfName@"
             value="${emf.name}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfDescription@"
-          value="${emf.description}"/>        
-      <replace
-          file="${resultingIndex}"
-          token="@emfFile@"
-          value="${emf.file}"/>
-      <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfDescription@"
+            value="${emf.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfFile@"
+            value="${emf.file}"/>
+        <replace
             file="${resultingIndex}"
             token="@emfURL@"
             value="${emf.url}/${emf.file}"/>
@@ -476,32 +493,31 @@
             file="${resultingIndex}"
             token="@emf.mirror.prefixuri@"
             value="${emf.mirror.prefixuri}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdFile@"
-          value="${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdName@"
-          value="${emfxsd.name}"/>
-    <replace
-        file="${resultingIndex}"
-        token="@emfxsdDescription@"
-        value="${emfxsd.description}"/>        
-
-     <replace
-          file="${resultingIndex}"
-          token="@emfxsdURL@"
-          value="${emfxsd.url}/${emfxsd.file}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsdBuildHome@"
-          value="${emfxsd.build.home}"/>
-      <replace
-          file="${resultingIndex}"
-          token="@emfxsd.mirror.prefixuri@"
-          value="${emfxsd.mirror.prefixuri}"/>
-       <replace
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdFile@"
+            value="${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdName@"
+            value="${emfxsd.name}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdDescription@"
+            value="${emfxsd.description}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdURL@"
+            value="${emfxsd.url}/${emfxsd.file}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsdBuildHome@"
+            value="${emfxsd.build.home}"/>
+        <replace
+            file="${resultingIndex}"
+            token="@emfxsd.mirror.prefixuri@"
+            value="${emfxsd.mirror.prefixuri}"/>
+        <replace
             file="${resultingIndex}"
             token="@wstFile@"
             value="${wst.file}"/>
@@ -517,7 +533,6 @@
             file="${resultingIndex}"
             token="@wst.mirror.prefixuri@"
             value="${wst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@jstFile@"
@@ -534,7 +549,6 @@
             file="${resultingIndex}"
             token="@jst.mirror.prefixuri@"
             value="${jst.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@wtpFile@"
@@ -551,7 +565,6 @@
             file="${resultingIndex}"
             token="@wtp.mirror.prefixuri@"
             value="${wtp.mirror.prefixuri}"/>
-    	
         <replace
             file="${resultingIndex}"
             token="@gefFile@"
diff --git a/releng.wtpbuilder/distribution/xsl.site/publish.xml b/releng.wtpbuilder/distribution/xsl.site/publish.xml
index 9ed4e12d49626afe1d7fed08beba9fdc9958d03d..e12f1dde66c1acacc745ee21797666d386f12638 100644
--- a/releng.wtpbuilder/distribution/xsl.site/publish.xml
+++ b/releng.wtpbuilder/distribution/xsl.site/publish.xml
@@ -2,127 +2,135 @@
     name="Publish Build"
     default="default"
     basedir=".">
-
-	<!-- Properties that must be passed to this script:
-        buildDirectory: Path to perform the build in.  (A working directory)
-        buildType:		Type of build (nightly, integration etc.)
-        buildId:		Build name
-        buildLabel:		<buildType>-<buildName>-<timestamp>
+    <!--
+        Properties that must be passed to this script: buildDirectory:
+        Path to perform the build in. (A working directory) buildType:
+        Type of build (nightly, integration etc.) buildId: Build name
+        buildLabel: <buildType>-<buildName>-<timestamp>
     -->
-
-    <property environment="env" />
-
-	 <fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
-   <fail unless="buildLabel"     message="buildLabel must be provided to publish" />
-	 <fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
-   <fail unless="build.distribution" message="build.distribution must be provided to publish" />
-
-	<property
+    <property
+        environment="env"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be provided to publish"/>
+    <fail
+        unless="buildLabel"
+        message="buildLabel must be provided to publish"/>
+    <fail
+        unless="wtp.builder.home"
+        message="wtp.builder.home must be provided to publish"/>
+    <fail
+        unless="build.distribution"
+        message="build.distribution must be provided to publish"/>
+    <property
         name="resultDir"
-        value="${buildDirectory}/${buildLabel}" />
-	<!--name of generated index page-->
+        value="${buildDirectory}/${buildLabel}"/>
+    <!--name of generated index page-->
     <property
         name="indexFileName"
-        value="index.php" />
+        value="index.php"/>
     <property
         name="templateDir"
-        value="${wtp.builder.home}/distribution/${build.distribution}.site" />
+        value="${wtp.builder.home}/distribution/${build.distribution}.site"/>
     <property
         name="resultingIndex"
-        value="${resultDir}/${indexFileName}" />
+        value="${resultDir}/${indexFileName}"/>
     <echo
         level="debug"
-        message="resultDir: ${resultDir}" />
+        message="resultDir: ${resultDir}"/>
     <echo
         level="debug"
-        message="templateDir: ${templateDir}" />
+        message="templateDir: ${templateDir}"/>
     <echo
         level="debug"
-        message="resultingIndex: ${resultingIndex}" />
-
-
-
-    <target name="default">
+        message="resultingIndex: ${resultingIndex}"/>
+    <target
+        name="default">
         <copy
             overwrite="true"
             file="${wtp.builder.home}/distribution/${build.distribution}.site/templateFiles/${indexTemplateFilename}"
-            tofile="${resultingIndex}" />
-        <antcall target="countFiles" />
-        <antcall target="generateCompileIndex" />
-        <antcall target="generateJUnitTestsIndex" />
-        <antcall target="getStaticFiles" />
+            tofile="${resultingIndex}"/>
+        <antcall
+            target="countFiles"/>
+        <antcall
+            target="generateCompileIndex"/>
+        <antcall
+            target="generateJUnitTestsIndex"/>
+        <antcall
+            target="getStaticFiles"/>
     </target>
-
-    <target name="generateCompileIndex">
-
-
-		<!--
-            <taskdef name="indexResults" classname="org.eclipse.wtp.releng.tools.ResultsSummaryGenerator" />
+    <target
+        name="generateCompileIndex">
+        <!--
+            <taskdef name="indexResults"
+            classname="org.eclipse.wtp.releng.tools.ResultsSummaryGenerator"
+            />
         -->
-
-		<!--
-            isBuildTested:  true|false  should JUnit plugin test results be used to generate index page
-            dropTokenList:  comma separated list of strings which should be replaced by the fileName attribute settings in the testManifest.xml.
-            xmlDirectoryName:  path to directory containing JUnit plugin test results in xml format (see doc is org.eclipse.test).
-            dropDirectoryName: path to directory containing the result of the build.
-            testResultsTemplateFileName:  path to template file used to generate page with links to JUnit test results	
-            testResultsHtmlFileName:  name of file which will be generated with links to JUnit test results
-            dropHtmlFileName:  name of generated index page
-            hrefTestResultsTargetPath:  relative path from index page to directory containing JUnit html test results
-            hrefCompileLogsTargetPath:  relative path from index page directory containing compilelogs
-            testManifestFileName:	name of xml file containing descriptions of zip types and log files
-            
-            
-            
+        <!--
+            isBuildTested: true|false should JUnit plugin test results
+            be used to generate index page dropTokenList: comma
+            separated list of strings which should be replaced by the
+            fileName attribute settings in the testManifest.xml.
+            xmlDirectoryName: path to directory containing JUnit plugin
+            test results in xml format (see doc is org.eclipse.test).
+            dropDirectoryName: path to directory containing the result
+            of the build. testResultsTemplateFileName: path to template
+            file used to generate page with links to JUnit test results
+            testResultsHtmlFileName: name of file which will be
+            generated with links to JUnit test results dropHtmlFileName:
+            name of generated index page hrefTestResultsTargetPath:
+            relative path from index page to directory containing JUnit
+            html test results hrefCompileLogsTargetPath: relative path
+            from index page directory containing compilelogs
+            testManifestFileName: name of xml file containing
+            descriptions of zip types and log files
         -->
         <property
-            file="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties" />
+            file="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties"/>
 
-		<!-- create tables of test plugin compiles first -->
+        <!-- create tables of test plugin compiles first -->
         <antcall
             target="generateCompileOutput">
             <param
                 name="outputDirectory"
-                value="${resultDir}/testcompilelogs" />
+                value="${resultDir}/testcompilelogs"/>
         </antcall>
 
-		<!-- create table of code plugins compiles -->
-        <summarizeResults
-            isBuildTested="false"
-            includeAll="true"
-            dropTokenList="${dropTokenList}"
-            xmlDirectoryName=""
-            dropDirectoryName="${resultDir}"
-            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
-            testResultsHtmlFileName="compileResults.php"
-            hrefTestResultsTargetPath="testResults/html"
-            hrefCompileLogsTargetPath="compilelogs"
-            compileLogsDirectoryName="${resultDir}/compilelogs" />
-        <xslt
-            basedir="${resultDir}/compilelogs"
-            destdir="${resultDir}/compilelogs"
-            includes="**/*.bin.xml"
-            scanincludeddirectories="true"
-            style="compilerXMLOutputToHTML.xsl"
-            force="true" />
+        <!-- create tables of test plugin compiles first -->
+        <antcall
+            target="generateTestCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/testcompilelogs"/>
+        </antcall>
+
+        <!-- create table of code plugins compiles -->
+        <antcall
+            target="generateCompileOutput">
+            <param
+                name="outputDirectory"
+                value="${resultDir}/compilelogs"/>
+        </antcall>
         <tstamp>
             <format
                 property="TODAY"
-                pattern="MMMM d, yyyy" />
+                pattern="MMMM d, yyyy"/>
         </tstamp>
 
-		<!--  Insert Build Type descriptor  -->
+        <!--  Insert Build Type descriptor  -->
         <antcall
-            target="${buildType}" />
+            target="${buildType}"/>
         <antcall
-            target="writeData" />
-
-		<!--  Update timestamp on file to permit overwrite through Ant copy task  -->
+            target="writeData"/>
+        <!--
+            Update timestamp on file to permit overwrite through Ant
+            copy task
+        -->
         <touch
-            file="${resultingIndex}" />
+            file="${resultingIndex}"/>
     </target>
     <target
-        name="generateCompileOutput"
+        name="generateTestCompileOutput"
         depends="checkIfCompileLogs"
         if="doCompileLogs">
         <summarizeResults
@@ -135,40 +143,66 @@
             testResultsHtmlFileName="testCompileResults.php"
             hrefTestResultsTargetPath=""
             hrefCompileLogsTargetPath="testcompilelogs"
-            compileLogsDirectoryName="${outputDirectory}" />
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="generateCompileOutput"
+        depends="checkIfCompileLogs"
+        if="doCompileLogs">
+        <summarizeResults
+            isBuildTested="false"
+            includeAll="true"
+            dropTokenList="${dropTokenList}"
+            xmlDirectoryName=""
+            dropDirectoryName="${resultDir}"
+            testResultsTemplateFileName="${templateDir}/templateFiles/compileResults.php.template"
+            testResultsHtmlFileName="compileResults.php"
+            hrefTestResultsTargetPath="testResults/html"
+            hrefCompileLogsTargetPath="compilelogs"
+            compileLogsDirectoryName="${outputDirectory}"/>
+        <antcall
+            target="compilerXMLToHTML"/>
+    </target>
+    <target
+        name="compilerXMLToHTML">
         <xslt
             basedir="${outputDirectory}"
             destdir="${outputDirectory}"
             includes="**/*.xml"
             scanincludeddirectories="true"
             style="compilerXMLOutputToHTML.xsl"
-            force="true" />
+            force="true"/>
     </target>
     <target
         name="generateJUnitTestsIndex"
         depends="checkIfTested"
         if="doTests">
-
-		<!--
-            isBuildTested:  true|false  should JUnit plugin test results be used to generate index page
-            dropTokenList:  comma separated list of strings which should be replaced by the fileName attribute settings in the testManifest.xml.
-            xmlDirectoryName:  path to directory containing JUnit plugin test results in xml format (see doc is org.eclipse.test).
-            dropDirectoryName: path to directory containing the result of the build.
-            testResultsTemplateFileName:  path to template file used to generate page with links to JUnit test results	
-            testResultsHtmlFileName:  name of file which will be generated with links to JUnit test results
-            dropHtmlFileName:  name of generated index page
-            hrefTestResultsTargetPath:  relative path from index page to directory containing JUnit html test results
-            hrefCompileLogsTargetPath:  relative path from index page directory containing compilelogs
-            testManifestFileName:	name of xml file containing descriptions of zip types and log files
-            
-            
-            
+        <!--
+            isBuildTested: true|false should JUnit plugin test results
+            be used to generate index page dropTokenList: comma
+            separated list of strings which should be replaced by the
+            fileName attribute settings in the testManifest.xml.
+            xmlDirectoryName: path to directory containing JUnit plugin
+            test results in xml format (see doc is org.eclipse.test).
+            dropDirectoryName: path to directory containing the result
+            of the build. testResultsTemplateFileName: path to template
+            file used to generate page with links to JUnit test results
+            testResultsHtmlFileName: name of file which will be
+            generated with links to JUnit test results dropHtmlFileName:
+            name of generated index page hrefTestResultsTargetPath:
+            relative path from index page to directory containing JUnit
+            html test results hrefCompileLogsTargetPath: relative path
+            from index page directory containing compilelogs
+            testManifestFileName: name of xml file containing
+            descriptions of zip types and log files
         -->
         <property
-            file="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties" />
+            file="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties"/>
 
-		<!-- create table of test plugin compiles first -->
-		<!-- set isBuildTested to true for the "compile only" results -->
+        <!-- create table of test plugin compiles first -->
+        <!-- set isBuildTested to true for the "compile only" results -->
         <summarizeResults
             isBuildTested="true"
             dropTokenList="${dropTokenList}"
@@ -177,193 +211,199 @@
             testResultsTemplateFileName="${templateDir}/templateFiles/testResults.php.template"
             testResultsHtmlFileName="testResults.php"
             hrefTestResultsTargetPath="testResults/html"
-            compileLogsDirectoryName="" />
+            compileLogsDirectoryName=""/>
         <tstamp>
             <format
                 property="TODAY"
-                pattern="MMMM d, yyyy" />
+                pattern="MMMM d, yyyy"/>
         </tstamp>
 
-		<!--  Insert Build Type descriptor  -->
+        <!--  Insert Build Type descriptor  -->
         <antcall
-            target="${buildType}" />
+            target="${buildType}"/>
         <antcall
-            target="writeData" />
-
-		<!--  Update timestamp on file to permit overwrite through Ant copy task  -->
+            target="writeData"/>
+        <!--
+            Update timestamp on file to permit overwrite through Ant
+            copy task
+        -->
         <touch
-            file="${resultingIndex}" />
+            file="${resultingIndex}"/>
     </target>
     <target
         name="getStaticFiles">
-		<!--get static files required in the buildLabel directory-->
+        <!--get static files required in the buildLabel directory-->
         <copy
             todir="${resultDir}">
             <fileset
-                dir="${templateDir}/staticDropFiles" />
+                dir="${templateDir}/staticDropFiles"/>
         </copy>
 
-		<!--copy buildnotes from plugin directories-->
+        <!--copy buildnotes from plugin directories-->
         <mkdir
-            dir="${resultDir}/buildnotes" />
+            dir="${resultDir}/buildnotes"/>
         <copy
             todir="${resultDir}/buildnotes"
             flatten="true">
             <fileset
                 dir="${buildDirectory}/plugins"
-                includes="**/buildnotes_*.html" />
+                includes="**/buildnotes_*.html"/>
             <fileset
                 dir="${buildDirectory}/features"
-                includes="**/buildnotes_*.html" />
+                includes="**/buildnotes_*.html"/>
         </copy>
         <copy
             file="${templateDir}/staticDropFiles/logIndex.php"
-            tofile="${resultDir}/testResults/consolelogs/full/logIndex.php" />
+            tofile="${resultDir}/testResults/consolelogs/full/logIndex.php"/>
         <copy
             file="${templateDir}/staticDropFiles/logIndex.php"
-            tofile="${resultDir}/testResults/consolelogs/testLogs/logIndex.php" />
+            tofile="${resultDir}/testResults/consolelogs/testLogs/logIndex.php"/>
         <copy
             file="${templateDir}/staticDropFiles/logIndex.php"
-            tofile="${resultDir}/testResults/consolelogs/testSysErrorLogs/logIndex.php" />
+            tofile="${resultDir}/testResults/consolelogs/testSysErrorLogs/logIndex.php"/>
     </target>
     <target
         name="updateSite">
 
 
-		<!-- get our authored, tokenized site.xml file -->
+        <!-- get our authored, tokenized site.xml file -->
         <copy
             file="${wtp.builder.home}/distribution/${build.distribution}.site/templateFiles/siteWTP.xml"
             tofile="${buildDirectory}/${buildLabel}/updateSite/site.xml"
             overwrite="true"
-            failonerror="true" />
-		<!-- get the ${buildDirectory}/finalPluginsVersions.properties, and 
-            read as properties -->
-		<!-- substitute property value for tokens -->
+            failonerror="true"/>
+        <!--
+            get the ${buildDirectory}/finalPluginsVersions.properties,
+            and read as properties
+        -->
+        <!-- substitute property value for tokens -->
         <replace
             file="${buildDirectory}/${buildLabel}/updateSite/site.xml"
             propertyfile="${buildDirectory}/finalFeaturesVersions.properties">
             <replacefilter
                 token="@org.eclipse.wst@"
-                property="org.eclipse.wst" />
+                property="org.eclipse.wst"/>
             <replacefilter
                 token="@org.eclipse.wst.sdk@"
-                property="org.eclipse.wst.sdk" />
+                property="org.eclipse.wst.sdk"/>
             <replacefilter
                 token="@org.eclipse.jst@"
-                property="org.eclipse.jst" />
+                property="org.eclipse.jst"/>
             <replacefilter
                 token="@org.eclipse.jst.sdk@"
-                property="org.eclipse.jst.sdk" />
+                property="org.eclipse.jst.sdk"/>
             <replacefilter
                 token="@org.eclipse.jpt.feature@"
-                property="org.eclipse.jpt.feature" />
+                property="org.eclipse.jpt.feature"/>
             <replacefilter
                 token="@org.eclipse.jpt_sdk.feature@"
-                property="org.eclipse.jpt_sdk.feature" />
+                property="org.eclipse.jpt_sdk.feature"/>
         </replace>
     </target>
     <target
         name="countFiles">
-		<!--	
-            files.count is a file that should exist in the drop directory with a count of the zip files in the same directory.
-            It is required to generate a link to the build on the downloads page.
+        <!--
+            files.count is a file that should exist in the drop
+            directory with a count of the zip files in the same
+            directory. It is required to generate a link to the build on
+            the downloads page.
         -->
         <countBuildFiles
             sourceDirectory="${resultDir}"
             filterString=".zip,.tar.gz"
-            outputFile="${resultDir}/files.count" />
+            outputFile="${resultDir}/files.count"/>
     </target>
 
-	<!--Build type descriptors-->
+    <!--Build type descriptors-->
     <target
         name="I">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Integration" />
+            value="Integration"/>
     </target>
     <target
         name="S">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Stable" />
+            value="Stable"/>
     </target>
     <target
         name="N">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Nightly" />
+            value="Nightly"/>
     </target>
     <target
         name="M">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Maintenance" />
+            value="Maintenance"/>
     </target>
     <target
         name="R">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Release" />
+            value="Release"/>
     </target>
     <target
         name="T">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Test" />
+            value="Test"/>
     </target>
     <target
         name="P">
         <replace
             file="${resultingIndex}"
             token="%wtpandprereqs%"
-            value=" " />
+            value=" "/>
         <replace
             file="${resultingIndex}"
             token="@type@"
-            value="Patches" />
+            value="Patches"/>
     </target>
     <target
         name="checkIfTested">
         <echo
             level="debug"
-            message="isBuildTested: ${isBuildTested}" />
+            message="isBuildTested: ${isBuildTested}"/>
         <condition
             property="doTests">
             <equals
                 arg1="${isBuildTested}"
                 arg2="true"
                 trim="true"
-                casesensitive="false" />
+                casesensitive="false"/>
         </condition>
     </target>
     <target
@@ -371,184 +411,185 @@
         <condition
             property="doCompileLogs">
             <available
-                file="${outputDirectory}" />
+                file="${outputDirectory}"/>
         </condition>
-        <echo message="doCompileLogs: ${doCompileLogs}   outputDirectory: ${outputDirectory}" />
+        <echo
+            message="doCompileLogs: ${doCompileLogs}   outputDirectory: ${outputDirectory}"/>
     </target>
     <target
         name="writeData">
-		<!--  Insert Build Date  -->
+        <!--  Insert Build Date  -->
         <replace
             file="${resultingIndex}"
             token="@date@"
-            value="${TODAY}" />
+            value="${TODAY}"/>
 
-		<!--  Insert Build Name  -->
+        <!--  Insert Build Name  -->
         <replace
             file="${resultingIndex}"
             token="@build@"
-            value="${buildLabel}" />
+            value="${buildLabel}"/>
         <replace
             file="${resultingIndex}"
             token="@buildBranch@"
-            value="${buildBranch}" />
+            value="${buildBranch}"/>
 
-		<!--  Insert PreRequsites  -->
+        <!--  Insert PreRequsites  -->
         <replace
             file="${resultingIndex}"
             token="@eclipseFile@"
-            value="${eclipse.file.linux-gtk-x86}" />
+            value="${eclipse.file.linux-gtk-x86}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipseURL@"
-            value="${eclipse.url}/${eclipse.file.linux-gtk-x86}" />
+            value="${eclipse.url}/${eclipse.file.linux-gtk-x86}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipseBuildURL@"
-            value="${eclipse.url}" />
+            value="${eclipse.url}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipsefilelinux@"
-            value="${eclipse.file.linux-gtk-x86}" />
+            value="${eclipse.file.linux-gtk-x86}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipsefilewindows@"
-            value="${eclipse.file.win32-win32-x86}" />
+            value="${eclipse.file.win32-win32-x86}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipsefilemacos@"
-            value="${eclipse.file.macosx-carbon-ppc}" />
+            value="${eclipse.file.macosx-carbon-ppc}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipseBuildHome@"
-            value="${eclipse.build.home}" />
+            value="${eclipse.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipse.mirror.prefixuri@"
-            value="${eclipse.mirror.prefixuri}" />
+            value="${eclipse.mirror.prefixuri}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipse.fspath.prefix@"
-            value="${eclipse.fspath.prefix}" />
+            value="${eclipse.fspath.prefix}"/>
         <replace
             file="${resultingIndex}"
             token="@testURL@"
-            value="${eclipseTestFramework.url}/${eclipseTestFramework.file}" />
+            value="${eclipseTestFramework.url}/${eclipseTestFramework.file}"/>
         <replace
             file="${resultingIndex}"
             token="@testFile@"
-            value="${eclipseTestFramework.file}" />
+            value="${eclipseTestFramework.file}"/>
         <replace
             file="${resultingIndex}"
             token="@emfFile@"
-            value="${emf.file}" />
+            value="${emf.file}"/>
         <replace
             file="${resultingIndex}"
             token="@emfURL@"
-            value="${emf.url}/${emf.file}" />
+            value="${emf.url}/${emf.file}"/>
         <replace
             file="${resultingIndex}"
             token="@emfBuildHome@"
-            value="${emf.build.home}" />
+            value="${emf.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@emf.mirror.prefixuri@"
-            value="${emf.mirror.prefixuri}" />
+            value="${emf.mirror.prefixuri}"/>
         <replace
             file="${resultingIndex}"
             token="@wstFile@"
-            value="${wst.file}" />
+            value="${wst.file}"/>
         <replace
             file="${resultingIndex}"
             token="@wstURL@"
-            value="${wst.url}/${wst.file}" />
+            value="${wst.url}/${wst.file}"/>
         <replace
             file="${resultingIndex}"
             token="@wstBuildHome@"
-            value="${wst.build.home}" />
+            value="${wst.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@wst.mirror.prefixuri@"
-            value="${wst.mirror.prefixuri}" />
+            value="${wst.mirror.prefixuri}"/>
         <replace
             file="${resultingIndex}"
             token="@gefFile@"
-            value="${gef.file}" />
+            value="${gef.file}"/>
         <replace
             file="${resultingIndex}"
             token="@gefURL@"
-            value="${gef.url}/${gef.file}" />
+            value="${gef.url}/${gef.file}"/>
         <replace
             file="${resultingIndex}"
             token="@gefBuildHome@"
-            value="${gef.build.home}" />
+            value="${gef.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@gef.mirror.prefixuri@"
-            value="${gef.mirror.prefixuri}" />
+            value="${gef.mirror.prefixuri}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipserelengFile@"
-            value="${eclipsereleng.file}" />
+            value="${eclipsereleng.file}"/>
         <replace
             file="${resultingIndex}"
             token="@eclipserelengURL@"
-            value="${eclipsereleng.url}/${eclipsereleng.file}" />
+            value="${eclipsereleng.url}/${eclipsereleng.file}"/>
         <replace
             file="${resultingIndex}"
             token="@orbitthirdpartyzipFile@"
-            value="${orbitthirdpartyzip.file}" />
+            value="${orbitthirdpartyzip.file}"/>
         <replace
             file="${resultingIndex}"
             token="@orbitthirdpartyzipURL@"
-            value="${orbitthirdpartyzip.url}/${orbitthirdpartyzip.file}" />
+            value="${orbitthirdpartyzip.url}/${orbitthirdpartyzip.file}"/>
         <replace
             file="${resultingIndex}"
             token="@orbitthirdpartyzipBuildHome@"
-            value="${orbitthirdpartyzip.build.home}" />
+            value="${orbitthirdpartyzip.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@orbitthirdpartyzip.mirror.prefixuri@"
-            value="${orbitthirdpartyzip.mirror.prefixuri}" />
+            value="${orbitthirdpartyzip.mirror.prefixuri}"/>
 
 
-		<!-- no longer used. Post 1.5.5 -->
+        <!-- no longer used. Post 1.5.5 -->
         <replace
             file="${resultingIndex}"
             token="@jemFile@"
-            value="${jem.file}" />
+            value="${jem.file}"/>
         <replace
             file="${resultingIndex}"
             token="@jemURL@"
-            value="${jem.url}/${jem.file}" />
+            value="${jem.url}/${jem.file}"/>
         <replace
             file="${resultingIndex}"
             token="@jemBuildHome@"
-            value="${jem.build.home}" />
+            value="${jem.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@jem.mirror.prefixuri@"
-            value="${jem.mirror.prefixuri}" />
-		<!-- 
-            these token/s should not exist in maintenance stream, but 
-            do no harm done, so in the interests of keeping builder 
-            streams in sync, we'll leave them here as place hold
+            value="${jem.mirror.prefixuri}"/>
+        <!--
+            these token/s should not exist in maintenance stream, but do
+            no harm done, so in the interests of keeping builder streams
+            in sync, we'll leave them here as place hold
         -->
         <replace
             file="${resultingIndex}"
             token="@dtpFile@"
-            value="${dtp.file}" />
+            value="${dtp.file}"/>
         <replace
             file="${resultingIndex}"
             token="@dtpURL@"
-            value="${dtp.url}/${dtp.file}" />
+            value="${dtp.url}/${dtp.file}"/>
         <replace
             file="${resultingIndex}"
             token="@dtpBuildHome@"
-            value="${dtp.build.home}" />
+            value="${dtp.build.home}"/>
         <replace
             file="${resultingIndex}"
             token="@dtp.mirror.prefixuri@"
-            value="${dtp.mirror.prefixuri}" />
+            value="${dtp.mirror.prefixuri}"/>
     </target>
 </project>
\ No newline at end of file