diff options
author | phil <[email protected]> | 2016-10-18 13:44:23 +1300 |
---|---|---|
committer | phil <[email protected]> | 2016-10-18 13:44:23 +1300 |
commit | d1288f7ae0de87455a2988c1f15dedda2074823f (patch) | |
tree | d919d21533e2a832798efcf5e2184e380301546b | |
parent | 781f17052b83db286b18204dad0ff260d97da553 (diff) |
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
-rw-r--r-- | README-FIRST.txt | 12 | ||||
-rw-r--r-- | README-build.html | 143 | ||||
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | nbproject/.cvsignore | 1 | ||||
-rw-r--r-- | nbproject/project.xml | 67 | ||||
-rw-r--r-- | www/alm-process/snippets/page.xml | 2 | ||||
-rw-r--r-- | www/build-instr.html | 38 | ||||
-rw-r--r-- | www/index.html | 46 | ||||
-rw-r--r-- | www/project_tools.html | 12 |
9 files changed, 14 insertions, 321 deletions
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 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<!-- -/* - * $RCSfile$ - * - * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - Redistribution of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - Redistribution in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * Neither the name of Sun Microsystems, Inc. or the names of - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any - * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND - * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY - * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL - * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF - * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR - * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, - * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND - * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR - * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed, licensed or - * intended for use in the design, construction, operation or - * maintenance of any nuclear facility. - * - * $Revision$ - * $Date$ - * $State$ - */ - --> - <meta content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> - <title>README-build: build instructions for the j3d-examples project</title> -</head> -<body> -<h3><span style="text-decoration: underline;">Building -the 3D Example Programs</span></h3> -<p>To -build the 3D example programs, you must first checkout the <a - href="http://j3d-examples.dev.java.net/">j3d-examples</a> -svn -repository on java.net. For example, run -the svn checkout command as follows:<br> -</p> -<ul> - <code>cd <j3d-root-dir></code><br> - <code>svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples</code> -</ul> -<p> -</p> -<h3><span style="text-decoration: underline;">System Requirements</span> -</h3> -<p>Any operating environment that supports the Java Platform and the -Java 3D<sup><font size="-2">TM</font></sup> API should -work. We have built j3d-examples 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> </li> - <li><a href="http://jakarta.apache.org/ant">Apache Ant 1.6.1</a> </li> - <li><a href="https://java3d.dev.java.net/">Java 3D -1.5.0</a> or later. </li> -</ul> -<h3><span style="text-decoration: underline;">Building -j3d-examples</span><span - style="font-weight: bold; text-decoration: underline;"></span><br> -</h3> -<p>Before you start building, please check that your PATH must -include the -following directories:</p> -<ul> - <li><ant-root-dir>/bin</li> - <li><jdk-root_dir>/bin</li> -</ul> -<p>NOTE that Java 3D must be installed into the JDK that you have -in -your path <span style="font-weight: bold;">OR</span> 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).<br> -</p> -<p>To build all examples:</p> -<ul> - <code>cd <j3d-root-dir>/j3d-examples</code><br> - <code>ant</code> -</ul> -<p> -</p> -<p>This will build all example programs and bundle them into a single -jar -file,<code> j3d-examples.jar</code>, placed in the <code>dist</code> -directory. <br> -</p> -<h3><span style="text-decoration: underline;">Running j3d-examples</span></h3> -<p>To run an example program, you must ensure that your CLASSPATH -contains <code>dist/j3d-examples.jar </code>in its list. For example, -to run the -HelloUniverse program:<br> -</p> -<ul> - <code>cd <j3d-root-dir>/j3d-examples<br> - </code> <code>java -org.jdesktop.j3d.examples.hello_universe.HelloUniverse<br> - </code> -</ul> -<p> -</p> -<p>You may also point your Java-enabled web browser at some Java 3D -applet -examples, such as the <code>src/classes/org/jdesktop/j3d/examples/FourByFour.html</code> -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.<br> -<br> -</p> -</body> -</html> 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://www.netbeans.org/ns/project/1"> - <type>org.netbeans.modules.ant.freeform</type> - <configuration> - <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> - <!-- Do not use Project Properties customizer when editing this file manually. --> - <name>j3d-examples-1.5.3</name> - <properties/> - <folders> - <source-folder> - <label>src/classes</label> - <type>java</type> - <location>src/classes</location> - </source-folder> - </folders> - <ide-actions> - <action name="build"> - <target>jar</target> - </action> - <action name="clean"> - <target>clean</target> - </action> - <action name="run"> - <target>run.HelloUniverse</target> - </action> - <action name="rebuild"> - <target>clean</target> - <target>jar</target> - </action> - </ide-actions> - <export> - <type>jar</type> - <location>dist/j3d-examples.jar</location> - <build-target>jar</build-target> - </export> - <view> - <items> - <source-folder style="packages"> - <label>src/classes</label> - <location>src/classes</location> - </source-folder> - <source-file> - <location>build.xml</location> - </source-file> - </items> - <context-menu> - <ide-action name="build"/> - <ide-action name="clean"/> - <ide-action name="run"/> - <ide-action name="rebuild"/> - </context-menu> - </view> - <subprojects> - <project>../j3d-core</project> - <project>../vecmath</project> - </subprojects> - </general-data> - <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> - <compilation-unit> - <package-root>src/classes</package-root> - <classpath mode="compile">../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</classpath> - <built-to>dist/j3d-examples.jar</built-to> - <source-level>1.5</source-level> - </compilation-unit> - </java-data> - </configuration> -</project> 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 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<page visibility="1"><component_list><component visibility="1" type="ProjectMetadata" order="1"><title localize="false"></title></component><component visibility="1" type="Html" order="2"><title localize="false"></title><filename>index.html</filename></component><component visibility="1" type="Subproject" order="3"><title localize="true">Subprojects</title></component></component_list></page>
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 @@ -<!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>Subversion (svn) download and build instructions</title> - <meta content="Kevin Rushforth" name="author"> -</head> -<body> -<h3>Subversion (svn) download and build instructions for j3d-examples</h3> -<p>To -build the j3d-examples project, you must first checkout the <a - href="https://j3d-examples.dev.java.net/">j3d-examples</a> -svn -repository. For example, run -the svn checkout command as follows:<br> -</p> -<ul> - <code>cd <j3d-root-dir></code><br> - <code>svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples</code><br> -</ul> -<p>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.<br> -</p> -<p>Go to the "<a href="source/browse/j3d-examples/">Subversion</a>" -page for instructions on how to access the j3d-examples source code. -Automated svn change messages are sent to the <span - style="color: blue;">commits 'at' -j3d-examples.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 1927966..0000000 --- a/www/index.html +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <title>3D Example Programs</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 example programs. -</p> -<p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a> -(the core 3D package), -<a href="https://j3d-core-utils.dev.java.net/"> </a><a - href="https://vecmath.dev.java.net/">vecmath</a> -(the 3D vector math package), and <a - href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> -(the 3D core utilities). Developers should refer to the <a - href="build-instr.html">svn download -and build -instructions</a> for information on downloading the source code and -building j3d-examples. -</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 j3d-examples 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 -j3d-examples and other 3D sub-projects.<br> -</p> -<h3><a name="License"></a>License</h3> -<p>The source code for j3d-examples is licensed under a -Berkely Software Distribution (BSD) License. -</p> -<p><em>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.</em></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> |