Bug 562908 - Populate the JustJ Git clones with initial content
Generate a link to the all releases composite.
Signed-off-by: Ed Merks <ed.merks@gmail.com>
diff --git a/content/overview.php b/content/overview.php
index 1becc0d..8a1b2ab 100644
--- a/content/overview.php
+++ b/content/overview.php
@@ -14,6 +14,10 @@
echo "<h3 id='p2-update-sites'>JRE p2 Update Sites</h3>";
+if (is_file("$jres_folder/index.html")) {
+ echo "<code><a href='https://download.eclipse.org/justj/sandbox/jres/'>JRE All Releases Composite</a></code><br/>";
+}
+
foreach ($jres as $jre) {
if (is_dir("$jres_folder/$jre/updates")) {
echo "<code><a href='https://download.eclipse.org/justj/sandbox/jres/$jre/updates/'>JRE $jre Updates</a></code><br/>";