Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2003-12-16 16:54:55 +0000
committerGrant Gayed2003-12-16 16:54:55 +0000
commit2d086dee1243c6b2786a93abc8b4b74e004e498a (patch)
treef016f0170d580c41a8e6e3c93cbcbf37589d928a /examples/org.eclipse.swt.examples.paint
parent9850b83f76f8d0c7aea70277a17ca8ee1b94d7ab (diff)
downloadeclipse.platform.swt-2d086dee1243c6b2786a93abc8b4b74e004e498a.tar.gz
eclipse.platform.swt-2d086dee1243c6b2786a93abc8b4b74e004e498a.tar.xz
eclipse.platform.swt-2d086dee1243c6b2786a93abc8b4b74e004e498a.zip
*** empty log message ***
Diffstat (limited to 'examples/org.eclipse.swt.examples.paint')
-rwxr-xr-xexamples/org.eclipse.swt.examples.paint/.classpath15
1 files changed, 8 insertions, 7 deletions
diff --git a/examples/org.eclipse.swt.examples.paint/.classpath b/examples/org.eclipse.swt.examples.paint/.classpath
index d45ae37677..cef9668397 100755
--- a/examples/org.eclipse.swt.examples.paint/.classpath
+++ b/examples/org.eclipse.swt.examples.paint/.classpath
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="var" path="JRE_LIB"/>
- <classpathentry kind="src" path="/org.eclipse.swt"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="var" path="JRE_LIB"/>
+ <classpathentry kind="src" path="/org.eclipse.swt"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi_3.0.0/osgi.jar"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top