commit | 07ff6d90ab40b3809df43e5b29c408274dd1d99a | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Sun Jan 13 00:07:42 2008 +0000 |
committer | david_williams <david_williams> | Sun Jan 13 00:07:42 2008 +0000 |
tree | 6f95b8aadfe613e67a255686900c3a8f346cf30d | |
parent | dad57fbaa7f3620009f08aaaf37f6b6a793fe07a [diff] |
fix pre-req existence checking
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 a636748..abb3e85 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 @@ <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>"; ?>