diff options
Diffstat (limited to 'libjava/classpath/.classpath')
-rw-r--r-- | libjava/classpath/.classpath | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/libjava/classpath/.classpath b/libjava/classpath/.classpath index 0689e090203..51315366e6c 100644 --- a/libjava/classpath/.classpath +++ b/libjava/classpath/.classpath @@ -1,24 +1,10 @@ <?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"/> + <classpathentry excluding="compat/|examples/|external/|gnu/classpath/jdwp/|gnu/javax/swing/plaf/|test/|testsuite/|vm/reference/|resource/" kind="src" path=""/> + <classpathentry kind="src" path="resource"/> + <classpathentry excluding="gnu/classpath/jdwp/" kind="src" path="vm/reference"/> + <classpathentry kind="src" path="external/sax"/> + <classpathentry kind="src" path="external/w3c_dom"/> + <classpathentry kind="src" path="examples"/> + <classpathentry kind="output" path="install/share/classpath"/> </classpath> |