From c3fb39ab158a5bf1a8eba215398a871f9e94aef5 Mon Sep 17 00:00:00 2001 From: kcr Date: Mon, 17 Oct 2005 23:31:40 +0000 Subject: Make dev-1_4 branch obsolete. The 1.4 development is now on the main trunk. --- README-FIRST.txt | 10 ++-- README-build.html | 140 ++---------------------------------------------------- build.xml | 127 ++++++++++++++----------------------------------- 3 files changed, 43 insertions(+), 234 deletions(-) diff --git a/README-FIRST.txt b/README-FIRST.txt index f39b51c..caa1c69 100644 --- a/README-FIRST.txt +++ b/README-FIRST.txt @@ -1,9 +1,5 @@ -The source code for the j3d-examples project is copyrighted code -that is licensed to individuals or companies who download or otherwise -access the code. +WARNING: THIS CVS BRANCH IS NOW OBSOLETE -The copyright notice for this project is in COPYRIGHT.txt +All 1.4.0 development is now on the trunk (MAIN branch). -The source code license information for this project is in LICENSE.txt - -Instructions for building this project are in README-build.html +To checkout the main trunk, use "cvs checkout" without the "-r" option. diff --git a/README-build.html b/README-build.html index 5d6246a..3d4d4bd 100644 --- a/README-build.html +++ b/README-build.html @@ -1,145 +1,15 @@ - - README-build: build instructions for the j3d-examples project + README-build: obsolete build instructions -

Building -the Java 3D Example Programs

-

To -build the Java 3D example programs, you must first checkout the j3d-examples -CVS -repository on java.net. For example, run -the cvs checkout command as follows:
-

- -

-

-

System Requirements -

-

Any operating environment that supports J2SE and Java 3D should -work.We have built j3d-examples on the following operating environments:
-

- -

The following software must be installed:

- -

Building -j3d-examples
-

-

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

- -

NOTE that Java 3D must be installed into the JDK that you have in -your path OR you must put the -Java 3D and vecmath jar files (j3dcore.jar, j3dutils.jar and -vecmath.jar) in your CLASSPATH and the directory containing the -Java 3D libraries in your LD_LIBRARY_PATH (Solaris or Linus) or -PATH (Windows).
-

-

To build all examples:

- -

-

-

This will build all example programs, each one being placed in the -corresponding src/<ExampleProgram> directory. -You may run -ant from a subdirectory in order to just build that program. For -example, to build the HelloUniverse program:
-

- -

-

-

Running j3d-examples

-

To run an example program, cd to the desired directory and execute -java from there. You must ensure that CLASSPATH is either not set, or -contains "." in its list of directories. For example, to run the -HelloUniverse program:
-

- -

-

-

You may also point your Java-enabled web browser at the -src/index.html page and run Java 3D example programs -from within your browser. Java 3D must be installed into the JDK -in order to run Java 3D programs from within a browser.
+WARNING: THIS CVS BRANCH IS NOW OBSOLETE

-

+All 1.4.0 development is now on the trunk (MAIN branch).
+
+To checkout the main trunk, use "cvs checkout" without the "-r" option.
diff --git a/build.xml b/build.xml index 346fc96..0f1f688 100644 --- a/build.xml +++ b/build.xml @@ -2,43 +2,16 @@ - - - - - - - - - - - + - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + -- cgit v1.2.3