Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples.paint/.classpath')
-rwxr-xr-xexamples/org.eclipse.swt.examples.paint/.classpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/org.eclipse.swt.examples.paint/.classpath b/examples/org.eclipse.swt.examples.paint/.classpath
index 2576509d69..b85720aff7 100755
--- a/examples/org.eclipse.swt.examples.paint/.classpath
+++ b/examples/org.eclipse.swt.examples.paint/.classpath
@@ -5,10 +5,10 @@
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="var"
- path="PDE_ECLIPSE_HOME/plugins/org.eclipse.core.resources/resources.jar" sourcepath="PDE_ECLIPSE_HOME/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
+ path="WORKSPACE/org.eclipse.core.resources/resources.jar" sourcepath="WORKSPACE/org.eclipse.core.resources/resourcessrc.zip"/>
<classpathentry kind="var"
- path="PDE_ECLIPSE_HOME/plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="PDE_ECLIPSE_HOME/plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
+ path="WORKSPACE/org.eclipse.core.runtime/runtime.jar" sourcepath="WORKSPACE/org.eclipse.core.runtime/runtimesrc.zip"/>
<classpathentry kind="var"
- path="PDE_ECLIPSE_HOME/plugins/org.eclipse.ui/workbench.jar" sourcepath="PDE_ECLIPSE_HOME/plugins/org.eclipse.ui/workbenchsrc.zip"/>
+ path="WORKSPACE/org.eclipse.ui/workbench.jar" sourcepath="WORKSPACE/org.eclipse.ui/workbenchsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top