diff --git a/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
index db15c61f6eb449995e5267aa76e5dc187a30cb0a..4bc72d88a73b9faaf206c05477f13cc9add6c34e 100644
--- a/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
@@ -337,7 +337,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
 				<p>Executable code only.</p>
 				</td>
 				<?php
-				$zipfilename="jpt-${build}";
+				$zipfilename="wtp-jpt-${build}";
 				$filename=$zipfilename.".zip";
 				$zipfilesize=fileSizeForDisplay($filename);
 				$fileShortDescription="dali";
@@ -351,7 +351,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
 				<p>Executable code and source code.</p>
 				</td>
 				<?php
-				$zipfilename="jpt-sdk-${build}";
+				$zipfilename="wtp-jpt-sdk-${build}";
 				$filename=$zipfilename.".zip";
 				$zipfilesize=fileSizeForDisplay($filename);
 				$fileShortDescription="dali sdk";
@@ -364,7 +364,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
 				<p>Unit tests.</p>
 				</td>
 				<?php
-				$zipfilename="jpt-tests-${build}";
+				$zipfilename="wtp-jpt-tests-${build}";
 				$filename=$zipfilename.".zip";
 				$zipfilesize=fileSizeForDisplay($filename);
 				$fileShortDescription="dali tests";