You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/08 06:09:12 UTC

svn commit: r762577 - /maven/components/trunk/build-mercury.xml

Author: ogusakov
Date: Tue Apr  7 00:22:50 2009
New Revision: 762577

URL: http://svn.apache.org/viewvc?rev=762577&view=rev
Log:
flipped back the debug mode

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=762577&r1=762576&r2=762577&view=diff
==============================================================================
--- maven/components/trunk/build-mercury.xml (original)
+++ maven/components/trunk/build-mercury.xml Tue Apr  7 00:22:50 2009
@@ -303,12 +303,14 @@
       <arg value="install"/>
       <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
       <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
-    	<!-- <debug-the-bootstrap> -->
+<!-- <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> -->
+</debug-the-bootstrap>
+-->
     </java>
   </target>