Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-11-03 14:11:12 +0000
committerThomas Watson2011-11-03 14:11:12 +0000
commitb28c8833ba841e3b1df5345ab0a8ea370e3756e0 (patch)
treea7c7d4e193e03e327640f9819c4ed5a1177582b4 /bundles/org.eclipse.equinox.http.jetty8/.classpath
parentd744d90b5565ac676fcccf3d5fdd35b7f057b3f4 (diff)
downloadrt.equinox.bundles-b28c8833ba841e3b1df5345ab0a8ea370e3756e0.tar.gz
rt.equinox.bundles-b28c8833ba841e3b1df5345ab0a8ea370e3756e0.tar.xz
rt.equinox.bundles-b28c8833ba841e3b1df5345ab0a8ea370e3756e0.zip
Bug 362795 - Replace jetty 8 StdErrLog with our own
Diffstat (limited to 'bundles/org.eclipse.equinox.http.jetty8/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.http.jetty8/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.http.jetty8/.classpath b/bundles/org.eclipse.equinox.http.jetty8/.classpath
index ce7393340..64c5e31b7 100644
--- a/bundles/org.eclipse.equinox.http.jetty8/.classpath
+++ b/bundles/org.eclipse.equinox.http.jetty8/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <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.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top