commit-classpath
[Top][All Lists]
Advanced

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

Patch: FYI: eclipse support files


From: Tom Tromey
Subject: Patch: FYI: eclipse support files
Date: 29 Apr 2004 09:44:01 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Mark said it was ok to check these in provided I maintain them.  And,
as stated earlier, if this causes too much trouble we can always
remove them again.

So, here are the eclipse support files.  I'll send a note about
setting up to use Eclipse; perhaps we can make a little news item.

Tom

Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.2134
diff -u -r1.2134 ChangeLog
--- ChangeLog   29 Apr 2004 15:47:26 -0000      1.2134
+++ ChangeLog   29 Apr 2004 15:51:26 -0000
@@ -1,5 +1,10 @@
 2004-04-29  Tom Tromey  <address@hidden>
 
+       * .classpath: New file.
+       * .project: New file.
+
+2004-04-29  Tom Tromey  <address@hidden>
+
        * java/text/AttributedString.java: Cleaned up imports.
        * java/util/zip/Deflater.java (strategy): Removed.
        * java/util/zip/DeflaterEngine.java (buffer): Removed.
Index: .classpath
===================================================================
RCS file: .classpath
diff -N .classpath
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .classpath  29 Apr 2004 15:50:57 -0000
@@ -0,0 +1,9 @@
+<?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"/>
+</classpath>
Index: .project
===================================================================
RCS file: .project
diff -N .project
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .project    29 Apr 2004 15:50:57 -0000
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>classpath</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>




reply via email to

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