Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2005 20:13:01 -0500
From:      Parv <parv@pair.com>
To:        f-java <freebsd-java@freebsd.org>
Subject:   Download URL change for java/jdk14-doc (j2sdk-1_4_2-doc.zip)
Message-ID:  <20050108011301.GA93273@holestein.holy.cow>

next in thread | raw e-mail | index | archive | help

--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

-- 


--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-url

--- 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

--W/nzBZO5zC0uMSeA--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050108011301.GA93273>