Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2009-02-16 21:23:18 +0000
committernitind2009-02-16 21:23:18 +0000
commit6b808659717fc248007533879350ad45112af2dc (patch)
tree030edba5fc3328602f3db55e5e90e254cc495f2e /tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath
parent97fb2c735f84617484d494494a2a4361e2f49f00 (diff)
downloadwebtools.sourceediting-6b808659717fc248007533879350ad45112af2dc.tar.gz
webtools.sourceediting-6b808659717fc248007533879350ad45112af2dc.tar.xz
webtools.sourceediting-6b808659717fc248007533879350ad45112af2dc.zip
[nobug] clean up test plug-ins
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath')
-rw-r--r--tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath b/tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath
index 64c5e31b7a..2fbb7a23e1 100644
--- a/tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath
+++ b/tests/org.eclipse.wst.jsdt.web.ui.tests/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top