Download URL change for java/jdk14-doc (j2sdk-1_4_2-doc.zip)

Parv parv at pair.com
Fri Jan 7 17:13:24 PST 2005


There is a new URL to download jdk14-doc (that takes to the license
agreement) ...

  http://javashoplm.sun.com/ECom/docs/Welcome.jsp?SiteId=JSC&TransactionId=noreg&StoreId=22&PartDetailId=7502-j2sdk-1.4.2-doc-oth-JPR


...which seems to have replaced ...

  http://java.sun.com/webapps/download/Display?BundleId=8602


Patch is included.


  - Parv

-- 

-------------- next part --------------
--- Makefile.old	Fri Jan  7 20:04:16 2005
+++ Makefile	Fri Jan  7 20:09:10 2005
@@ -23,8 +23,10 @@
 JDK_VERSION=	1.4.2
 JDK_MAJOR_VER=	${JDK_VERSION:R}
 JDK_CONCAT_VER=	${JDK_MAJOR_VER:S/.//g}
-SUN_BUNDLE_ID=	8602
-DOWNLOAD_URL=	http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID}
+SUN_STORE_ID=	22
+SUN_PART_DETAIL_ID=	7502-j2sdk-1.4.2-doc-oth-JPR
+DOWNLOAD_URL=	  http://javashoplm.sun.com/ECom/docs/Welcome.jsp?SiteId=JSC&TransactionId=noreg&StoreId=${SUN_STORE_ID}&PartDetailId=${SUN_PART_DETAIL_ID}
+
 
 NO_BUILD=	yes
 USE_ZIP=	yes


More information about the freebsd-java mailing list