summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath9
-rw-r--r--.project17
-rw-r--r--ChangeLog5
3 files changed, 31 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 000000000..0b04ebf39
--- /dev/null
+++ b/.classpath
@@ -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>
diff --git a/.project b/.project
new file mode 100644
index 000000000..a5a5009af
--- /dev/null
+++ b/.project
@@ -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>
diff --git a/ChangeLog b/ChangeLog
index ecf767e93..618433cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-04-29 Tom Tromey <tromey@redhat.com>
+ * .classpath: New file.
+ * .project: New file.
+
+2004-04-29 Tom Tromey <tromey@redhat.com>
+
* java/text/AttributedString.java: Cleaned up imports.
* java/util/zip/Deflater.java (strategy): Removed.
* java/util/zip/DeflaterEngine.java (buffer): Removed.