summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2007-09-18 20:17:13 +0000
committerDalibor Topic <robilad@yahoo.com>2007-09-18 20:17:13 +0000
commit35ba758346150b5d72494f8f71e19279ab00bbf2 (patch)
treedf7648f95e8d3887a8b5bb286f424d227a7b58f7
parent350f457e4f7d3d9a8595989e2f30ca84f14e2fe7 (diff)
downloadclasspath-35ba758346150b5d72494f8f71e19279ab00bbf2.tar.gz
2007-09-18 Dalibor Topic <robilad@kaffe.org>
* .classpath: Reverted escher-specific changes that break the build under Eclipse.
-rw-r--r--.classpath3
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 6448c1956..9467d7fdd 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/|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>
diff --git a/ChangeLog b/ChangeLog
index 515575187..1efacc43d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-18 Dalibor Topic <robilad@kaffe.org>
+
+ * .classpath: Reverted escher-specific changes that break
+ the build under Eclipse.
+
2007-09-16 Mark Wielaard <mark@klomp.org>
* examples/Makefile.am (JCOMPILER): Add tools.zip for ecj.