diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
commit | c8875fb97fc03779a5bba09872227b1d08e5d52a (patch) | |
tree | a0b991cf5866ae1d616639b906ac001811d74508 /libjava/classpath/.classpath | |
parent | c40c1730800ed292b6db39a83d592476fa59623c (diff) | |
download | gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/.classpath')
-rw-r--r-- | libjava/classpath/.classpath | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libjava/classpath/.classpath b/libjava/classpath/.classpath new file mode 100644 index 00000000000..0689e090203 --- /dev/null +++ b/libjava/classpath/.classpath @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry excluding="compat/|examples/|external/|gnu/javax/swing/plaf/|test/|testsuite/|vm/reference/" kind="src" path=""> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="vm/reference"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="external/sax"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="external/w3c_dom"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="examples"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> +</classpath> |