Skip to content
Snippets Groups Projects
Commit bbc41e1f authored by david_williams's avatar david_williams
Browse files

247565 [releng] Dali needs build/packaging for 2.1 release

parent ae24cb17
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment