diff options
-rw-r--r-- | www/build-instr.html | 41 | ||||
-rw-r--r-- | www/index.html | 43 | ||||
-rw-r--r-- | www/project_tools.html | 12 | ||||
-rw-r--r-- | www/vm14/api-changes.html | 14 | ||||
-rw-r--r-- | www/vm14/proposed-changes.html | 14 |
5 files changed, 0 insertions, 124 deletions
diff --git a/www/build-instr.html b/www/build-instr.html deleted file mode 100644 index a103cd9..0000000 --- a/www/build-instr.html +++ /dev/null @@ -1,41 +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>CVS download and build instructions</title> - <meta content="Kevin Rushforth" name="author"> -</head> -<body> -<h3>CVS download and build instructions for vecmath -</h3> -<p>To -build the vecmath package, you must first checkout the <a - href="https://vecmath.dev.java.net/">vecmath</a> -CVS -repository. For example, run -the cvs checkout command as follows:<br> -</p> -<ul> - <code>cd <cvs-root-dir></code><br> - <code>cvs checkout vecmath</code> -</ul> -<p>After you have downloaded the CVS repository, read the -README-FIRST.txt file, then read and follow the -instructions in the README-build.html -file.<br> -</p> -<p>Go to the "<a href="servlets/ProjectSource">CVS client setup</a>" -page for instructions on how to access the vecmath source code from -CVS. Click on the "<a href="source/browse/vecmath/">Version Control - -CVS</a>" -link to browse the vecmath source code. Automated CVS change -messages are sent to the <span style="color: blue;">cvs 'at' -vecmath.dev.java.net</span> -list list. <a href="servlets/ProjectMailingListList">Click here to -subscribe</a> to this list.<br> -</p> -<p><br> -</p> -</body> -</html> diff --git a/www/index.html b/www/index.html deleted file mode 100644 index d60d304..0000000 --- a/www/index.html +++ /dev/null @@ -1,43 +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 Vecmath API</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 vector math package, <code>javax.vecmath</code>.</p> -<p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a> -(the core 3D pacakge), -<a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> -(the 3D core utilities), and -<a href="https://j3d-examples.dev.java.net/">j3d-examples</a> -(the 3D example programs). 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 vecmath.</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 vecmath 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 -vecmath and other 3D sub-projects.<br> -</p> -<h3><a name="License"></a>License</h3> -<p>The source code for the <code>javax.vecmath</code> package is licensed -under the <a href="http://openjdk.java.net/legal/gplv2+ce.html">GNU -Public License, version 2, with the Classpath Exception</a>. This is the same -license that is used for the OpenJDK project. -</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> diff --git a/www/vm14/api-changes.html b/www/vm14/api-changes.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/vm14/api-changes.html +++ /dev/null @@ -1,14 +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>Obsolete Page</title> -</head> -<body> -<h2>Obsolete Page</h2> -<p>This page is obsolete. Click <a - href="http://wiki.java.net/bin/view/Javadesktop/Java3DRoadmap">here</a> -to go the Java 3D Roadmap page of the Java 3D Wiki.</p> -</body> -</html> diff --git a/www/vm14/proposed-changes.html b/www/vm14/proposed-changes.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/vm14/proposed-changes.html +++ /dev/null @@ -1,14 +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>Obsolete Page</title> -</head> -<body> -<h2>Obsolete Page</h2> -<p>This page is obsolete. Click <a - href="http://wiki.java.net/bin/view/Javadesktop/Java3DRoadmap">here</a> -to go the Java 3D Roadmap page of the Java 3D Wiki.</p> -</body> -</html> |