diff options
author | Mark Wielaard <mark@klomp.org> | 2006-07-08 20:28:54 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2006-07-08 20:28:54 +0000 |
commit | 73a7fb1e52208fddcacea93e5e34f0d22d9fb2c9 (patch) | |
tree | 4ab66ebdeb0e2f2d90a0c4eb2f4bcadfd0366ade /.classpath | |
parent | 9ad3adece7759dfca5f82faa14ff0ee5b301ea4c (diff) | |
download | classpath-73a7fb1e52208fddcacea93e5e34f0d22d9fb2c9.tar.gz |
* .classpath: Add gnu/java/awt/peer/x/ to excludes.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 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"/> |