From da18e2fabb8af525cfb21857b26294043d07b198 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Tue, 12 Sep 2006 23:20:18 +0000 Subject: [PATCH] Updated to JDK 1.5.0_08 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6300 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 10 +++++----- general/prog/jdk.xml | 28 ++++++++++++++-------------- introduction/welcome/changelog.xml | 10 ++++++++++ 3 files changed, 29 insertions(+), 19 deletions(-) diff --git a/general.ent b/general.ent index 8c3652ecdf..ce750921b4 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -174,10 +174,10 @@ - - - - + + + + diff --git a/general/prog/jdk.xml b/general/prog/jdk.xml index e6eff1233e..28821658c5 100644 --- a/general/prog/jdk.xml +++ b/general/prog/jdk.xml @@ -4,14 +4,14 @@ %general-entities; - + - - - - - + + + + + ]> @@ -79,14 +79,14 @@ Download MD5 sums (source): - 8e4de82c323fcf42a04e1eb667941052 - jdk-&jdk-src-string;-fcs-bin-b03-03_may_2006.jar + 267653f0e425b4c8f37b918b73e47027 + jdk-&jdk-src-string;-fcs-bin-b03-08_aug_2006.jar - a111ed35f21a2f71422ade4c931249e6 - jdk-&jdk-src-string;-fcs-src-b03-jrl-03_may_2006.jar + f83f8efe9dc82b4e16c382828d490031 + jdk-&jdk-src-string;-fcs-src-b03-jrl-08_aug_2006.jar - ac3d0196f437260c2bdc30326af3fc94 - jdk-&jdk-src-string;-mozilla_headers-b03-unix-03_may_2006.jar + d75c8dbf3383def458d107f557f95d98 + jdk-&jdk-src-string;-mozilla_headers-b03-unix-08_aug_2006.jar @@ -247,7 +247,7 @@ done export CLASSPATH_HOLD=${CLASSPATH} && unset JAVA_HOME CLASSPATH CFLAGS CXXFLAGS LDFLAGS && export ALT_DEVTOOLS_PATH="/usr/bin" && -export BUILD_NUMBER="update-7" && +export BUILD_NUMBER="update-8" && export DEV_ONLY=true && export ALT_MOZILLA_HEADERS_PATH=${PWD}/share/plugin/ && export INSANE=true && @@ -318,7 +318,7 @@ unset ALT_CACERTS_FILE PATH_HOLD export ALT_DEVTOOLS_PATH="/usr/bin": This changes the location where the build finds the needed executables. - export BUILD_NUMBER="update-7": + export BUILD_NUMBER="update-8": This will help you identify the compiled version of the runtime environment and virtual machine by appending this information to the version string. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index fdc258c5f2..9f3e05bc96 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,16 @@ --> + + + September 12th, 2006 + + + [dj] - Updated to JDK-1.0.5_08. + + + + September 10th, 2006