You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2016/09/18 10:03:14 UTC

svn commit: r1761315 - /logging/log4net/trunk/log4net.build

Author: bodewig
Date: Sun Sep 18 10:03:14 2016
New Revision: 1761315

URL: http://svn.apache.org/viewvc?rev=1761315&view=rev
Log:
mvn 3.x uses .cmd rather than .bat

Modified:
    logging/log4net/trunk/log4net.build

Modified: logging/log4net/trunk/log4net.build
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1761315&r1=1761314&r2=1761315&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Sun Sep 18 10:03:14 2016
@@ -1709,7 +1709,7 @@ limitations under the License.
   <target name="generate-site">
     <property name="mvn" value="mvn"/>
     <if test="${platform::is-windows()}">
-      <property name="mvn" value="mvn.bat"/>
+      <property name="mvn" value="mvn.cmd"/>
     </if>
     <exec program="${mvn}" commandline="site:site install"/>
   </target>