You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/15 21:17:52 UTC

svn commit: r321474 - /maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat

Author: brett
Date: Sat Oct 15 12:17:46 2005
New Revision: 321474

URL: http://svn.apache.org/viewcvs?rev=321474&view=rev
Log:
don't echo commands

Modified:
    maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat

Modified: maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat
URL: http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat?rev=321474&r1=321473&r2=321474&view=diff
==============================================================================
--- maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat (original)
+++ maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat Sat Oct 15 12:17:46 2005
@@ -15,6 +15,7 @@
 @REM ----------------------------------------------------------------------------
 @REM 
 
+@ECHO OFF
 echo.
 echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
 echo.