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

fix pre-req existence checking

parent 6ba81daf
No related branches found
No related tags found
No related merge requests found
<eclipsebuild buildlabel="@buildlabel@">
</eclipsebuild>
...@@ -235,7 +235,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl ...@@ -235,7 +235,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
<td width="10%"></td> <td width="10%"></td>
<td>Eclipse Modeling Framework (EMF, XSD InfoSet, SDO)</td> <td>Eclipse Modeling Framework (EMF, XSD InfoSet, SDO)</td>
<td align="right"><?php <td align="right"><?php
echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile); echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile, $eclipseFSpathPrefix);
echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>"; echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>";
?> ?>
...@@ -245,7 +245,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl ...@@ -245,7 +245,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
<td width="10%"></td> <td width="10%"></td>
<td>Graphical Editing Framework (GEF)</td> <td>Graphical Editing Framework (GEF)</td>
<td align="right"><?php <td align="right"><?php
echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile); echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile, $eclipseFSpathPrefix);
echo " or <a href=\"" . $gefBuildHome . "\">equivalent</a></td>"; echo " or <a href=\"" . $gefBuildHome . "\">equivalent</a></td>";
?> ?>
...@@ -256,7 +256,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl ...@@ -256,7 +256,7 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
<td>Data Tools Platform (DTP) (required only for EJB or JPT <td>Data Tools Platform (DTP) (required only for EJB or JPT
development)</td> development)</td>
<td align="right"><?php <td align="right"><?php
echo getPrereqReferenceOrName($eclipseMirrorScript, $dtpMirrorPrefixuri, $dtpURL, $dtpFile); echo getPrereqReferenceOrName($eclipseMirrorScript, $dtpMirrorPrefixuri, $dtpURL, $dtpFile, $eclipseFSpathPrefix);
echo " or <a href=\"" . $dtpBuildHome . "\">equivalent</a></td>"; echo " or <a href=\"" . $dtpBuildHome . "\">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