From 6a14ce11a8588e6cbffbb2531b1e15fdb7075bcc Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Fri, 29 Sep 2006 23:00:50 +0000 Subject: Changes to make daily builds work again git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@704 ba19aa83-45c5-6ac9-afd3-db810772062c --- build.xml | 80 +++++++++++++----------------- release-info/pre-release/README-unzip.html | 10 ++-- release-info/pre-release/README.txt | 2 +- 3 files changed, 41 insertions(+), 51 deletions(-) diff --git a/build.xml b/build.xml index 69f286a..89d8510 100644 --- a/build.xml +++ b/build.xml @@ -151,36 +151,42 @@ + + + + + + @@ -188,18 +194,21 @@ + + + @@ -240,6 +249,7 @@ + @@ -257,6 +267,7 @@ + @@ -274,6 +285,7 @@ + @@ -291,6 +303,7 @@ + @@ -308,6 +321,7 @@ + @@ -462,50 +476,19 @@ - - - - - - - - - - - - - - - - - - - - - - + + - + + + - - - - + + - - + + @@ -513,20 +496,27 @@ includes="bin/**" /> - + - - + + + + + + + + diff --git a/release-info/pre-release/README-unzip.html b/release-info/pre-release/README-unzip.html index b0614fd..289fba8 100644 --- a/release-info/pre-release/README-unzip.html +++ b/release-info/pre-release/README-unzip.html @@ -37,7 +37,7 @@ similar tool) into "c:\Temp". This will create a "java3d-1_5_0-XXX" subdirectory in \Temp where the downloaded files can be found. The file you need for manual -installation is "j3d-150-XXX-.zip".
+installation is "j3d-jre.zip".

  • Unzip Java 3D 1.5.0 into your JRE as follows:
    @@ -48,7 +48,7 @@ installation is "j3d-150-XXX-.zip".
    is: "c:\Program Files\Java\jre1.5.0_08"

  • -
  • Unzip j3d-150-XXX.zip (found in +
  • Unzip j3d-jre.zip (found in c:\Temp\java3d-1_5_0-XXX) to the jre directory.

  • @@ -69,7 +69,7 @@ directory of your JDK as follows: for the current release is: "c:\Program Files\Java\jdk1.5.0_08\jre"
    -
  • Unzip j3d-150-XXX.zip (found in +
  • Unzip j3d-jre.zip (found in c:\Temp\java3d-1_5_0-XXX) to the jre directory of the JDK.

  • @@ -102,7 +102,7 @@ for example, "/tmp" This will create a "java3d-1_5_0-XXX" subdirectory in /tmp where the downloaded files can be found. The file you need for manual -installation is "j3d-150-XXX.zip".
    +installation is "j3d-jre.zip".

  • Unzip Java 3D 1.5.0 into the @@ -112,7 +112,7 @@ directory of your JDK. For example, if your JDK is in
      cd /usr/java/jdk1.5.0_08/jre
      - unzip /tmp/java3d-1_5_0-*/j3d-150-*.zip
      + unzip /tmp/java3d-1_5_0-*/j3d-jre.zip

    Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar files end up diff --git a/release-info/pre-release/README.txt b/release-info/pre-release/README.txt index c0996af..4a9ed70 100644 --- a/release-info/pre-release/README.txt +++ b/release-info/pre-release/README.txt @@ -35,6 +35,6 @@ After downloading and unzipping the java3d-1_5_0-XXX.zip file into a temporary d LICENSE-JRL.txt Software License Agreement README-unzip.html Instructions for manually installing the release README.txt README file (you are reading it now) - j3d-150-XXX.zip Zip file containing the files to be installed + j3d-jre.zip Zip file containing the files to be installed To manually install Java 3D, open README-unzip.html in your browser and follow the instructions. -- cgit v1.2.3