classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: .classpath update for Eclipse


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: .classpath update for Eclipse
Date: 20 Sep 2004 13:01:30 -0600

I'm checking this in.

This updates the .classpath file so you can build Classpath with
Eclipse again.  It also adds a settings file so that, hopefully,
Eclipse won't munge the ChangeLog again.

Tom

2004-09-20  Tom Tromey  <address@hidden>

        * .settings/org.eclipse.core.resources.prefs: New file.
        * .classpath: Updated.

Index: .classpath
===================================================================
RCS file: /cvsroot/classpath/classpath/.classpath,v
retrieving revision 1.2
diff -u -r1.2 .classpath
--- .classpath  17 Aug 2004 04:22:50 -0000      1.2
+++ .classpath  20 Sep 2004 19:00:37 -0000
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
        <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>
Index: .settings/org.eclipse.core.resources.prefs
===================================================================
RCS file: .settings/org.eclipse.core.resources.prefs
diff -N .settings/org.eclipse.core.resources.prefs
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .settings/org.eclipse.core.resources.prefs  1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,3 @@
+#Mon Sep 20 12:53:19 MDT 2004
+eclipse.preferences.version=1
+encoding/ChangeLog=ISO-8859-1




reply via email to

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