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

cleanup and standardize

parent fd175cc7
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ else {
<?php
$shortname="jsdt";
$shortname="$build_distribution";
$zipfilename=$bellwether_name."/".$shortname."-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname , "Minimal", "Executable code");
$zipfilename=$bellwether_name."/".$shortname."_sdk-buildrepo-".$build;
......@@ -552,15 +552,14 @@ else {
<tr>
<td align="left" valign="top" colspan="5"><?php
$zipbellwether_name="${build_distribution}-sdk-${build}.zip";
$zipbellwether_name="${build_distribution}-${build}.zip";
if (file_exists($zipbellwether_name)) {
// if-then-include section
// include this whole section if (and only if) the bellwether file exists.
// For example, may not have been created yet
?>
<p>The Zip files includes the features and plugins for the JavaScript
Development Tools (JSDT).</p>
<p>The Zip files includes the features and plugins for this build.</p>
<p>Note: These traditional zip files should be considered deprecated,
in favor of installing the archived P2 repositories. The tradtional
zip files may eventually no longer be provided.</p>
......
......@@ -524,7 +524,7 @@ else {
<?php
$shortname="jsdt";
$shortname="$build_distribution";
$zipfilename=$bellwether_name."/".$shortname."-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname , "Minimal", "Executable code");
$zipfilename=$bellwether_name."/".$shortname."_sdk-buildrepo-".$build;
......@@ -552,15 +552,14 @@ else {
<tr>
<td align="left" valign="top" colspan="5"><?php
$zipbellwether_name="${build_distribution}-sdk-${build}.zip";
$zipbellwether_name="${build_distribution}-${build}.zip";
if (file_exists($zipbellwether_name)) {
// if-then-include section
// include this whole section if (and only if) the bellwether file exists.
// For example, may not have been created yet
?>
<p>The Zip files includes the features and plugins for the JavaScript
Development Tools (JSDT).</p>
<p>The Zip files includes the features and plugins for this build.</p>
<p>Note: These traditional zip files should be considered deprecated,
in favor of installing the archived P2 repositories. The tradtional
zip files may eventually no longer be provided.</p>
......
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