diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/buildresult.xml.template b/releng.wtpbuilder/distribution/wtp.site/templateFiles/buildresult.xml.template
deleted file mode 100644
index 1fdede522e866d59a6944b237860de85db7be1c2..0000000000000000000000000000000000000000
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/buildresult.xml.template
+++ /dev/null
@@ -1,2 +0,0 @@
-<eclipsebuild buildlabel="@buildlabel@">
-</eclipsebuild>
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
index e75bd77ce6f63db77bd63378bf4a6314faf105cb..1353253ac63922a83935968c4b756b15eb7ca945 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
@@ -235,7 +235,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
 				<td width="10%"></td>
 				<td>Eclipse Modeling Framework (EMF, XSD InfoSet, SDO)</td>
 				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile);
+				echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile, $eclipseFSpathPrefix);
 				echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>";
 				?>
 			
@@ -245,7 +245,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
 				<td width="10%"></td>
 				<td>Graphical Editing Framework (GEF)</td>
 				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile);
+				echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile, $eclipseFSpathPrefix);
 				echo " or <a href=\"" . $gefBuildHome . "\">equivalent</a></td>";
 				?>
 			
@@ -256,7 +256,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
 				<td>Data Tools Platform (DTP) (required only for EJB or JPT
 				development)</td>
 				<td align="right"><?php
-				echo getPrereqReferenceOrName($eclipseMirrorScript, $dtpMirrorPrefixuri, $dtpURL, $dtpFile);
+				echo getPrereqReferenceOrName($eclipseMirrorScript, $dtpMirrorPrefixuri, $dtpURL, $dtpFile, $eclipseFSpathPrefix);
 				echo " or <a href=\"" . $dtpBuildHome . "\">equivalent</a></td>";
 				?>