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 /www | |
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
Diffstat (limited to 'www')
-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 |
4 files changed, 0 insertions, 98 deletions
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> |