summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorArnaud Vandyck <arnaud.vandyck@ulg.ac.be>2006-03-09 15:10:41 +0000
committerArnaud Vandyck <arnaud.vandyck@ulg.ac.be>2006-03-09 15:10:41 +0000
commit70304821252e8edf5fc6f34e5864d4590d3d6231 (patch)
tree21125684ef865bc4ded637175352bea8c2307af2 /.classpath
parent4419d0896122bf7377784572e67d69deb557aecd (diff)
downloadclasspath-70304821252e8edf5fc6f34e5864d4590d3d6231.tar.gz
2006-03-09 Arnaud Vandyck <avdyk@gnu.org>
* .classpath: added exclude pattern on source folders (Makefiles, README and .cvsignore)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath14
1 files changed, 7 insertions, 7 deletions
diff --git a/.classpath b/.classpath
index 60e126dbc..c4015bf57 100644
--- a/.classpath
+++ b/.classpath
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|gnu/javax/swing/plaf/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|vm/reference/|tools/|external/relaxngDatatype/" kind="src" path=""/>
- <classpathentry kind="src" path="external/relaxngDatatype"/>
- <classpathentry kind="src" path="tools"/>
- <classpathentry kind="src" path="resource"/>
- <classpathentry kind="src" path="vm/reference"/>
- <classpathentry kind="src" path="external/sax"/>
- <classpathentry kind="src" path="external/w3c_dom"/>
- <classpathentry kind="src" path="examples"/>
+ <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"/>
+ <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="output" path="install/share/classpath"/>
</classpath>