Hi, eclipse doesn't like the new x-peers. So this disables them by default for now.
2006-07-08 Mark Wielaard <[EMAIL PROTECTED]>
* .classpath: Add gnu/java/awt/peer/x/ to excludes.
Eclipse 3.1.2 seems to work nicely with cvs head and I can "bootstrap"
classpath plus jamvm on it to produce the fakejdk as described in our
http://developer.classpath.org/mediation/ClasspathHackingWithEclipse
3.2 final seems to have some problems though (M4 worked for me and
Christian says RC7 worked for him, so hopefully it is just something
small changed in the last build). Maybe Andrew knows since he has been
packaging eclipse 3.2 for Fedora.
Committed,
Mark
? lib/standard.omit ? resource/META-INF/services/java.util.prefs.PreferencesFactory ? tools/gjar ? tools/gnative2ascii ? tools/gserialver Index: .classpath =================================================================== RCS file: /sources/classpath/classpath/.classpath,v retrieving revision 1.14 diff -u -r1.14 .classpath --- .classpath 20 Mar 2006 23:33:50 -0000 1.14 +++ .classpath 8 Jul 2006 20:11:42 -0000 @@ -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"/>
signature.asc
Description: This is a digitally signed message part
