diff options
author | Tom Tromey <tromey@redhat.com> | 2004-04-29 15:56:20 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2004-04-29 15:56:20 +0000 |
commit | 549e852a7a297325427930638966f339af5952a2 (patch) | |
tree | 5be60215da066a345442538ecd5eaa96f778a542 /.classpath | |
parent | a0fdb21c88989b7480c9b9936ffd4f202e97f453 (diff) | |
download | classpath-549e852a7a297325427930638966f339af5952a2.tar.gz |
* .classpath: New file.
* .project: New file.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 9 |
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> |