From fd5c8ddbefd4ae9d060d2b3c90f6ff74f4a3f2f4 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Tue, 17 Jul 2007 18:47:23 +0000 Subject: Bump version number to 1.5.2 git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@866 ba19aa83-45c5-6ac9-afd3-db810772062c --- release-info/pre-release/README-unzip.html | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'release-info/pre-release/README-unzip.html') diff --git a/release-info/pre-release/README-unzip.html b/release-info/pre-release/README-unzip.html index 6c7194b..9f054e2 100644 --- a/release-info/pre-release/README-unzip.html +++ b/release-info/pre-release/README-unzip.html @@ -3,18 +3,18 @@ - Java 3D 1.5.1 Installation Instructions + Java 3D 1.5.2 Installation Instructions -

Java 3DTM 1.5.1 Pre-Release

+

Java 3DTM 1.5.2 Pre-Release

This software is licensed by Sun, as specified in the LICENSE-JRL.txt file. You must only use this software in accordance with the terms under which the code is licensed.

-

Instructions for Unzipping Java 3D 1.5.1 Pre-Release

-The 1.5.1-XXX pre-release version of the +

Instructions for Unzipping Java 3D 1.5.2 Pre-Release

+The 1.5.2-XXX pre-release version of the Java 3DTM API runs on JDK version 1.5.0 and higher. It has been released for the Solaris, Linux,

Windows

-The 1.5.1 pre-release version of the Java 3DTM +The 1.5.2 pre-release version of the Java 3DTM API for Windows/XP and Windows 2000 runs on JDK version 1.5.0 and higher. To manually install this build, do the following:
    -
  1. Download java3d-1_5_1-XXX.zip to a temporary +
  2. Download java3d-1_5_2-XXX.zip to a temporary directory, for example, "c:\Temp"

  3. -
  4. Unzip java3d-1_5_1-XXX.zip (using WinZip or a +
  5. Unzip java3d-1_5_2-XXX.zip (using WinZip or a similar tool) into "c:\Temp". This will create a -"java3d-1_5_1-XXX" subdirectory in \Temp where the +"java3d-1_5_2-XXX" subdirectory in \Temp where the downloaded files can be found. The file you need for manual installation is "j3d-jre.zip".

  6. -
  7. Unzip Java 3D 1.5.1 into your JRE as follows:
    +
  8. Unzip Java 3D 1.5.2 into your JRE as follows:


  9. -
  10. If you also installed the JDK, unzip Java 3D 1.5.1 into the +
  11. If you also installed the JDK, unzip Java 3D 1.5.2 into the "jre" directory of your JDK as follows:

  12. @@ -70,7 +70,7 @@ for the current release is: "c:\Program Files\Java\jdk1.5.0_08\jre"
  13. Unzip j3d-jre.zip (found in -c:\Temp\java3d-1_5_1-XXX) +c:\Temp\java3d-1_5_2-XXX) to the jre directory of the JDK.

  14. Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar @@ -84,35 +84,35 @@ files end up in:

    Linux, Solaris, Mac OS X

    -

    The 1.5.1 pre-release version of the Java 3DTM +

    The 1.5.2 pre-release version of the Java 3DTM API for Linux or Solaris runs on JDK version 1.5.0 and higher. To manually install this build, do the following:

      -
    1. Download java3d-1_5_1-XXX.zip to a temporary +
    2. Download java3d-1_5_2-XXX.zip to a temporary directory, for example, "/tmp"

    3. -
    4. Unzip java3d-1_5_1-XXX.zip into "/tmp" as follows:
      +
    5. Unzip java3d-1_5_2-XXX.zip into "/tmp" as follows:

        cd /tmp
        - unzip java3d-1_5_1-*.zip
        + unzip java3d-1_5_2-*.zip

      This will create a -"java3d-1_5_1-XXX" subdirectory in /tmp where the +"java3d-1_5_2-XXX" subdirectory in /tmp where the downloaded files can be found. The file you need for manual installation is "j3d-jre.zip".

    6. -
    7. Unzip Java 3D 1.5.1 into the +
    8. Unzip Java 3D 1.5.2 into the "jre" directory of your JDK. For example, if your JDK is in "/usr/java/jdk1.5.0_08/jre", you would do the following:

        cd /usr/java/jdk1.5.0_08/jre
        - unzip /tmp/java3d-1_5_1-*/j3d-jre.zip
        + unzip /tmp/java3d-1_5_2-*/j3d-jre.zip

      Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar files end up -- cgit v1.2.3