summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2007-09-13 22:31:04 +0000
committerRoman Kennke <roman@kennke.org>2007-09-13 22:31:04 +0000
commit7cd99eb55462482bb6c351c8fd1b8c7eb7f875eb (patch)
tree47699c9ef25d6c4e6506f9b6827c3169a442d71a /.classpath
parent28ec2ed78c5acaba9702980e7b1f2d4f9af34295 (diff)
downloadclasspath-7cd99eb55462482bb6c351c8fd1b8c7eb7f875eb.tar.gz
2007-09-14 Roman Kennke <roman@kennke.org>
* .classpath: Include javah in Eclipse build.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath5
1 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index ec7cfd175..6448c1956 100644
--- a/.classpath
+++ b/.classpath
@@ -1,14 +1,15 @@
<?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/|tools/external/asm/|gnu/java/awt/peer/x/" 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/|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|gnu/classpath/tools/javah/|external/asm/" kind="src" path="tools"/>
+ <classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README|external/asm/" kind="src" path="tools"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in" kind="src" path="resource"/>
<classpathentry excluding=".cvsignore|Makefile.am" kind="src" path="vm/reference"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README" kind="src" path="external/sax"/>
<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>