summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphil <[email protected]>2018-12-23 22:56:36 +1300
committerphil <[email protected]>2018-12-23 22:56:36 +1300
commit5b28d74c25cd023b1001a10a9dba995461c1ccd5 (patch)
tree146ebbdbfc797423bb0542c262ea846211535d58
parent88be5a5a84c47fec6b02710c2505296535751632 (diff)
old build and javadoc instructions removed
-rw-r--r--LICENSE-SPEC.html22
-rw-r--r--README-build.html88
2 files changed, 0 insertions, 110 deletions
diff --git a/LICENSE-SPEC.html b/LICENSE-SPEC.html
deleted file mode 100644
index e355f7a..0000000
--- a/LICENSE-SPEC.html
+++ /dev/null
@@ -1,22 +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>3D Graphics API for the Java Platform</title>
-</head>
-<body>
-<p>Copyright 1996-2008 Sun Microsystems, Inc. All rights reserved.
-Use is subject to license terms.
-</p>
-<p>This javadoc-generated API documentation is <em>not</em> an
-official API specification. This documentation may contain references to
-Java and Java 3D, both of which are trademarks of Sun Microsystems, Inc.
-Any reference to these and other trademarks of Sun Microsystems are
-for explanatory purposes only. Their use does impart any rights beyond
-those listed in the source code license. In particular, Sun Microsystems
-retains all intellectual property and trademark rights as described in
-the proprietary rights notice in the COPYRIGHT.txt file.
-</p>
-</body>
-</html>
diff --git a/README-build.html b/README-build.html
deleted file mode 100644
index 81e4022..0000000
--- a/README-build.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<!--
-/*
- * $RCSfile$
- *
- * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
- *
- * Use is subject to license terms.
- *
- * $Revision$
- * $Date$
- * $State$
- */
- -->
- <meta content="text/html; charset=ISO-8859-1"
- http-equiv="content-type">
- <title>README-build: build instructions for the vecmath project</title>
-</head>
-<body>
-<h3><span style="text-decoration: underline;">Building
-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>
-svn
-repository on java.net. For example, run
-the svn checkout command as follows:<br>
-</p>
-<ul>
- <code>cd &lt;j3d-root-dir&gt;</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".
-</p>
-<h3><span style="text-decoration: underline;">System Requirements</span>
-</h3>
-<p>Vecmath is 100% Java, so any operating environment that supports
-J2SE should work. We have built vecmath on the following
-operating environments:<br>
-</p>
-<ul>
- <li>Solaris: Sparc (Ultra60 or better) running Solaris 9</li>
- <li>Linux: i386/i586 running SuSE 9 or RedHat 9.0</li>
- <li>Windows: Windows/XP (Windows
-2000 should work, but is untested)<br>
- </li>
-</ul>
-<p>The following software must be installed:</p>
-<ul>
- <li><a href="http://java.sun.com/j2se">JDK 1.5.0</a> <br>
- </li>
- <li><a href="http://jakarta.apache.org/ant">Apache Ant 1.6.1</a><br>
- </li>
-</ul>
-<h3><span style="text-decoration: underline;">Building
-Vecmath</span><span
- style="font-weight: bold; text-decoration: underline;"></span></h3>
-<h3><span style="font-weight: bold; text-decoration: underline;"></span></h3>
-<span style="font-weight: bold; text-decoration: underline;"></span>
-<p><span style="text-decoration: underline;"><span
- style="font-weight: bold;"></span></span>Before you start building,
-please check that your PATH must
-include the
-following directories:</p>
-<ul>
- <li>&lt;ant-root-dir&gt;/bin</li>
- <li>&lt;jdk-root_dir&gt;/bin</li>
-</ul>
-<p>The default target, jar-opt, creates an optimized jar files.<br>
-</p>
-<p>Steps:
-</p>
-<ul>
- <code> cd &lt;j3d-root-dir&gt;/vecmath<br>
-ant</code>
-</ul>
-<p>This will build the <code>javax.vecmath</code> package, which will
-be put
-in the <code>vecmath/build/opt</code> sub-directory.<br>
-</p>
-<p>To see other targets that are available, type "ant
--projecthelp". Note that ant must be run from the top-level
-directory.</p>
-</body>
-</html>