diff options
author | Harvey Harrison <[email protected]> | 2013-04-08 23:03:14 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-04-08 23:03:14 -0700 |
commit | bd5f622cc5fce7e3944f3396c9a153f963a59160 (patch) | |
tree | 6277b277a1d1ff090e8f05121830398b48f43d91 | |
parent | 48bf159e94ea392f7656518aae14314c6e5e4dd7 (diff) |
j3dutils: remove www folder, it had nothing useful left
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r-- | www/build-instr.html | 52 | ||||
-rw-r--r-- | www/index.html | 50 | ||||
-rw-r--r-- | www/project_tools.html | 12 |
3 files changed, 0 insertions, 114 deletions
diff --git a/www/build-instr.html b/www/build-instr.html deleted file mode 100644 index 204d121..0000000 --- a/www/build-instr.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> - <title>CVS download and build instructions</title> - <meta name="author" content="Kevin Rushforth"> -</head> -<body> -<h3>CVS download and build instructions for j3d-core-utils -</h3> -<p>To -build the Java 3D<sup><font size="-2">TM</font></sup> packages, -you must checkout the following three CVS repositories:<br> -</p> -<ul> - <li><a href="https://j3d-core.dev.java.net/">j3d-core</a></li> - <li><a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a></li> - <li><a href="https://vecmath.dev.java.net/">vecmath</a></li> -</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 -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> -</ul> -<p>After you have downloaded the three CVS repositories, read the -README-FIRST.txt file, then read and follow the -instructions in the README-build.html -files in all three CVS repositories.<br> -</p> -<p>Go to the "<a href="servlets/ProjectSource">CVS client setup</a>" -page for instructions on how to access the j3d-core-utils source code -from CVS. Click on the "<a href="source/browse/j3d-core-utils/">Version -Control - CVS</a>" link to browse the j3d-core-utils source code. -Automated CVS change messages are sent to the <span - style="color: blue;">cvs 'at' -j3d-core-utils.dev.java.net</span> -list list. <a href="servlets/ProjectMailingListList">Click here to -subscribe</a> to this list.<br> -</p> -<p><br> -</p> -<p></p> -</body> -</html> diff --git a/www/index.html b/www/index.html deleted file mode 100644 index f379f6c..0000000 --- a/www/index.html +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> - <title>The 3D Core Utilities</title> -</head> -<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"> -<p>This project contains the source code -for the 3D core utilities in the <code>com.sun.j3d.*</code> -hierarchy.</p> -<p>Related projects include: <a href="https://vecmath.dev.java.net/">vecmath</a> -(the 3D vector math package), <a href="https://j3d-core.dev.java.net/">j3d-core</a> -(the -core 3D package), and <a - href="https://j3d-examples.dev.java.net/">j3d-examples</a> -(the 3D -example programs). The j3d-core-utils project is built as part of -j3d-core. Developers should refer to the <a href="build-instr.html">CVS -download -and build -instructions</a> for information on downloading the source code and -building j3d-core-utils.</p> -<p></p> -<p><strong><em>For all other project -information, including contributing to the 3D projects and reporting -issues, -please go to the parent <a href="https://java3d.dev.java.net/">java3d</a> -project.</em></strong></p> -<p>NOTE: The issue Tracker in this j3d-core-utils subproject cannot be -used -to file or track issues. Please use the <a - href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a> -in the parent java3d -project -to track issues (bugs, feature requests, etc.) for -j3d-core-utils and other 3D sub-projects.<br> -</p> -<h3><a name="License"></a>License</h3> -<p>The source code for j3d-core-utils is licensed under a -Berkely Software Distribution (BSD) License. -</p> -<p><em>NOTE: This project contains third-party source code that is -provided under separate licensing terms. These terms are are found in the -THIRDPARTY-LICENSE-*.txt files in the top level-directory of this project. -See README-FIRST.txt for more information.</em></p> -<p><br> -</p> -</body> -</html> diff --git a/www/project_tools.html b/www/project_tools.html deleted file mode 100644 index bc57931..0000000 --- a/www/project_tools.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> - <title>Project Tools</title> -</head> -<body> -<div><a href="http://wiki.java.net/bin/view/Javadesktop/Java3D">Wiki</a></div> -<div><a href="https://java3d.dev.java.net/binary-builds.html">Downloads</a></div> -</body> -</html> |