summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-12-24 05:35:21 +0000
committerBrian Jones <cbj@gnu.org>2002-12-24 05:35:21 +0000
commit63cd3a57c0859e69cdf4b6b3549efce94fa79390 (patch)
tree9b4c344925b9cc4c299f83d43a30b25334c2ff16 /README
parent8d19a41fa23111a250eff26550db17fd3aceab9b (diff)
downloadclasspath-63cd3a57c0859e69cdf4b6b3549efce94fa79390.tar.gz
* INSTALL: updated link to bugs, tool version numbers
* TODO: removed easy HTML API generation todo item, it's done now; mention that CNI code won't be included in Classpath CVS for now since only gcj is using it * README: remove special mention of ORP * NEWS: add blurb about infrastructure improvements * HACKING: update automake, autoconf version numbers; remove mention of gcjh for compiling JNI libraries; updated gcj/jikes version numbers * lib/Makefile.am: distribute glibj.zip; uninstall no-zip case; separate resources target; avoid extra gen-classlist.sh calls; support DESTDIR * doc/api/Makefile.am: distribute HTML API documentation; install documentation in pkgdatadir/api; uninstall appropriately; support DESTDIR * resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local target; support DESTDIR * resource/java/security/Makefile.am: add uninstall-local target; support DESTDIR * javax/swing/Makefile.am: BoundedRangeModel missing .java extension * javax/transaction/xa/Makefile.am: Removed xa/ from filenames * java/awt/dnd/Makefile.am: added missing .java files to dist * java/net/Makefile.am: added missing .java files to dist * java/nio/channels/Makefile.am: added missing .java files to dist * javax/naming/Makefile.am: added missing .java files to dist * javax/naming/directory/Makefile.am: added missing .java files to dist * javax/naming/event/Makefile.am: new file * javax/naming/event/.cvsignore: new file * javax/naming/ldap/Makefile.am: new file * javax/naming/ldap/.cvsignore: new file * javax/naming/spi/Makefile.am: added missing .java files to dist * javax/sql/Makefile.am: added missing .java files to dist * javax/sql/.cvsignore: new file * javax/swing/plaf/Makefile.am: added missing .java files to dist * javax/swing/Makefile.am: added missing .java files to dist * Makefile.am: ignore errors during dist-hook * configure.in: add missing directory Makefiles to output; add check for 'date', 'cp', and 'mkdir' * acinclude.m4: remove check for 'find' and 'cp'
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 7852546b1..87c7b4e30 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-GNU Classpath README - Last updated: May 05, 2002
+GNU Classpath README - Last updated: December 23, 2002
GNU Classpath, Essential Libraries for Java is a project to create
a complete "clean room" implementation of the Java class libraries
@@ -21,9 +21,6 @@ include:
This is a development release only and is not ready for general
purpose use.
-GNU Classpath has been tested NOT to work out of the box with ORP 1.0.9.
-Instructions for building ORP with this GNU Classpath release can
-be found at <http://www.gnu.org/software/classpath/doc/orp.html>.
Most JVMs come with their own customized version of GNU Classpath.
Please check if there is a customised version available for the JVM you
use before trying the bare bones GNU Classpath release. We are working with