You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/08/19 10:02:27 UTC

svn commit: r987060 - in /axis/axis2/c/core/trunk/build/win32: axis2_env.bat bindist.bat build.bat clean.bat

Author: nandika
Date: Thu Aug 19 08:02:26 2010
New Revision: 987060

URL: http://svn.apache.org/viewvc?rev=987060&view=rev
Log:
echo off added to bat files

Modified:
    axis/axis2/c/core/trunk/build/win32/axis2_env.bat
    axis/axis2/c/core/trunk/build/win32/bindist.bat
    axis/axis2/c/core/trunk/build/win32/build.bat
    axis/axis2/c/core/trunk/build/win32/clean.bat

Modified: axis/axis2/c/core/trunk/build/win32/axis2_env.bat
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/build/win32/axis2_env.bat?rev=987060&r1=987059&r2=987060&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/build/win32/axis2_env.bat (original)
+++ axis/axis2/c/core/trunk/build/win32/axis2_env.bat Thu Aug 19 08:02:26 2010
@@ -1,3 +1,4 @@
+@echo off
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
 REM this work for additional information regarding copyright ownership.

Modified: axis/axis2/c/core/trunk/build/win32/bindist.bat
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/build/win32/bindist.bat?rev=987060&r1=987059&r2=987060&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/build/win32/bindist.bat (original)
+++ axis/axis2/c/core/trunk/build/win32/bindist.bat Thu Aug 19 08:02:26 2010
@@ -1,3 +1,4 @@
+@echo off
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
 REM this work for additional information regarding copyright ownership.

Modified: axis/axis2/c/core/trunk/build/win32/build.bat
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/build/win32/build.bat?rev=987060&r1=987059&r2=987060&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/build/win32/build.bat (original)
+++ axis/axis2/c/core/trunk/build/win32/build.bat Thu Aug 19 08:02:26 2010
@@ -1,3 +1,4 @@
+@echo off
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
 REM this work for additional information regarding copyright ownership.

Modified: axis/axis2/c/core/trunk/build/win32/clean.bat
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/build/win32/clean.bat?rev=987060&r1=987059&r2=987060&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/build/win32/clean.bat (original)
+++ axis/axis2/c/core/trunk/build/win32/clean.bat Thu Aug 19 08:02:26 2010
@@ -1,3 +1,4 @@
+@echo off
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
 REM this work for additional information regarding copyright ownership.