Author: ogusakov Date: Wed Apr 8 23:13:22 2009 New Revision: 763456 URL: http://svn.apache.org/viewvc?rev=763456&view=rev Log: removing bootstrap debugging option ..
Modified: maven/components/trunk/build-mercury.xml Modified: maven/components/trunk/build-mercury.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/build-mercury.xml?rev=763456&r1=763455&r2=763456&view=diff ============================================================================== --- maven/components/trunk/build-mercury.xml (original) +++ maven/components/trunk/build-mercury.xml Wed Apr 8 23:13:22 2009 @@ -305,12 +305,12 @@ <arg value="-Dsurefire.useFile=${surefire.useFile}"/> <!-- <debug-the-bootstrap> ---> + <jvmarg value="-Xdebug"/> <jvmarg value="-Xnoagent"/> <jvmarg value="-Djava.compiler=NONE"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/> -<!-- + </debug-the-bootstrap> --> </java>