aboutsummaryrefslogtreecommitdiffstats
path: root/release-info/pre-release
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-09-29 23:00:50 +0000
committerKevin Rushforth <[email protected]>2006-09-29 23:00:50 +0000
commit6a14ce11a8588e6cbffbb2531b1e15fdb7075bcc (patch)
tree1fb04fc0b7ae3384ba891ad569a2a52534fd96e2 /release-info/pre-release
parent908d0fbb2ea26226165cd42f12abf0d27e4a3f53 (diff)
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
Diffstat (limited to 'release-info/pre-release')
-rw-r--r--release-info/pre-release/README-unzip.html10
-rw-r--r--release-info/pre-release/README.txt2
2 files changed, 6 insertions, 6 deletions
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".<br>
+installation is "j3d-jre.zip".<br>
<br>
</li>
<li>Unzip Java 3D 1.5.0 into your JRE as follows:<br>
@@ -48,7 +48,7 @@ installation is "j3d-150-XXX-.zip".<br>
is:
"c:\Program&nbsp;Files\Java\jre1.5.0_08"</li>
<br>
- <li>Unzip j3d-150-XXX.zip (found in
+ <li>Unzip j3d-jre.zip (found in
c:\Temp\java3d-1_5_0-XXX)
to the jre directory.</li>
<br>
@@ -69,7 +69,7 @@ directory of your JDK as follows:</li>
for the
current release is: "c:\Program&nbsp;Files\Java\jdk1.5.0_08\jre"</li>
<br>
- <li>Unzip j3d-150-XXX.zip (found in
+ <li>Unzip j3d-jre.zip (found in
c:\Temp\java3d-1_5_0-XXX)
to the jre directory of the JDK.</li>
<br>
@@ -102,7 +102,7 @@ for example, "/tmp"</li>
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".<br>
+installation is "j3d-jre.zip".<br>
<br>
</li>
<li>Unzip Java 3D 1.5.0 into the
@@ -112,7 +112,7 @@ directory of your JDK. For example, if your JDK is in
<br>
<ul>
<code>cd /usr/java/jdk1.5.0_08/jre</code><br>
- <code>unzip /tmp/java3d-1_5_0-*/j3d-150-*.zip</code><br>
+ <code>unzip /tmp/java3d-1_5_0-*/j3d-jre.zip</code><br>
</ul>
<br>
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.