Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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