From d1288f7ae0de87455a2988c1f15dedda2074823f Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 18 Oct 2016 13:44:23 +1300 Subject: Added a basic readme.md file Removed out of date www folder Removed out of date netbeans project folder Removed out of date README-build.html --- README-FIRST.txt | 12 ---- README-build.html | 143 -------------------------------------- README.md | 14 ++++ nbproject/.cvsignore | 1 - nbproject/project.xml | 67 ------------------ www/alm-process/snippets/page.xml | 2 - www/build-instr.html | 38 ---------- www/index.html | 46 ------------ www/project_tools.html | 12 ---- 9 files changed, 14 insertions(+), 321 deletions(-) delete mode 100644 README-FIRST.txt delete mode 100644 README-build.html create mode 100644 README.md delete mode 100644 nbproject/.cvsignore delete mode 100644 nbproject/project.xml delete mode 100644 www/alm-process/snippets/page.xml delete mode 100644 www/build-instr.html delete mode 100644 www/index.html delete mode 100644 www/project_tools.html diff --git a/README-FIRST.txt b/README-FIRST.txt deleted file mode 100644 index 63dbef3..0000000 --- a/README-FIRST.txt +++ /dev/null @@ -1,12 +0,0 @@ -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. - -The copyright notice for this project is in COPYRIGHT.txt - -The source code license information for this project is in LICENSE.txt - -Additional information and license restrictions for third party source -code are found in the THIRDPARTY-LICENSE-*.txt files. - -Instructions for building this project are in README-build.html diff --git a/README-build.html b/README-build.html deleted file mode 100644 index eec4d9b..0000000 --- a/README-build.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - README-build: build instructions for the j3d-examples project - - -

Building -the 3D Example Programs

-

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

- -

-

-

System Requirements -

-

Any operating environment that supports the Java Platform and the -Java 3DTM API 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 and bundle them into a single -jar -file, j3d-examples.jar, placed in the dist -directory.
-

-

Running j3d-examples

-

To run an example program, you must ensure that your CLASSPATH -contains dist/j3d-examples.jar in its list. For example, -to run the -HelloUniverse program:
-

- -

-

-

You may also point your Java-enabled web browser at some Java 3D -applet -examples, such as the src/classes/org/jdesktop/j3d/examples/FourByFour.html -page, and run the Java 3D applet 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.
-
-

- - diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c9e48b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Java3D Examples Readme +=== +This project contains the source code for the Java3D example programs. + +The source code for j3d-examples is licensed under a Berkely Software Distribution (BSD) License. + +The copyright notice for this project is in COPYRIGHT.txt + +The source code license information for this project is in LICENSE.txt + +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. + +Related projects include: java3d-core (the core 3D package), vecmath (the 3D vector math package), and java3d-utils (the 3D core utilities). +Developers should refer to the java3d-core readme.md file for information on downloading the source code and building j3d-examples. diff --git a/nbproject/.cvsignore b/nbproject/.cvsignore deleted file mode 100644 index 3e18ebf..0000000 --- a/nbproject/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -private diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index 1a3152f..0000000 --- a/nbproject/project.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - org.netbeans.modules.ant.freeform - - - - j3d-examples-1.5.3 - - - - - java - src/classes - - - - - jar - - - clean - - - run.HelloUniverse - - - clean - jar - - - - jar - dist/j3d-examples.jar - jar - - - - - - src/classes - - - build.xml - - - - - - - - - - - ../j3d-core - ../vecmath - - - - - src/classes - ../j3d-core/build/default/debug/lib/ext/j3dcore.jar:../j3d-core/build/default/debug/lib/ext/j3dutils.jar:../vecmath/build/debug/lib/ext/vecmath.jar - dist/j3d-examples.jar - 1.5 - - - - diff --git a/www/alm-process/snippets/page.xml b/www/alm-process/snippets/page.xml deleted file mode 100644 index 725def6..0000000 --- a/www/alm-process/snippets/page.xml +++ /dev/null @@ -1,2 +0,0 @@ - -index.htmlSubprojects diff --git a/www/build-instr.html b/www/build-instr.html deleted file mode 100644 index 7325016..0000000 --- a/www/build-instr.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - Subversion (svn) download and build instructions - - - -

Subversion (svn) download and build instructions for j3d-examples

-

To -build the j3d-examples project, you must first checkout the j3d-examples -svn -repository. For example, run -the svn checkout command as follows:
-

- -

After you have downloaded the svn repository, read the -README-FIRST.txt file, then read and follow the -instructions in the README-build.html -file.
-

-

Go to the "Subversion" -page for instructions on how to access the j3d-examples source code. -Automated svn change messages are sent to the commits 'at' -j3d-examples.dev.java.net -list list. Click here to -subscribe to this list.
-

-


-

- - diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 1927966..0000000 --- a/www/index.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - 3D Example Programs - - -

This project contains the source code -for the 3D example programs. -

-

Related projects include: j3d-core -(the core 3D package), - vecmath -(the 3D vector math package), and j3d-core-utils -(the 3D core utilities). Developers should refer to the svn download -and build -instructions for information on downloading the source code and -building j3d-examples. -

-

For all other project -information, including contributing to the 3D projects and reporting -issues, -please go to the parent java3d -project.

-

NOTE: The issue Tracker in this j3d-examples subproject cannot be used -to file or track issues. Please use the Issue Tracker -in the parent java3d -project -to track issues (bugs, feature requests, etc.) for -j3d-examples and other 3D sub-projects.
-

-

License

-

The source code for j3d-examples is licensed under a -Berkely Software Distribution (BSD) License. -

-

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.

-


-

- - 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 @@ - - - - - Project Tools - - -
Wiki
-
Downloads
- - -- cgit v1.2.3