update the example osgi servlet bridge webapp
This commit is contained in:
parent
336e3b383b
commit
8d51bc05ac
|
@ -2,7 +2,8 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.osgi</groupId>
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
||||||
<artifactId>jetty-osgi-project</artifactId>
|
<artifactId>jetty-osgi-project</artifactId>
|
||||||
<version>7.4.3-SNAPSHOT</version>
|
<!--version>7.5.0.v20110901</version-->
|
||||||
|
<version>7.5.1-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -52,7 +52,7 @@ import javax.sql.DataSource;
|
||||||
//import org.eclipse.jetty.http.HttpHeaders;
|
//import org.eclipse.jetty.http.HttpHeaders;
|
||||||
//import org.eclipse.jetty.util.StringUtil;
|
//import org.eclipse.jetty.util.StringUtil;
|
||||||
//import org.eclipse.jetty.util.log.Log;
|
//import org.eclipse.jetty.util.log.Log;
|
||||||
import org.eclipse.jetty.util.log.Logger;
|
//import org.eclipse.jetty.util.log.Logger;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ import org.eclipse.jetty.util.log.Logger;
|
||||||
*/
|
*/
|
||||||
public class Dump extends HttpServlet
|
public class Dump extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final Logger LOG = Log.getLogger(Dump.class);
|
//private static final Logger LOG = Log.getLogger(Dump.class);
|
||||||
|
|
||||||
boolean fixed;
|
boolean fixed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue