classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: another eclipse update


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: another eclipse update
Date: 17 Aug 2005 15:48:46 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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  <address@hidden>

        * .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"/>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]