2003/03/20 02:55:54
[org.ibex.core.git] / README
diff --git a/README b/README
index c7821a8..dfb9b39 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
 ==============================================================================
 XWT README
 ==============================================================================
 XWT README
+
       
 ______________________________________________________________________________
 Documentation
       
 ______________________________________________________________________________
 Documentation
@@ -8,19 +9,19 @@ If you're new to XWT, you should read the documentation in the order
 presented below:
 
 - README [this file]
 presented below:
 
 - README [this file]
-
+       
       Start here. Includes a map of all other documentation and a
       description of the directory strucure
 
 - The XWT home page [http://www.xwt.org/]
       Start here. Includes a map of all other documentation and a
       description of the directory strucure
 
 - The XWT home page [http://www.xwt.org/]
-
+         
 - The XWT tutorial [http://www.xwt.org/tutorial.html]
 
       Gentle introduction to what XWT is, and how to write
       .xwt's. Good for anybody who wants to write XWT applications.
 
 - The XWT reference [http://www.xwt.org/reference.html]
 - The XWT tutorial [http://www.xwt.org/tutorial.html]
 
       Gentle introduction to what XWT is, and how to write
       .xwt's. Good for anybody who wants to write XWT applications.
 
 - The XWT reference [http://www.xwt.org/reference.html]
-
+       
       Precise, technical spec of exactly how XWT works. Assumes
       familiarity with XWT (ie, you've read the tutorial). This is the
       authoritative source for how an XWT engine should
       Precise, technical spec of exactly how XWT works. Assumes
       familiarity with XWT (ie, you've read the tutorial). This is the
       authoritative source for how an XWT engine should
@@ -36,6 +37,7 @@ Directory Structure
    COPYING                - copyright information for all files in this distro
    TM                     - trademark information for XWT
    Makefile               - build file for gcc 3.3
    COPYING                - copyright information for all files in this distro
    TM                     - trademark information for XWT
    Makefile               - build file for gcc 3.3
+   next.build             - the build id of the next build to be generated
    bin/                   - all binary stuff generated by xwt builds
    gcc/                   - build area for a custom copy of gcc3.3 and binutils2.13
        Makefile           - will download, configure, compile, and private-install gcc3.3/binutils2.13
    bin/                   - all binary stuff generated by xwt builds
    gcc/                   - build area for a custom copy of gcc3.3 and binutils2.13
        Makefile           - will download, configure, compile, and private-install gcc3.3/binutils2.13
@@ -72,7 +74,7 @@ Public build targets:
     compile       - compiles all .java files into bin/*.class
     Win32         - Win95 or later (bin-Win32/xwt.exe)
     Linux         - Linux 2.2 or later (bin-Linux/xwt.linux)
     compile       - compiles all .java files into bin/*.class
     Win32         - Win95 or later (bin-Win32/xwt.exe)
     Linux         - Linux 2.2 or later (bin-Linux/xwt.linux)
-    Java          - Any Java 1.1+ compliant JVM
+    Java2         - Any Java 1.2+ compliant JVM
     clean         - cleanup
 
 
     clean         - cleanup