summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-08-16 20:15:17 +0000
committerTom Tromey <tromey@redhat.com>2005-08-16 20:15:17 +0000
commit9b12fc383bde5931e809db9c468e41ef60c484eb (patch)
tree59191ec71b5d68dc3398338b164e62add312b767 /.classpath
parent3ef089dcb745050c7fb08fedb79170ccae132dc0 (diff)
downloadclasspath-9b12fc383bde5931e809db9c468e41ef60c484eb.tar.gz
* .classpath: Ignore jdwp.
* .project: Added builder to create LocaleData.java. * .externalToolBuilders/CreateLocaleData.launch: New file. * examples/gnu/classpath/examples/jawt/DemoJAWT.java: Added package.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath25
1 files changed, 5 insertions, 20 deletions
diff --git a/.classpath b/.classpath
index 0689e0902..2db4d566b 100644
--- a/.classpath
+++ b/.classpath
@@ -1,24 +1,9 @@
<?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 excluding="compat/|examples/|external/|gnu/classpath/jdwp/|gnu/javax/swing/plaf/|test/|testsuite/|vm/reference/|vm/reference/gnu/classpath/jdwp/" kind="src" path=""/>
+ <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 kind="output" path="bin"/>
</classpath>