Hi all,
I checked in the attached patch to fix the build under Eclipse. It
reverts some changes that seem to have slipped through when Roman made
his last commit.
cheers,
dalibor topic
2007-09-18 Dalibor Topic <[EMAIL PROTECTED]>
* .classpath: Reverted escher-specific changes that break
the build under Eclipse.
### Eclipse Workspace Patch 1.0
#P classpath
Index: .classpath
===================================================================
RCS file: /sources/classpath/classpath/.classpath,v
retrieving revision 1.19
diff -u -r1.19 .classpath
--- .classpath 13 Sep 2007 22:31:04 -0000 1.19
+++ .classpath 18 Sep 2007 20:12:37 -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/|tools/external/asm/|vm/reference/"
kind="src" path=""/>
+ <classpathentry
excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|external/relaxngDatatype/|gnu/java/awt/peer/x/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|tools/|tools/external/asm/|vm/reference/"
kind="src" path=""/>
<classpathentry
excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README.txt" kind="src"
path="external/relaxngDatatype"/>
<classpathentry kind="src" path="external/jsr166"/>
<classpathentry
excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README|external/asm/"
kind="src" path="tools"/>
@@ -10,6 +10,5 @@
<classpathentry
excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README" kind="src"
path="external/w3c_dom"/>
<classpathentry
excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|Makefile.jawt|Makefile.jawt.in|README"
kind="src" path="examples"/>
<classpathentry kind="src" path="tools/external/asm"/>
- <classpathentry kind="lib" path="/escher/build"/>
<classpathentry kind="output" path="install/share/classpath"/>
</classpath>