diff options
author | Kevin Rushforth <[email protected]> | 2010-08-10 02:19:16 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2010-08-10 02:19:16 +0000 |
commit | a51c424d5f6abc1a2450dc37e44bd7604f95d709 (patch) | |
tree | 8fc528aa50b16f049b75547a966714148626db05 | |
parent | 17b9e3367a9356d7361031e824d30c027edd6abf (diff) |
update docs for svn
git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@143 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r-- | README-build.html | 10 |
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 <cvs-root-dir></code><br> - <code>cvs checkout vecmath</code> + <code>cd <j3d-root-dir></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 <cvs-root-dir>/vecmath<br> + <code> cd <j3d-root-dir>/vecmath<br> ant</code> </ul> <p>This will build the <code>javax.vecmath</code> package, which will |