removing bootstrap debugging option ..

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@763456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-04-08 23:13:22 +00:00
parent a309c4022d
commit 3bdb1951c5
1 changed files with 2 additions and 2 deletions

View File

@ -305,12 +305,12 @@ END SNIPPET: ant-bootstrap -->
<arg value="-Dsurefire.useFile=${surefire.useFile}"/> <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
<!-- <!--
<debug-the-bootstrap> <debug-the-bootstrap>
-->
<jvmarg value="-Xdebug"/> <jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/> <jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=NONE"/> <jvmarg value="-Djava.compiler=NONE"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/>
<!--
</debug-the-bootstrap> </debug-the-bootstrap>
--> -->
</java> </java>