diff options
author | Veronika Irvine <torres> | 2001-05-11 20:17:02 +0000 |
---|---|---|
committer | Veronika Irvine <torres> | 2001-05-11 20:17:02 +0000 |
commit | 6f8ff4998ed324027331ad3cfda5134080a6096d (patch) | |
tree | 22657333e8b38c8d33159c0c3c661c55ccf99723 | |
parent | a9b5f96edda85ec2ac700d9d68933bf80f5104a3 (diff) | |
download | eclipse.platform.swt-6f8ff4998ed324027331ad3cfda5134080a6096d.tar.gz eclipse.platform.swt-6f8ff4998ed324027331ad3cfda5134080a6096d.tar.xz eclipse.platform.swt-6f8ff4998ed324027331ad3cfda5134080a6096d.zip |
bin should not be the projectSWT_0_105
-rwxr-xr-x | examples/org.eclipse.swt.examples/.classpath_motif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples/.classpath_motif b/examples/org.eclipse.swt.examples/.classpath_motif index b2d2baf7d7..e6d3a63241 100755 --- a/examples/org.eclipse.swt.examples/.classpath_motif +++ b/examples/org.eclipse.swt.examples/.classpath_motif @@ -3,5 +3,5 @@ <classpathentry kind="lib" path="/bluebird/teamswt/swt-builddir/jre/lib/rt.jar"/> <classpathentry kind="src" path="/org.eclipse.swt"/> <classpathentry kind="src" path="Eclipse SWT Examples/common"/> - <classpathentry kind="output" path=""/> + <classpathentry kind="output" path="bin"/> </classpath>
\ No newline at end of file |