summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-05-01 22:05:52 +0000
committerTom Tromey <tromey@redhat.com>2005-05-01 22:05:52 +0000
commitc8ff9e005f52af314cfc025490471174a84a4875 (patch)
treec9738d1cb96e5bb298f7deccdcf1ba9f76861a77 /.classpath
parent3678ea7e00b2815d883ef71323b311c0e4af201e (diff)
downloadclasspath-c8ff9e005f52af314cfc025490471174a84a4875.tar.gz
* .classpath: Updated.
* .project: Added new builders. * .externalToolBuilders/Autogen.launch: New file. * .externalToolBuilders/Configure.launch: New file. * .settings/org.eclipse.jdt.core.prefs: New file. * .settings/org.eclipse.jdt.ui.prefs: New file.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath25
1 files changed, 20 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 87b523c30..0689e0902 100644
--- a/.classpath
+++ b/.classpath
@@ -1,9 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="compat/|examples/|external/|gnu/javax/swing/|test/|testsuite/|vm/reference/" 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 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>