Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2001-05-11 20:14:34 +0000
committerVeronika Irvine2001-05-11 20:14:34 +0000
commita9b5f96edda85ec2ac700d9d68933bf80f5104a3 (patch)
treeea4947bdb06e0e95bb4617ebbc61faa77319e7a7
parentd831b7f7d5d21094f635771cd324ffce3658c00d (diff)
downloadeclipse.platform.swt-a9b5f96edda85ec2ac700d9d68933bf80f5104a3.tar.gz
eclipse.platform.swt-a9b5f96edda85ec2ac700d9d68933bf80f5104a3.tar.xz
eclipse.platform.swt-a9b5f96edda85ec2ac700d9d68933bf80f5104a3.zip
the bin folder should not be the package
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_motif8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_motif b/bundles/org.eclipse.swt/.classpath_motif
index f8c9149520..54824b8739 100755
--- a/bundles/org.eclipse.swt/.classpath_motif
+++ b/bundles/org.eclipse.swt/.classpath_motif
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="lib" path="/bluebird/teamswt/swt-builddir/jre/lib/rt.jar"/>
- <classpathentry kind="src" path="Eclipse SWT/motif"/>
+ <classpathentry kind="lib" path="/bluebird/teamswt/swt-builddir/jre/lib/rt.jar"/>
+ <classpathentry kind="src" path="Eclipse SWT/motif"/>
<classpathentry kind="src" path="Eclipse SWT/common"/>
<classpathentry kind="src" path="Eclipse SWT Printing/motif"/>
<classpathentry kind="src" path="Eclipse SWT Printing/common"/>
@@ -10,5 +10,5 @@
<classpathentry kind="src" path="Eclipse SWT Drag and Drop/motif"/>
<classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/>
<classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/>
- <classpathentry kind="output" path=""/>
-</classpath> \ No newline at end of file
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top