This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
[PATCH] Libgcj migration mentioned.
- To: java-patches at sources dot redhat dot com
- Subject: [PATCH] Libgcj migration mentioned.
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Fri, 8 Dec 2000 20:33:01 -0800
- Reply-to: apbianco at cygnus dot com
I checked in this patch.
./A
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* index.html: Mention libgcj migration.
Index: index.html
===================================================================
RCS file: /cvs/java/htdocs/index.html,v
retrieving revision 1.52
diff -u -p -r1.52 index.html
--- index.html 2000/11/03 08:24:28 1.52
+++ index.html 2000/12/09 04:31:34
@@ -72,6 +72,17 @@ i
<table>
<tr><td valign="top">
+<b>December 8, 2000</b>
+</td><td>
+The libgcj repository is now <A HREF="/ml/java-discuss/2000-12/msg00095.html">
+closed</A>: We're moving our sources over to the gcc
+<A HREF="/ml/java-announce/2000/msg00003.html">
+tree</A>. Read <A HREF="http://gcc.gnu.org/cvs.html">here</A> and
+<A HREF="http://gcc.gnu.org/cvswrite.html">here</A> how you will soon check
+your sources out.
+<pre>
+</td></tr>
+<tr><td valign="top">
<b>November 2, 2000</b>
</td><td>
Warren Levy has checked in code for a serialized object dumper.