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

fix pre-req existence checking

parent dad57fba
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,8 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
<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>";
?>
......
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