summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-07-08 20:28:54 +0000
committerMark Wielaard <mark@klomp.org>2006-07-08 20:28:54 +0000
commit73a7fb1e52208fddcacea93e5e34f0d22d9fb2c9 (patch)
tree4ab66ebdeb0e2f2d90a0c4eb2f4bcadfd0366ade
parent9ad3adece7759dfca5f82faa14ff0ee5b301ea4c (diff)
downloadclasspath-73a7fb1e52208fddcacea93e5e34f0d22d9fb2c9.tar.gz
* .classpath: Add gnu/java/awt/peer/x/ to excludes.
-rw-r--r--.classpath2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 611ba22c6..d89a8d1c4 100644
--- a/.classpath
+++ b/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|external/relaxngDatatype/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|tools/|vm/reference/" kind="src" path=""/>
+ <classpathentry excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|external/relaxngDatatype/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|tools/|vm/reference/|gnu/java/awt/peer/x/" kind="src" path=""/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README.txt" kind="src" path="external/relaxngDatatype"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README" kind="src" path="tools"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in" kind="src" path="resource"/>
diff --git a/ChangeLog b/ChangeLog
index 9e5636115..69ec0ae14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-08 Mark Wielaard <mark@klomp.org>
+
+ * .classpath: Add gnu/java/awt/peer/x/ to excludes.
+
2006-07-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* javax/swing/text/FlowView.java (FlowStrategy.layoutRow):