fix zip names
diff --git a/releng.wtpbuilder/distribution/vex.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/vex.site/templateFiles/index.html.template.php
index ebfaae1..996a84e 100644
--- a/releng.wtpbuilder/distribution/vex.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/vex.site/templateFiles/index.html.template.php
@@ -85,14 +85,14 @@
 $downloadprefix=$defaultWTPMirrorPrefix;
 
 
-$keytestMirrorString=$eclipseMirrorScript . "$eclipseWTPMirrorPrefix/wtp-incubator-xsl_sdk-$build.zip";
+$keytestMirrorString=$eclipseMirrorScript . "$eclipseWTPMirrorPrefix/wtp-incubator-xml.vex_sdk-$build.zip";
 if (isMirrored($keytestMirrorString) ) {
-	$mirrorScript=$eclipseMirrorScript;
-	$downloadprefix="${mirrorScript}${eclipseWTPMirrorPrefix}";
+        $mirrorScript=$eclipseMirrorScript;
+        $downloadprefix="${mirrorScript}${eclipseWTPMirrorPrefix}";
 }
 
 if ($debugScript)  {
-	echo "inferred platform: " . getPlatform();
+        echo "inferred platform: " . getPlatform();
 }
 
 
@@ -103,42 +103,42 @@
 $displayTestSummary=false;
 if (phpversion() >= 5) {
 
-	$displayTestSummary=true;
-	// expecting grandTotalErrors and grandTotalTests
-	$filename = "unitTestsSummary.xml";
-	if (file_exists($filename)) {
-		$prefix = "unitTests_";
-		$unitTestsSummary = simplexml_load_file($filename);
-		foreach ($unitTestsSummary->summaryItem as $summaryItem) {
-			$name = $summaryItem->name;
-			$value = $summaryItem->value;
-			$code= "\$" . $prefix . $name . " = " . $value . ";";
-			//echo "<br />code: " . $code;
-			eval($code);
-		}
-	}
+        $displayTestSummary=true;
+        // expecting grandTotalErrors and grandTotalTests
+        $filename = "unitTestsSummary.xml";
+        if (file_exists($filename)) {
+                $prefix = "unitTests_";
+                $unitTestsSummary = simplexml_load_file($filename);
+                foreach ($unitTestsSummary->summaryItem as $summaryItem) {
+                        $name = $summaryItem->name;
+                        $value = $summaryItem->value;
+                        $code= "\$" . $prefix . $name . " = " . $value . ";";
+                        //echo "<br />code: " . $code;
+                        eval($code);
+                }
+        }
 
-	$filename = "compilelogsSummary.xml";
-	$prefix = "code_";
-	$compileSummary = simplexml_load_file($filename);
-	foreach ($compileSummary->summaryItem as $summaryItem) {
-		$name = $summaryItem->name;
-		$value = $summaryItem->value;
-		$code= "\$" . $prefix . $name . " = " . $value . ";";
-		//echo "<br />code: " . $code;
-		eval($code);
-	}
+        $filename = "compilelogsSummary.xml";
+        $prefix = "code_";
+        $compileSummary = simplexml_load_file($filename);
+        foreach ($compileSummary->summaryItem as $summaryItem) {
+                $name = $summaryItem->name;
+                $value = $summaryItem->value;
+                $code= "\$" . $prefix . $name . " = " . $value . ";";
+                //echo "<br />code: " . $code;
+                eval($code);
+        }
 
-	$filename = "testcompilelogsSummary.xml";
-	$prefix = "test_";
-	$compileSummary = simplexml_load_file($filename);
-	foreach ($compileSummary->summaryItem as $summaryItem) {
-		$name = $summaryItem->name;
-		$value = $summaryItem->value;
-		$code= "\$" . $prefix . $name . " = " . $value . ";";
-		//echo "<br />code: " . $code;
-		eval($code);
-	}
+        $filename = "testcompilelogsSummary.xml";
+        $prefix = "test_";
+        $compileSummary = simplexml_load_file($filename);
+        foreach ($compileSummary->summaryItem as $summaryItem) {
+                $name = $summaryItem->name;
+                $value = $summaryItem->value;
+                $code= "\$" . $prefix . $name . " = " . $value . ";";
+                //echo "<br />code: " . $code;
+                eval($code);
+        }
 }
 
 
@@ -156,12 +156,12 @@
 $serverName = $_SERVER["SERVER_NAME"];
 
 if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.eclipsecon.org")) {
-	echo '<center>
+        echo '<center>
           <p>
-          Reminder: this is <font color="#FF0000">' . 
-	$serverName .
-	'</font>
-          See also 
+          Reminder: this is <font color="#FF0000">' .
+        $serverName .
+        '</font>
+          See also
           <a href="http://download.eclipse.org/webtools/downloads" target="_top">the live public Eclipse site</a>.
           </p>
           <hr />
@@ -170,213 +170,213 @@
 }
 ?>
 <table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%">
-	<tr>
-		<td ALIGN=left><font face="'Bitstream Vera',Helvetica,Arial" size="+2"><b><?php echo "$type";?>
-		Build: <?php echo "$build";?></b></font></td>
-	   <td align="right" rowspan="3"><a
+        <tr>
+                <td ALIGN=left><font face="'Bitstream Vera',Helvetica,Arial" size="+2"><b><?php echo "$type";?>
+                Build: <?php echo "$build";?></b></font></td>
+           <td align="right" rowspan="3"><a
   href="http://www.eclipse.org/projects/what-is-incubation.php"><img
   src="http://www.eclipse.org/images/egg-incubation.png" alt="Incubation"
   align="middle" border="0"></a></td>
-	
-	<tr valign="top">
-		<td><font size="-1"><?php echo "$builddate";?></font></td>
-	</tr>
-	<tr valign="top">
-		<td>
-		<p>The Eclipse Web Tools Platform (WTP) Incubator Project provides
-		tools for development that are just getting started, or are
-		experimental in some fashion.</p>
-		</td>
-	</tr>
+
+        <tr valign="top">
+                <td><font size="-1"><?php echo "$builddate";?></font></td>
+        </tr>
+        <tr valign="top">
+                <td>
+                <p>The Eclipse Web Tools Platform (WTP) Incubator Project provides
+                tools for development that are just getting started, or are
+                experimental in some fashion.</p>
+                </td>
+        </tr>
 </table>
 
 <!-- ***********  Required Prerequisites **************  -->
 <table border=0 cellspacing=2 cellpadding=2 width="100%">
-	<tr>
-		<td align="left" valign="top" bgcolor="#0080C0"><font
-			face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">Required
-		Prerequisites and Handy Extras</font></td>
-	</tr>
-	<tr>
-		<td>
-		<p>These are the prerequisites to install and run the Web Tools
-		Platform. Also listed are some frequently needed links for
-		committer-required packages when creating new developmnet
-		environmnets, or targets to run against.</p>
-		<p>Note that WTP requires Java 5 or higher (and, for some things,
-		actually requires a JDK rather than only a JRE) even though many other
-		<a href="http://www.eclipse.org/downloads/">Eclipse Projects</a> can
-		run with <a href="http://www.eclipse.org/downloads/moreinfo/jre.php">other
-		JRE levels</a>.</p><p></p>
-		</td>
-	</tr>
-	<tr>
-		<td>
-		<table border=0 cellspacing=1 cellpadding=1 width="90%" align="center">
-			<tr valign="top">
-				<td width="10%"></td>
-				<td width="40%">Eclipse Platform (Platform, JDT)</td>
-				<?php
-				//customize page depending on user's browser/platform, if we can detect it
-				$usersPlatform = getPlatform();
-				// assume windows by default, since likely most frequent, even for cases where
-				// platform is "unknown". I've noticed Opera reports 'unknown' :(
-				$recommendedFile=$eclipsefilewindows;
-				if (strcmp($usersPlatform,"linux")== 0) {
-					$recommendedFile=$eclipsefilelinux;
-				} else if (strcmp($usersPlatform,"mac") == 0) {
-					$recommendedFile=$eclipsefilemacosx;
-				}
-				?>
-				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $eclipseURL, $recommendedFile, $eclipseFSpathPrefix);
-				echo " or <a href=\"" . $eclipseBuildURL . "\">appropriate platform</a>";
-				echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+        <tr>
+                <td align="left" valign="top" bgcolor="#0080C0"><font
+                        face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">Required
+                Prerequisites and Handy Extras</font></td>
+        </tr>
+        <tr>
+                <td>
+                <p>These are the prerequisites to install and run the Web Tools
+                Platform. Also listed are some frequently needed links for
+                committer-required packages when creating new developmnet
+                environmnets, or targets to run against.</p>
+                <p>Note that WTP requires Java 5 or higher (and, for some things,
+                actually requires a JDK rather than only a JRE) even though many other
+                <a href="http://www.eclipse.org/downloads/">Eclipse Projects</a> can
+                run with <a href="http://www.eclipse.org/downloads/moreinfo/jre.php">other
+                JRE levels</a>.</p><p></p>
+                </td>
+        </tr>
+        <tr>
+                <td>
+                <table border=0 cellspacing=1 cellpadding=1 width="90%" align="center">
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td width="40%">Eclipse Platform (Platform, JDT)</td>
+                                <?php
+                                //customize page depending on user's browser/platform, if we can detect it
+                                $usersPlatform = getPlatform();
+                                // assume windows by default, since likely most frequent, even for cases where
+                                // platform is "unknown". I've noticed Opera reports 'unknown' :(
+                                $recommendedFile=$eclipsefilewindows;
+                                if (strcmp($usersPlatform,"linux")== 0) {
+                                        $recommendedFile=$eclipsefilelinux;
+                                } else if (strcmp($usersPlatform,"mac") == 0) {
+                                        $recommendedFile=$eclipsefilemacosx;
+                                }
+                                ?>
+                                <td align="right"><?php
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $eclipseURL, $recommendedFile, $eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $eclipseBuildURL . "\">appropriate platform</a>";
+                                echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
+                                ?>
 
-			<tr valign="top">
-				<td width="10%"></td>
-				<td>Webtools Platform (at least WST)</td>
-				<td align="right"><?php
-				// debug
-				// echo "debug: full path: " . $eclipseFSpathPrefix . "/" . $wstMirrorPrefixuri . "/" . $wstFile;
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $wstMirrorPrefixuri, $wstURL, $wstFile, $eclipseFSpathPrefix);
-				echo " or <a href=\"" . $wstBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+                        </tr>
 
-			<tr valign="top">
-				<td width="10%"></td>
-				<td>Eclipse Modeling Framework (EMF, XSD InfoSet)</td>
-				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile, $eclipseFSpathPrefix);
-				echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td>Webtools Platform (at least WST)</td>
+                                <td align="right"><?php
+                                // debug
+                                // echo "debug: full path: " . $eclipseFSpathPrefix . "/" . $wstMirrorPrefixuri . "/" . $wstFile;
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $wstMirrorPrefixuri, $wstURL, $wstFile, $eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $wstBuildHome . "\">equivalent</a></td>";
+                                ?>
 
-			<tr valign="top">
-				<td width="10%"></td>
-				<td>Graphical Editing Framework (GEF)</td>
-				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile, $eclipseFSpathPrefix);
-				echo " or <a href=\"" . $gefBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+                        </tr>
 
-			<tr valign="middle">
-				<td width="10%"></td>
-				<td colspan="2">
-				<hr />
-				</td>
-			</tr>
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td>Eclipse Modeling Framework (EMF, XSD InfoSet)</td>
+                                <td align="right"><?php
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile, $eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>";
+                                ?>
 
-			<tr valign="top">
-				<td width="10%"></td>
-				<td>Eclipse Test Framework (required only for Automated JUnit tests)</td>
-				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $testURL, $testFile, $eclipseFSpathPrefix);
-				echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+                        </tr>
 
-			<tr valign="top">
-				<td width="10%"></td>
-				<td>Eclipse releng tool (required only for committers to more easily
-				"release" code to a build)</td>
-				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $eclipserelengURL, $eclipserelengFile, $eclipseFSpathPrefix);
-				echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td>Graphical Editing Framework (GEF)</td>
+                                <td align="right"><?php
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile, $eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $gefBuildHome . "\">equivalent</a></td>";
+                                ?>
 
-			<tr valign="top">
-				<td width="10%"></td>
-				<td>Third Party code from Orbit (currently much more than needed
-				for WTP, but some committers like having the whole heap in their
-				target)</td>
-				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $orbitthirdpartyzipMirrorPrefixuri, $orbitthirdpartyzipURL, $orbitthirdpartyzipFile,$eclipseFSpathPrefix);
-				echo " or <a href=\"" . $orbitthirdpartyzipBuildHome . "\">equivalent</a></td>";
-				?>
-			
-			</tr>
+                        </tr>
 
-		</table>
-		</td>
-	</tr>
+                        <tr valign="middle">
+                                <td width="10%"></td>
+                                <td colspan="2">
+                                <hr />
+                                </td>
+                        </tr>
+
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td>Eclipse Test Framework (required only for Automated JUnit tests)</td>
+                                <td align="right"><?php
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $testURL, $testFile, $eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
+                                ?>
+
+                        </tr>
+
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td>Eclipse releng tool (required only for committers to more easily
+                                "release" code to a build)</td>
+                                <td align="right"><?php
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $eclipserelengURL, $eclipserelengFile, $eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
+                                ?>
+
+                        </tr>
+
+                        <tr valign="top">
+                                <td width="10%"></td>
+                                <td>Third Party code from Orbit (currently much more than needed
+                                for WTP, but some committers like having the whole heap in their
+                                target)</td>
+                                <td align="right"><?php
+                                echo getPrereqReferenceOrName($eclipseMirrorScript, $orbitthirdpartyzipMirrorPrefixuri, $orbitthirdpartyzipURL, $orbitthirdpartyzipFile,$eclipseFSpathPrefix);
+                                echo " or <a href=\"" . $orbitthirdpartyzipBuildHome . "\">equivalent</a></td>";
+                                ?>
+
+                        </tr>
+
+                </table>
+                </td>
+        </tr>
 </table>
 
 <!-- ***********  WTP **************  -->
 <table border=0 cellspacing=2 cellpadding=2 width="100%">
-	<tr>
-		<td align=left valign=top colspan="5" bgcolor="#0080C0"><font
-			face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF"> Web Tools
-		Incubating Components</font></td>
-	</tr>
+        <tr>
+                <td align=left valign=top colspan="5" bgcolor="#0080C0"><font
+                        face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF"> Web Tools
+                Incubating Components</font></td>
+        </tr>
 
-	<tr>
-		<td align="left" valign="top" colspan="5">
-		<p>The Zip files includes the features and plugins for the WTP
-		Incubator XSL Component.</p>
-		</td>
-	</tr>
-	<tr>
-		<td>
-		<table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">
+        <tr>
+                <td align="left" valign="top" colspan="5">
+                <p>The Zip files includes the features and plugins for the WTP
+                Incubator XML VEX Component.</p>
+                </td>
+        </tr>
+        <tr>
+                <td>
+                <table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">
 
 
-			<tr>
-				<td align="left" valign="top" width="10%"><b>Minimal</b></td>
-				<td align="left" valign="top">
-				<p>Executable code only.</p>
-				</td>
-				<?php
-				$zipfilename="wtp-incubator-xsl-${build}";
-				$filename=$zipfilename.".zip";
-				$zipfilesize=fileSizeForDisplay($filename);
-				$fileShortDescription="xsl";
-				displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
-				?>
-			</tr>
+                        <tr>
+                                <td align="left" valign="top" width="10%"><b>Minimal</b></td>
+                                <td align="left" valign="top">
+                                <p>Executable code only.</p>
+                                </td>
+                                <?php
+                                $zipfilename="wtp-incubator-xml.vex-${build}";
+                                $filename=$zipfilename.".zip";
+                                $zipfilesize=fileSizeForDisplay($filename);
+                                $fileShortDescription="vex";
+                                displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
+                                ?>
+                        </tr>
 
-			<tr>
-				<td align="left" valign="top" width="10%"><b>SDK</b></td>
-				<td align="left" valign="top">
-				<p>Executable code and source code.</p>
-				</td>
-				<?php
-				$zipfilename="wtp-incubator-xsl_sdk-${build}";
-				$filename=$zipfilename.".zip";
-				$zipfilesize=fileSizeForDisplay($filename);
-				$fileShortDescription="xsl sdk";
-				displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
-				?>
-			</tr>
-			<tr>
-				<td align="left" valign="top" width="10%"><b>Tests</b></td>
-				<td align="left" valign="top">
-				<p>Unit tests.</p>
-				</td>
-				<?php
-				$zipfilename="wtp-incubator-xsl-tests-${build}";
-				$filename=$zipfilename.".zip";
-				$zipfilesize=fileSizeForDisplay($filename);
-				$fileShortDescription="xsl tests";
-				displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
-				?>
-			</tr>
-		</table>
-		</td>
-	
-	
-	<tr>
+                        <tr>
+                                <td align="left" valign="top" width="10%"><b>SDK</b></td>
+                                <td align="left" valign="top">
+                                <p>Executable code and source code.</p>
+                                </td>
+                                <?php
+                                $zipfilename="wtp-incubator-xml.vex_sdk-${build}";
+                                $filename=$zipfilename.".zip";
+                                $zipfilesize=fileSizeForDisplay($filename);
+                                $fileShortDescription="vex sdk";
+                                displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
+                                ?>
+                        </tr>
+                        <tr>
+                                <td align="left" valign="top" width="10%"><b>Tests</b></td>
+                                <td align="left" valign="top">
+                                <p>Unit tests.</p>
+                                </td>
+                                <?php
+                                $zipfilename="wtp-incubator-xml.vex-tests-${build}";
+                                $filename=$zipfilename.".zip";
+                                $zipfilesize=fileSizeForDisplay($filename);
+                                $fileShortDescription="vex tests";
+                                displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
+                                ?>
+                        </tr>
+                </table>
+                </td>
+
+
+        <tr>
 
 </table>
 
@@ -388,112 +388,112 @@
 
 <!-- ***********  Build Status **************  -->
 <table border=0 cellspacing=2 cellpadding=2 width="100%">
-	<tr>
-		<td align=left valign=top bgcolor="#0080C0"><font
-			face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">Status, tests
-		and other interesting details</font></td>
-	</tr>
-	<tr>
-		<td>
-		<table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">
+        <tr>
+                <td align=left valign=top bgcolor="#0080C0"><font
+                        face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">Status, tests
+                and other interesting details</font></td>
+        </tr>
+        <tr>
+                <td>
+                <table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">
 
-			<tr>
-				<td><a href="buildNotes.php">Build notes</a> <br />
-				<a href="directory.txt">map files</a> <br />
-				<?php
+                        <tr>
+                                <td><a href="buildNotes.php">Build notes</a> <br />
+                                <a href="directory.txt">map files</a> <br />
+                                <?php
 
-				if ($displayTestSummary) {
+                                if ($displayTestSummary) {
 
 
-					if (isset($unitTests_grandTotalErrors)) {
-						$errorColor="green";
-						if ($unitTests_grandTotalErrors > 0) {
-							$errorColor="red";
-						}
-						echo "<a href=\"testResults.php\">Unit test results</a>&nbsp;";
-						echo "<img src=\"junit_err.gif\"/><font color=\"" . $errorColor . "\">" . $unitTests_grandTotalErrors . "</font>&nbsp;&nbsp;Total: " . $unitTests_grandTotalTests;
-					}
-					else {
-						echo "<br /><font color=\"orange\">Unit tests are pending</font>&nbsp;&nbsp;<img src=\"pending.gif\"/>";
-					}
+                                        if (isset($unitTests_grandTotalErrors)) {
+                                                $errorColor="green";
+                                                if ($unitTests_grandTotalErrors > 0) {
+                                                        $errorColor="red";
+                                                }
+                                                echo "<a href=\"testResults.php\">Unit test results</a>&nbsp;";
+                                                echo "<img src=\"junit_err.gif\"/><font color=\"" . $errorColor . "\">" . $unitTests_grandTotalErrors . "</font>&nbsp;&nbsp;Total: " . $unitTests_grandTotalTests;
+                                        }
+                                        else {
+                                                echo "<br /><font color=\"orange\">Unit tests are pending</font>&nbsp;&nbsp;<img src=\"pending.gif\"/>";
+                                        }
 
-					echo "<br />";
-					echo "<a href=\"compileResults.php\">Compile logs: Code Bundles</a>";
+                                        echo "<br />";
+                                        echo "<a href=\"compileResults.php\">Compile logs: Code Bundles</a>";
 
-					echo "&nbsp;&nbsp;($code_totalBundles)&nbsp;&nbsp;";
-					echo "<img src=\"compile_err.gif\"/><font color=red>$code_totalErrors</font>&nbsp;";
-					echo "<img src=\"compile_warn.gif\"/><font color=orange>$code_totalWarnings</font>&nbsp;";
-					echo "<img src=\"access_err.gif\"/><font color=red>$code_totalforbiddenAccessWarningCount</font>&nbsp;";
-					echo "<img src=\"access_warn.gif\"/><font color=orange>$code_totaldiscouragedAccessWarningCount</font>&nbsp;";
+                                        echo "&nbsp;&nbsp;($code_totalBundles)&nbsp;&nbsp;";
+                                        echo "<img src=\"compile_err.gif\"/><font color=red>$code_totalErrors</font>&nbsp;";
+                                        echo "<img src=\"compile_warn.gif\"/><font color=orange>$code_totalWarnings</font>&nbsp;";
+                                        echo "<img src=\"access_err.gif\"/><font color=red>$code_totalforbiddenAccessWarningCount</font>&nbsp;";
+                                        echo "<img src=\"access_warn.gif\"/><font color=orange>$code_totaldiscouragedAccessWarningCount</font>&nbsp;";
 
-					echo "<br />";
-					echo "<a href=\"testCompileResults.php\">Compile logs: Test Bundles</a>";
+                                        echo "<br />";
+                                        echo "<a href=\"testCompileResults.php\">Compile logs: Test Bundles</a>";
 
-					echo "&nbsp;&nbsp;($test_totalBundles)&nbsp;&nbsp;";
-					echo "<img src=\"compile_err.gif\"/><font color=red>$test_totalErrors</font>&nbsp;";
-					echo "<img src=\"compile_warn.gif\"/><font color=orange>$test_totalWarnings</font>&nbsp;";
-					echo "<img src=\"access_err.gif\"/><font color=red>$test_totalforbiddenAccessWarningCount</font>&nbsp;";
-					echo "<img src=\"access_warn.gif\"/><font color=orange>$test_totaldiscouragedAccessWarningCount</font>&nbsp;";
-				}
+                                        echo "&nbsp;&nbsp;($test_totalBundles)&nbsp;&nbsp;";
+                                        echo "<img src=\"compile_err.gif\"/><font color=red>$test_totalErrors</font>&nbsp;";
+                                        echo "<img src=\"compile_warn.gif\"/><font color=orange>$test_totalWarnings</font>&nbsp;";
+                                        echo "<img src=\"access_err.gif\"/><font color=red>$test_totalforbiddenAccessWarningCount</font>&nbsp;";
+                                        echo "<img src=\"access_warn.gif\"/><font color=orange>$test_totaldiscouragedAccessWarningCount</font>&nbsp;";
+                                }
 
-				?> <br />
+                                ?> <br />
 
-				<?php
-				if (file_exists("versioningReportName.php")) {
-					include "versioningReportName.php";
-					$fname="${versionReportFilename}.html";
-					if (file_exists($fname)) {
-						echo "<br /> <a href='$fname'>Versioning Information</a>";
-					}
+                                <?php
+                                if (file_exists("versioningReportName.php")) {
+                                        include "versioningReportName.php";
+                                        $fname="${versionReportFilename}.html";
+                                        if (file_exists($fname)) {
+                                                echo "<br /> <a href='$fname'>Versioning Information</a>";
+                                        }
 }
 ?> <?php
 echo "<br />";
 if (file_exists("./apiresults/api-progress.html"))
 {
-	echo "<br /> <a href=\"apiresults/api-progress.html\">API Progress Report</a>";
+        echo "<br /> <a href=\"apiresults/api-progress.html\">API Progress Report</a>";
 }
 if (file_exists("./apiresults/api-info-summary.html"))
 {
-	echo "<br /> <a href=\"apiresults/api-info-summary.html\">APIs Defined by Each Component</a>";
+        echo "<br /> <a href=\"apiresults/api-info-summary.html\">APIs Defined by Each Component</a>";
 }
 if (file_exists("./apiresults/api-ref-compatibility.html"))
 {
-	echo "<br /> <a href=\"apiresults/api-ref-compatibility.html\">Adopter Breakage Report</a>";
+        echo "<br /> <a href=\"apiresults/api-ref-compatibility.html\">Adopter Breakage Report</a>";
 }
 if (file_exists("./apiresults/api-violation-summary.html"))
 {
-	echo "<br /> <a href=\"apiresults/api-violation-summary.html\">API Violations</a>";
+        echo "<br /> <a href=\"apiresults/api-violation-summary.html\">API Violations</a>";
 }
 if (file_exists("./apiresults/component-api-violation-all.html"))
 {
-	echo "<br /> <a href=\"apiresults/component-api-violation-all.html\">Non-API dependencies</a>";
+        echo "<br /> <a href=\"apiresults/component-api-violation-all.html\">Non-API dependencies</a>";
 }
 if (file_exists("./apiresults/api-tc-summary.html"))
 {
-	echo "<br /> <a href=\"apiresults/api-tc-summary.html\">API Test Coverage</a>";
+        echo "<br /> <a href=\"apiresults/api-tc-summary.html\">API Test Coverage</a>";
 }
 if (file_exists("./apiresults/api-javadoc-summary.html"))
 {
-	echo "<br /> <a href=\"apiresults/api-javadoc-summary.html\">API Javadoc Coverage</a>";
+        echo "<br /> <a href=\"apiresults/api-javadoc-summary.html\">API Javadoc Coverage</a>";
 }
 if (file_exists("./apiresults/api-tc-summary.html"))
 {
-	echo "<br /><br /> <a href=\"apiresults/full_test_coverage/api-tc-summary.html\">Test Coverage for All Classes and Methods</a>";
+        echo "<br /><br /> <a href=\"apiresults/full_test_coverage/api-tc-summary.html\">Test Coverage for All Classes and Methods</a>";
 }
 ?> <?php
 if (file_exists("./perfresults/graph/performance.php"))
 {
-	echo "<br />";
-	echo "<br /> <a href=\"perfresults/graph/performance.php\">Performance Results</a>";
-	echo "<br />";
+        echo "<br />";
+        echo "<br /> <a href=\"perfresults/graph/performance.php\">Performance Results</a>";
+        echo "<br />";
 }
 ?></td>
-			</tr>
+                        </tr>
 
 
-		</table>
-		</td>
-	</tr>
+                </table>
+                </td>
+        </tr>
 </table>
 
 
@@ -502,12 +502,12 @@
 <center>
 <hr>
 <p>All downloads are provided under the terms and conditions of the <a
-	href="http://www.eclipse.org/legal/notice.html">Eclipse.org Software
+        href="http://www.eclipse.org/legal/notice.html">Eclipse.org Software
 User Agreement</a> unless otherwise specified.</p>
 
 <p>If you have problems downloading the drops, contact the <font
-	face="'Bitstream Vera',Helvetica,Arial" size="-1"><a
-	href="mailto:webmaster@eclipse.org">webmaster</a></font>.</p>
+        face="'Bitstream Vera',Helvetica,Arial" size="-1"><a
+        href="mailto:webmaster@eclipse.org">webmaster</a></font>.</p>
 
 </center>
 <!-- end footer -->