classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [generics] Patch: FYI: update eclipse infrastructure


From: Tom Tromey
Subject: [cp-patches] [generics] Patch: FYI: update eclipse infrastructure
Date: 16 Jan 2005 21:44:09 -0700

I'm checking this in on the generics branch.

This is just the change required to make it possible to build the
branch with Eclipse 3.1M4.

Tom

2005-01-16  Tom Tromey  <address@hidden>

        * .classpath: Updated.

Index: .classpath
===================================================================
RCS file: /cvsroot/classpath/classpath/.classpath,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 .classpath
--- .classpath  12 Jan 2005 00:54:43 -0000      1.1.2.1
+++ .classpath  17 Jan 2005 01:48:13 -0000
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry 
excluding="**/SliderTest.java|**/Test.java|**/TestAWT.java|compat/|examples/|external/jaxp/source/|external/jaxp/tests/|gnu/javax/swing/|test/|testsuite/|vm/reference/"
 kind="src" path=""/>
-       <classpathentry kind="src" path="external/jaxp/source"/>
+       <classpathentry 
excluding="**/SliderTest.java|**/Test.java|**/TestAWT.java|compat/|examples/|external/jaxp/source/|external/jaxp/tests/|gnu/javax/swing/|test/|testsuite/|vm/reference/|external/sax/|external/w3c_dom/"
 kind="src" path=""/>
+       <classpathentry kind="src" path="external/sax"/>
+       <classpathentry kind="src" path="external/w3c_dom"/>
        <classpathentry kind="src" path="vm/reference"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>




reply via email to

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