bug 34605 Clean-up

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3229 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-05-21 04:13:11 +00:00
parent cd21c56d4b
commit 30c9de57ab
2 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@ import org.eclipse.jetty.continuation.ContinuationSupport;
import org.eclipse.jetty.osgi.equinoxtools.WebEquinoxToolsActivator;
import org.eclipse.jetty.osgi.equinoxtools.console.WebConsoleWriterOutputStream.OnFlushListener;
import org.eclipse.osgi.framework.console.ConsoleSession;
import org.osgi.framework.Bundle;
import org.osgi.framework.FrameworkUtil;
/**
* Async servlet with jetty continuations to interact with the equinox console.

View File

@ -27,8 +27,6 @@ import org.eclipse.jetty.util.log.Log;
import org.eclipse.jetty.websocket.WebSocket;
import org.eclipse.jetty.websocket.WebSocketServlet;
import org.eclipse.osgi.framework.console.ConsoleSession;
import org.osgi.framework.Bundle;
import org.osgi.framework.FrameworkUtil;
/**
* Websocket version of the Chat with equinox.