This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[BC] Patch: FYI: fix mauve-libgcj


I'm checking this in on the BC branch.
This lets us run Mauve there.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* mauve-libgcj: List some classes we don't have.

Index: mauve-libgcj
===================================================================
RCS file: /cvs/gcc/gcc/libjava/mauve-libgcj,v
retrieving revision 1.28
diff -u -r1.28 mauve-libgcj
--- mauve-libgcj 18 Dec 2003 20:23:48 -0000 1.28
+++ mauve-libgcj 14 Sep 2004 00:10:58 -0000
@@ -22,3 +22,10 @@
 # The behaviour of the garbarge collector cannot be predicted.
 # Note the . at the end so we do test java.lang.reflect
 !java.lang.ref.
+
+!java.beans.EventHandler
+!java.beans.Expression
+!java.beans.Statement
+!java.text.CollationElementIterator
+!javax.print.DocFlavor
+!javax.swing.text.PlainDocument


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]