Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2002-05-16 23:41:44 +0000
committerCarolyn MacLeod2002-05-16 23:41:44 +0000
commit78f4e731d633e51626e13e40ceadcf8b20ad2b44 (patch)
treeca3fdd7c2ef1c7a56c79d6adfc3e6625843f6267 /examples/org.eclipse.swt.examples.paint
parent2c7d380be2e321a7928b1ce1264ec8b852b6e69d (diff)
downloadeclipse.platform.swt-78f4e731d633e51626e13e40ceadcf8b20ad2b44.tar.gz
eclipse.platform.swt-78f4e731d633e51626e13e40ceadcf8b20ad2b44.tar.xz
eclipse.platform.swt-78f4e731d633e51626e13e40ceadcf8b20ad2b44.zip
update .classpath jars for 2.0.0
Diffstat (limited to 'examples/org.eclipse.swt.examples.paint')
-rwxr-xr-xexamples/org.eclipse.swt.examples.paint/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.swt.examples.paint/.classpath b/examples/org.eclipse.swt.examples.paint/.classpath
index 2a2cacdfe1..17114032b2 100755
--- a/examples/org.eclipse.swt.examples.paint/.classpath
+++ b/examples/org.eclipse.swt.examples.paint/.classpath
@@ -4,8 +4,8 @@
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_1.9.0/runtime.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_1.9.0/runtimesrc.zip"/>
+ path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.0.0/runtime.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.0.0/runtimesrc.zip"/>
<classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.eclipse.ui_1.9.0/workbench.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.ui_1.9.0/workbenchsrc.zip"/>
+ path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.0.0/workbench.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.ui_2.0.0/workbenchsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top