summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-12-11 11:32:20 +0000
committerRoman Kennke <roman@kennke.org>2006-12-11 11:32:20 +0000
commit93164f9762065b2762d65305d625bf4405cd5b3c (patch)
tree2faede83dc055c4e9a269bcc17826ad21fa2e76a /.classpath
parentadfbf96c1e8ba367a2d2c0737886fa4e6637c50e (diff)
downloadclasspath-93164f9762065b2762d65305d625bf4405cd5b3c.tar.gz
2006-12-11 Roman Kennke <kennke@aicas.com>
* .classpath: Include ASM in Eclipse classpath.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath5
1 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index c18a06758..ec7cfd175 100644
--- a/.classpath
+++ b/.classpath
@@ -1,13 +1,14 @@
<?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/|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/|vm/reference/|tools/external/asm/|gnu/java/awt/peer/x/" 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/" kind="src" path="tools"/>
+ <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" 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="output" path="install/share/classpath"/>
</classpath>