summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2004-04-29 15:56:20 +0000
committerTom Tromey <tromey@redhat.com>2004-04-29 15:56:20 +0000
commit549e852a7a297325427930638966f339af5952a2 (patch)
tree5be60215da066a345442538ecd5eaa96f778a542 /.classpath
parenta0fdb21c88989b7480c9b9936ffd4f202e97f453 (diff)
downloadclasspath-549e852a7a297325427930638966f339af5952a2.tar.gz
* .classpath: New file.
* .project: New file.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath9
1 files changed, 9 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 000000000..0b04ebf39
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry
+ excluding="external/jaxp/source/|vm/reference/|compat/|test/|external/jaxp/tests/|testsuite/|**/Test.java|**/TestAWT.java|gnu/javax/swing/|**/SliderTest.java"
+ kind="src" path=""/>
+ <classpathentry kind="src" path="external/jaxp/source"/>
+ <classpathentry kind="src" path="vm/reference"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>