Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project

This commit is contained in:
Michael Gorovoy 2011-08-02 20:59:31 -04:00
commit f0e646e18b
1 changed files with 2 additions and 2 deletions

View File

@ -176,12 +176,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>
<systemProperties>
<!--systemProperties>
<property>
<name>org.eclipse.jetty.io.AbstractBuffer.boundsChecking</name>
<value>true</value>
</property>
</systemProperties>
</systemProperties-->
</configuration>
</plugin>
<plugin>