summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-06-09 20:54:58 +0000
committerCarolyn MacLeod <carolyn>2004-06-09 20:54:58 +0000
commitcfb0a5ae12a6587fc32288f109cca99fa596867c (patch)
treee9efe1ac2a47b58335c36b12840dbd192fdf91eb
parenta0cb6b14f3221651351e12702cd357982811b42b (diff)
downloadeclipse.platform.swt-cfb0a5ae12a6587fc32288f109cca99fa596867c.tar.gz
eclipse.platform.swt-cfb0a5ae12a6587fc32288f109cca99fa596867c.tar.xz
eclipse.platform.swt-cfb0a5ae12a6587fc32288f109cca99fa596867c.zip
Modified .classpath to new format using containers.
-rw-r--r--tests/org.eclipse.swt.tests/.classpath5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/org.eclipse.swt.tests/.classpath b/tests/org.eclipse.swt.tests/.classpath
index bda7e4b3d1..a6dcb4ec1b 100644
--- a/tests/org.eclipse.swt.tests/.classpath
+++ b/tests/org.eclipse.swt.tests/.classpath
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry sourcepath="JRE_SRC" kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB"/>
- <classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="src" path="JUnit Tests"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.junit_3.8.1/junit.jar"/>
<classpathentry kind="src" path="data"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>