From 07ff6d90ab40b3809df43e5b29c408274dd1d99a Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sun, 13 Jan 2008 00:07:42 +0000 Subject: [PATCH] fix pre-req existence checking --- .../incubator.site/templateFiles/index.html.template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releng.wtpbuilder/distribution/incubator.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/incubator.site/templateFiles/index.html.template.php index a636748af..abb3e85db 100644 --- a/releng.wtpbuilder/distribution/incubator.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/incubator.site/templateFiles/index.html.template.php @@ -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>"; ?> -- GitLab