I'm checking this in.
I don't know why, but yesterday's eclipse build patches worked ok here
and then started failing today. And, when I looked, it turns out I
had not omitted jdwp from vm/reference in the correct way.
Tom
2005-08-17 Tom Tromey <[EMAIL PROTECTED]>
* .project: Correctly omit jdwp from vm/reference.
Index: .classpath
===================================================================
RCS file: /cvsroot/classpath/classpath/.classpath,v
retrieving revision 1.6
diff -u -r1.6 .classpath
--- .classpath 16 Aug 2005 20:15:17 -0000 1.6
+++ .classpath 17 Aug 2005 21:44:55 -0000
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry
excluding="compat/|examples/|external/|gnu/classpath/jdwp/|gnu/javax/swing/plaf/|test/|testsuite/|vm/reference/|vm/reference/gnu/classpath/jdwp/"
kind="src" path=""/>
- <classpathentry kind="src" path="vm/reference"/>
+ <classpathentry
excluding="compat/|examples/|external/|gnu/classpath/jdwp/|gnu/javax/swing/plaf/|test/|testsuite/|vm/reference/"
kind="src" path=""/>
+ <classpathentry excluding="gnu/classpath/jdwp/" kind="src"
path="vm/reference"/>
<classpathentry kind="src" path="external/sax"/>
<classpathentry kind="src" path="external/w3c_dom"/>
<classpathentry kind="src" path="examples"/>
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches