[pkg-java] r19038 - trunk/website

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 26 15:57:08 UTC 2016


Author: ebourg-guest
Date: 2016-04-26 15:57:08 +0000 (Tue, 26 Apr 2016)
New Revision: 19038

Modified:
   trunk/website/checkjdk.php
Log:
Check the extended support releases for Java 7



Modified: trunk/website/checkjdk.php
===================================================================
--- trunk/website/checkjdk.php	2016-04-26 15:25:08 UTC (rev 19037)
+++ trunk/website/checkjdk.php	2016-04-26 15:57:08 UTC (rev 19038)
@@ -1,6 +1,6 @@
 <?php
 
-$JDK7_DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html";
+$JDK7_DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javaseproducts/documentation/javase7supportreleasenotes-1601161.html";
 $JDK8_DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html";
 $JDK9_DOWNLOAD_URL="https://jdk9.java.net/download/";
 




More information about the pkg-java-commits mailing list