summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.examples.launcher
diff options
context:
space:
mode:
authorVeronika Irvine <torres>2001-09-06 13:48:04 +0000
committerVeronika Irvine <torres>2001-09-06 13:48:04 +0000
commit254cb69b0f295f8ed50342110f824946ef8164a7 (patch)
treee5ae8a0905b52643b3ccfabdb6ec8acf53977e2e /examples/org.eclipse.swt.examples.launcher
parent956dd6f010b039518d460b217768b56aa6fff5b6 (diff)
downloadeclipse.platform.swt-254cb69b0f295f8ed50342110f824946ef8164a7.tar.gz
eclipse.platform.swt-254cb69b0f295f8ed50342110f824946ef8164a7.tar.xz
eclipse.platform.swt-254cb69b0f295f8ed50342110f824946ef8164a7.zip
*** empty log message ***
Diffstat (limited to 'examples/org.eclipse.swt.examples.launcher')
-rwxr-xr-xexamples/org.eclipse.swt.examples.launcher/.classpath4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/org.eclipse.swt.examples.launcher/.classpath b/examples/org.eclipse.swt.examples.launcher/.classpath
index 59d2f2d9bb..552a12ab68 100755
--- a/examples/org.eclipse.swt.examples.launcher/.classpath
+++ b/examples/org.eclipse.swt.examples.launcher/.classpath
@@ -3,14 +3,11 @@
<classpathentry kind="src" path=""/>
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="var"
- path="ECLIPSE_PLUGINS/org.eclipse.swt/swt.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.swt/swtsrc.zip"/>
- <classpathentry kind="var"
path="ECLIPSE_PLUGINS/org.eclipse.core.runtime/runtime.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.core.runtime/runtimesrc.zip"/>
<classpathentry kind="var"
path="ECLIPSE_PLUGINS/org.eclipse.core.resources/resources.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.core.resources/resourcessrc.zip"/>
<classpathentry kind="var"
path="ECLIPSE_PLUGINS/org.eclipse.ui/workbench.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.ui/workbenchsrc.zip"/>
- <classpathentry kind="output" path="bin"/>
<classpathentry kind="var"
path="ECLIPSE_PLUGINS/org.eclipse.core.boot/boot.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.core.boot/bootsrc.zip"/>
<classpathentry kind="var"
@@ -19,5 +16,6 @@
path="ECLIPSE_PLUGINS/org.eclipse.jdt.launching/launching.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.jdt.launching/launchingsrc.zip"/>
<classpathentry kind="var"
path="ECLIPSE_PLUGINS/org.eclipse.debug.core/dtcore.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.debug.core/dtcoresrc.zip"/>
+ <classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="output" path="bin"/>
</classpath>