Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
more jetty.xml replacement junk... AAAAAH SUCH A CLUSTER FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Apr 25, 2013
1 parent 4dd51d6 commit 559f394
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -409,7 +409,7 @@ protected void tamperJettyConfiguration( final File basedir, final int port )
if ( System.getProperty( "os.name" ).toLowerCase().contains( "windows" ) )
{
jettyXmlString =
jettyXmlString.replace( "org.eclipse.jetty.server.nio.SelectChannelConnector",
jettyXmlString.replace( "org.sonatype.nexus.bootstrap.jetty.InstrumentedSelectChannelConnector",
"org.eclipse.jetty.server.nio.BlockingChannelConnector" );
}

Expand Down

0 comments on commit 559f394

Please sign in to comment.