diff options
author | jeffpk <[email protected]> | 2003-06-07 00:17:26 +0000 |
---|---|---|
committer | jeffpk <[email protected]> | 2003-06-07 00:17:26 +0000 |
commit | fe011589ffb1f4405fe5dd27ebf94692934250f9 (patch) | |
tree | cfa41512b8a17530e88c999faff2b4c9b6a010fc /README.txt | |
parent | 4ab19a606a56e6bd4d5f2450d6720834d5fb5d63 (diff) |
This commit was generated by cvs2svn to compensate for changes in r4, which
included commits to RCS files with non-trunk default branches.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@5 052365b4-98e0-4bc5-a281-465471b020e0
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..338c842 --- /dev/null +++ b/README.txt @@ -0,0 +1,45 @@ +Project: net.java.games.* +Purpose: Open source game libraries +Authors: + -- plugin utils design and release author: + Jeff Kesselman, Game Technology Architect, + Advanced Software Technologies Group, + Sun Microsystems. + -- this file updated on 006/06/2003 by Jeff Kesselman + + +Introduction: + +This is the utils project that contains ueful shared functionality +for the other Java Games Initiative APIs. + +Build Requirements: + +This project has been built in the follwing environment. + -- Win32 (Win 2000 in the case of our machine) + -- Sun J2SDK 1.4 (available at java.sun.com) + -- ANT 1.4.1 (available at apache.org) + + +Directory Organization: + +The root contains a master ANT build.xml. +After a build you will see the following sub directories: + -- apidocs Where the javadocs get built to + -- lib Where dependant libraries are kept. + -- bin Where the actual API is built to + -- src The source files. + -- src/test Execution directories and data for tests. + +Build instructions: + +To clean: ant clean +To build: ant all (or just ant) +To build docs: ant javadoc +To test: ant test + +Release Info: + Initial Release: This release contains an implementation of a flexible plugin + management system. See the apidocs for more information. + + |