diff options
author | Tom Tromey <tromey@redhat.com> | 2006-03-20 23:33:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-03-20 23:33:45 +0000 |
commit | 92490edf797337930f096ed5be494f6a00e34932 (patch) | |
tree | 724a911d9757351b7ce85aa3249bc82daccbb58e /.classpath | |
parent | 6e0f728930de034393c5d87c2b379ddc766550c0 (diff) | |
download | classpath-92490edf797337930f096ed5be494f6a00e34932.tar.gz |
* .classpath: Build gnu.javax.swing.plaf.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index c4015bf57..611ba22c6 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/|gnu/javax/swing/plaf/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|vm/reference/|tools/|external/relaxngDatatype/" 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/" 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"/> |