classpath-patches
[Top][All Lists]
Advanced

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

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


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: update eclipse build
Date: 16 Aug 2004 22:05:09 -0600

I'm checking this in.

While setting up to use FindBugs from inside Eclipse, I updated the
Classpath build infrastructure for Eclipse.

Tom

Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.2420
diff -u -r1.2420 ChangeLog
--- ChangeLog   17 Aug 2004 03:15:19 -0000      1.2420
+++ ChangeLog   17 Aug 2004 04:08:59 -0000
@@ -1,5 +1,9 @@
 2004-08-16  Tom Tromey  <address@hidden>
 
+       * .classpath: Updated.
+
+2004-08-16  Tom Tromey  <address@hidden>
+
        Bug 9596.
        * java/lang/Class.java (getName): Fixed javadoc.
 
Index: .classpath
===================================================================
RCS file: /cvsroot/classpath/classpath/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath  29 Apr 2004 15:56:20 -0000      1.1
+++ .classpath  17 Aug 2004 04:08:47 -0000
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry
-        
excluding="external/jaxp/source/|vm/reference/|compat/|test/|external/jaxp/tests/|testsuite/|**/Test.java|**/TestAWT.java|gnu/javax/swing/|**/SliderTest.java"
-        kind="src" path=""/>
-    <classpathentry kind="src" path="external/jaxp/source"/>
-    <classpathentry kind="src" path="vm/reference"/>
-    <classpathentry kind="output" path="bin"/>
+       <classpathentry 
excluding="**/Demo.java|**/SliderTest.java|**/Test.java|**/TestAWT.java|compat/|external/jaxp/source/|external/jaxp/tests/|gnu/javax/swing/|test/|testsuite/|vm/reference/"
 kind="src" path=""/>
+       <classpathentry kind="src" path="external/jaxp/source"/>
+       <classpathentry kind="src" path="vm/reference"/>
+       <classpathentry kind="output" path="bin"/>
 </classpath>




reply via email to

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