From 78924b53370ef6fd874f858e683b226a18bb82c5 Mon Sep 17 00:00:00 2001
From: kcr To
build the 3D example programs, you must first checkout the j3d-examples
-CVS
+svn
repository on java.net. For example, run
-the cvs checkout command as follows:
+the svn checkout command as follows:
-
cd <cvs-root-dir>
- cvs checkout j3d-examples
+ cd <j3d-root-dir>
+ svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples
To build all examples:
cd <cvs-root-dir>/j3d-examples
cd <j3d-root-dir>/j3d-examples
ant
@@ -124,7 +124,7 @@ to run the
HelloUniverse program:
cd <cvs-root-dir>/j3d-examples
+ cd <j3d-root-dir>/j3d-examples
java
org.jdesktop.j3d.examples.hello_universe.HelloUniverse
diff --git a/www/build-instr.html b/www/build-instr.html
index 24d3c68..7325016 100644
--- a/www/build-instr.html
+++ b/www/build-instr.html
@@ -3,34 +3,31 @@
- CVS download and build instructions
+ Subversion (svn) download and build instructions
-CVS download and build instructions for j3d-examples
+Subversion (svn) download and build instructions for j3d-examples
To
build the j3d-examples project, you must first checkout the j3d-examples
-CVS
+svn
repository. For example, run
-the cvs checkout command as follows:
+the svn checkout command as follows:
- cd <cvs-root-dir>
- cvs checkout j3d-examples
+ cd <j3d-root-dir>
+ svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples
-After you have downloaded the CVS repository, read the
+
After you have downloaded the svn repository, read the
README-FIRST.txt file, then read and follow the
instructions in the README-build.html
file.
-Go to the "CVS client setup"
-page for instructions on how to access the j3d-examples source code
-from CVS. Click on the "Version
-Control
-- CVS" link to browse the j3d-examples source code.
-Automated CVS change messages are sent to the cvs 'at'
+Go to the "Subversion"
+page for instructions on how to access the j3d-examples source code.
+Automated svn change messages are sent to the commits 'at'
j3d-examples.dev.java.net
list list. Click here to
subscribe to this list.
diff --git a/www/index.html b/www/index.html
index e87788a..1927966 100644
--- a/www/index.html
+++ b/www/index.html
@@ -14,7 +14,7 @@ for the 3D example programs.
(the 3D vector math package), and j3d-core-utils
(the 3D core utilities). Developers should refer to the CVS download
+ href="build-instr.html">svn download
and build
instructions for information on downloading the source code and
building j3d-examples.
--
cgit v1.2.3