From 5b28d74c25cd023b1001a10a9dba995461c1ccd5 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 23 Dec 2018 22:56:36 +1300 Subject: old build and javadoc instructions removed --- LICENSE-SPEC.html | 22 -------------- README-build.html | 88 ------------------------------------------------------- 2 files changed, 110 deletions(-) delete mode 100644 LICENSE-SPEC.html delete mode 100644 README-build.html 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 @@ - - - - - 3D Graphics API for the Java Platform - - -

Copyright 1996-2008 Sun Microsystems, Inc. All rights reserved. -Use is subject to license terms. -

-

This javadoc-generated API documentation is not 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. -

- - 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 @@ - - - - - - README-build: build instructions for the vecmath project - - -

Building -the Vecmath Package

-

To -build the vecmath package, you must first checkout the vecmath -svn -repository on java.net. For example, run -the svn checkout command as follows:
-

- -

-

This top-level directory must be named "vecmath". -

-

System Requirements -

-

Vecmath is 100% Java, so any operating environment that supports -J2SE should work. We have built vecmath on the following -operating environments:
-

- -

The following software must be installed:

- -

Building -Vecmath

-

- -

Before you start building, -please check that your PATH must -include the -following directories:

- -

The default target, jar-opt, creates an optimized jar files.
-

-

Steps: -

- -

This will build the javax.vecmath package, which will -be put -in the vecmath/build/opt sub-directory.
-

-

To see other targets that are available, type "ant --projecthelp". Note that ant must be run from the top-level -directory.

- - -- cgit v1.2.3