You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/05/05 13:21:43 UTC

svn commit: r941252 - /maven/maven-3/trunk/build.xml

Author: bentmann
Date: Wed May  5 11:21:42 2010
New Revision: 941252

URL: http://svn.apache.org/viewvc?rev=941252&view=rev
Log:
o Removed cruft

Modified:
    maven/maven-3/trunk/build.xml

Modified: maven/maven-3/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/build.xml?rev=941252&r1=941251&r2=941252&view=diff
==============================================================================
--- maven/maven-3/trunk/build.xml (original)
+++ maven/maven-3/trunk/build.xml Wed May  5 11:21:42 2010
@@ -65,9 +65,6 @@ END SNIPPET: ant-bootstrap -->
     <property name="maven.assembly" location="apache-maven/target/${maven.home.basename.expected}-bin.zip" />
     <property name="maven.repo.local" value="${user.home}/.m2/repository" />
     <property name="maven.debug" value="-e" />
-    <!--
-    <property name="maven.debug" value="-e -X" />
-    -->
     <property name="maven.test.skip" value="false" />
     <property name="surefire.useFile" value="true" />
     <property name="maven.test.redirectTestOutputToFile" value="${surefire.useFile}" />