From: Emmanuel Bourg Date: Mon, 6 Feb 2012 10:44:55 +0000 (+0100) Subject: Fixed the references to "Oracle Microsystems" and other brand inconsistencies X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=1d5b21f43f7bc26ebc577c525ff461b9b9cb345e Fixed the references to "Oracle Microsystems" and other brand inconsistencies Signed-off-by: Cédric Pineau --- diff --git a/lib/j2sdk-doc.sh b/lib/j2sdk-doc.sh index 98bb9cf..4b30757 100644 --- a/lib/j2sdk-doc.sh +++ b/lib/j2sdk-doc.sh @@ -13,7 +13,7 @@ Description: $j2se_title Java(TM) platform. . This package provides the official API documentation published - by Sun Microsystems. + by Oracle. . This package has been automatically created with java-package ($version). EOF diff --git a/lib/oracle-j2re.sh b/lib/oracle-j2re.sh index 4ee450e..4e5d340 100644 --- a/lib/oracle-j2re.sh +++ b/lib/oracle-j2re.sh @@ -43,14 +43,14 @@ oracle_j2re_detect() { Detected product: Java(TM) Runtime Environment (JRE) Standard Edition, Version $j2se_version - Oracle Microsystems(TM), Inc. + Oracle(TM) EOF if read_yn "Is this correct [Y/n]: "; then j2se_found=true j2se_release="${j2se_version:0:3}" j2se_required_space=$(( $j2se_expected_min_size * 2 + 20 )) j2se_vendor="oracle" - j2se_title="Java(TM) JRE, Standard Edition, Oracle Microsystems(TM)" + j2se_title="Java(TM) JRE, Standard Edition, Oracle(TM)" j2se_install=oracle_j2re_install j2se_remove=oracle_j2re_remove diff --git a/lib/oracle-j2sdk-doc.sh b/lib/oracle-j2sdk-doc.sh index 8ac8d17..5b1487f 100644 --- a/lib/oracle-j2sdk-doc.sh +++ b/lib/oracle-j2sdk-doc.sh @@ -19,7 +19,7 @@ oracle_j2sdk_doc_detect() { Detected product: Java(TM) Development Kit (JDK) Documentation Standard Edition, Version $j2se_version - Oracle(TM), Inc. + Oracle(TM) EOF if read_yn "Is this correct [Y/n]: "; then j2se_found=true diff --git a/lib/oracle-j2sdk.sh b/lib/oracle-j2sdk.sh index 18b272f..c81334d 100644 --- a/lib/oracle-j2sdk.sh +++ b/lib/oracle-j2sdk.sh @@ -43,7 +43,7 @@ oracle_j2sdk_detect() { Detected product: Java(TM) Development Kit (JDK) Standard Edition, Version $j2se_version - Oracle(TM), Inc. + Oracle(TM) EOF if read_yn "Is this correct [Y/n]: "; then j2se_found=true