classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [generics] Patch: FYI: update .classpath


From: Tom Tromey
Subject: [cp-patches] [generics] Patch: FYI: update .classpath
Date: 20 Apr 2005 14:42:09 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in on the generics branch.

This updates .classpath so that the generics classpath builds in
eclipse again.

Tom

2005-04-20  Tom Tromey  <address@hidden>

        * .classpath: Updated

Index: .classpath
===================================================================
RCS file: /cvsroot/classpath/classpath/.classpath,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 .classpath
--- .classpath 17 Jan 2005 04:58:19 -0000 1.1.2.2
+++ .classpath 20 Apr 2005 20:15:25 -0000
@@ -1,8 +1,20 @@
 <?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/|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 
excluding="**/SliderTest.java|**/TestAWT.java|compat/|examples/|external/jaxp/source/|external/jaxp/tests/|external/sax/|external/w3c_dom/|gnu/javax/swing/plaf/|gnu/test/|test/|testsuite/|vm/reference/"
 kind="src" path="">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="external/sax">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="external/w3c_dom">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="vm/reference">
+               <attributes>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="output" path="bin"/>
 </classpath>




reply via email to

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