summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README-build.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/README-build.html b/README-build.html
index 23ba81d..81e4022 100644
--- a/README-build.html
+++ b/README-build.html
@@ -24,13 +24,13 @@ the Vecmath Package</span></h3>
<p>To
build the vecmath package, you must first checkout the <a
href="http://vecmath.dev.java.net/">vecmath</a>
-CVS
+svn
repository on java.net. For example, run
-the cvs checkout command as follows:<br>
+the svn checkout command as follows:<br>
</p>
<ul>
- <code>cd &lt;cvs-root-dir&gt;</code><br>
- <code>cvs checkout vecmath</code>
+ <code>cd &lt;j3d-root-dir&gt;</code><br>
+ <code>svn checkout https://vecmath.dev.java.net/svn/vecmath/branches/dev-1_6 vecmath</code>
</ul>
<p></p>
<p>This top-level directory must be named "vecmath".
@@ -74,7 +74,7 @@ following directories:</p>
<p>Steps:
</p>
<ul>
- <code> cd &lt;cvs-root-dir&gt;/vecmath<br>
+ <code> cd &lt;j3d-root-dir&gt;/vecmath<br>
ant</code>
</ul>
<p>This will build the <code>javax.vecmath</code> package, which will