summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-08-29 21:51:44 +0000
committerTom Tromey <tromey@redhat.com>2005-08-29 21:51:44 +0000
commit7fadfc30958297bf23c966b8a5dc397f3f986c28 (patch)
tree9f3be506428019eb2a47b01c91f2191b3bff3066 /.classpath
parent320555383621855558fdcf1d4f5bfc2e78095a4f (diff)
downloadclasspath-7fadfc30958297bf23c966b8a5dc397f3f986c28.tar.gz
* .externalToolBuilders/Configure.launch: Changed --prefix.
* .externalToolBuilders/CompileNative.launch: Invoke install target. * .cdtproject: New file. * .classpath: Changed output directory. * .cvsignore: Added 'install'.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath5
1 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index e07b7dc19..51315366e 100644
--- a/.classpath
+++ b/.classpath
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="compat/|examples/|external/|gnu/classpath/jdwp/|gnu/javax/swing/plaf/|test/|testsuite/|vm/reference/" kind="src" path=""/>
+ <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="bin"/>
+ <classpathentry kind="output" path="install/share/classpath"/>
</classpath>