diff options
author | Kevin Rushforth <[email protected]> | 2010-08-10 02:18:50 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2010-08-10 02:18:50 +0000 |
commit | 5ee07aa3ff81dd06c1cea0311f3c243ff1572538 (patch) | |
tree | a92899ce01e0486e8783bb62f9a5bd97c2946d58 | |
parent | 2170cce0753b8d5f280e3ad71a595806c6fe7100 (diff) |
update docs for svn
git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@952 ba19aa83-45c5-6ac9-afd3-db810772062c
-rw-r--r-- | README-build.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README-build.html b/README-build.html index 5884850..c1750f9 100644 --- a/README-build.html +++ b/README-build.html @@ -13,7 +13,7 @@ the 3D packages</span></h3> style="font-weight: bold; text-decoration: underline;"> </span></p> <p>To build the 3D packages, you must checkout the following three -CVS +svn repositories:<br> </p> <ul> @@ -23,15 +23,15 @@ repositories:<br> </ul> <p>These three top-level directories must be named exactly as shown above and they must be sibling directories. To ensure this, run -the cvs checkout command for each of the respositories from the same +the svn checkout command for each of the respositories from the same parent directory. For example:<br> </p> <ul> - <code>cd <cvs-root-dir></code><br> - <code>cvs checkout vecmath</code><br> - <code>cvs checkout j3d-core</code><br> - <code>cvs checkout j3d-core-utils</code> + <code>cd <j3d-root-dir></code><br> + <code>svn checkout https://vecmath.dev.java.net/svn/vecmath/branches/dev-1_6 vecmath</code><br> + <code>svn checkout https://j3d-core.dev.java.net/svn/j3d-core/branches/dev-1_6 j3d-core</code><br> + <code>svn checkout https://j3d-core-utils.dev.java.net/svn/j3d-core-utils/branches/dev-1_6 j3d-core-utils</code> </ul> <p>NOTE: you must first build the javax.vecmath package before building the javax.media.j3d and com.sun.j3d.* packages. See the <a @@ -111,7 +111,7 @@ the environment variable ANT_OPTS to -Xmx256m.<br> <p>Steps: </p> <ul> - <code> cd <cvs-root-dir>/j3d-core<br> + <code> cd <j3d-root-dir>/j3d-core<br> ant</code> </ul> <p>The above steps build both the Java and native code for |