Skip to content
Snippets Groups Projects
Commit 43122078 authored by tle's avatar tle
Browse files

Added XSD runtime to in Dali 2.1 build download page.

parent 955c4675
No related branches found
No related tags found
No related merge requests found
......@@ -432,6 +432,7 @@
file="${resultingIndex}"
token="@testFile@"
value="${eclipseTestFramework.file}" />
<replace
file="${resultingIndex}"
token="@emfFile@"
......@@ -448,6 +449,24 @@
file="${resultingIndex}"
token="@emf.mirror.prefixuri@"
value="${emf.mirror.prefixuri}" />
<replace
file="${resultingIndex}"
token="@emfxsdFile@"
value="${emfxsd.file}" />
<replace
file="${resultingIndex}"
token="@emfxsdURL@"
value="${emfxsd.url}/${emfxsd.file}" />
<replace
file="${resultingIndex}"
token="@emfxsdBuildHome@"
value="${emfxsd.build.home}" />
<replace
file="${resultingIndex}"
token="@emfxsd.mirror.prefixuri@"
value="${emfxsd.mirror.prefixuri}" />
<replace
file="${resultingIndex}"
token="@jstFile@"
......@@ -464,6 +483,7 @@
file="${resultingIndex}"
token="@jst.mirror.prefixuri@"
value="${jst.mirror.prefixuri}" />
<replace
file="${resultingIndex}"
token="@gefFile@"
......@@ -480,6 +500,7 @@
file="${resultingIndex}"
token="@gef.mirror.prefixuri@"
value="${gef.mirror.prefixuri}" />
<replace
file="${resultingIndex}"
token="@eclipserelengFile@"
......
......@@ -42,6 +42,11 @@ $emfFile="@emfFile@";
$emfMirrorPrefixuri="@emf.mirror.prefixuri@";
$emfBuildHome="@emfBuildHome@";
$emfxsdURL="@emfxsdURL@";
$emfxsdFile="@emfxsdFile@";
$emfxsdMirrorPrefixuri="@emfxsd.mirror.prefixuri@";
$emfxsdBuildHome="@emfxsdBuildHome@";
$dtpURL="@dtpURL@";
$dtpFile="@dtpFile@";
$dtpMirrorPrefixuri="@dtp.mirror.prefixuri@";
......@@ -242,13 +247,22 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
<tr valign="top">
<td width="10%"></td>
<td>Eclipse Modeling Framework (EMF, XSD InfoSet)</td>
<td>EMF v2.4 Runtime Minimum executable code.</td>
<td align="right"><?php
echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile, $eclipseFSpathPrefix);
echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>";
?>
</tr>
<tr valign="top">
<td width="10%"></td>
<td>EMF XSD v2.4 Runtime Minimum executable code.</td>
<td align="right"><?php
echo getPrereqReferenceOrName($eclipseMirrorScript, $emfxsdMirrorPrefixuri, $emfxsdURL, $emfxsdFile, $eclipseFSpathPrefix);
echo " or <a href=\"" . $emfxsdBuildHome . "\">equivalent</a></td>";
?>
</tr>
<tr valign="top">
<td width="10%"></td>
<td>Graphical Editing Framework (GEF)</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