From dfc2c1d4f1bdd8ba67f91f951e7915a6d8e595e8 Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 19 Aug 2010 08:02:26 +0000 Subject: echo off added to bat files git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987060 13f79535-47bb-0310-9956-ffa450edef68 --- build/win32/axis2_env.bat | 1 + build/win32/bindist.bat | 1 + build/win32/build.bat | 1 + build/win32/clean.bat | 1 + 4 files changed, 4 insertions(+) (limited to 'build') diff --git a/build/win32/axis2_env.bat b/build/win32/axis2_env.bat index 81623ac..a51d383 100644 --- a/build/win32/axis2_env.bat +++ b/build/win32/axis2_env.bat @@ -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. diff --git a/build/win32/bindist.bat b/build/win32/bindist.bat index 94b6419..a74b4cf 100644 --- a/build/win32/bindist.bat +++ b/build/win32/bindist.bat @@ -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. diff --git a/build/win32/build.bat b/build/win32/build.bat index 0694eb8..be81b5c 100644 --- a/build/win32/build.bat +++ b/build/win32/build.bat @@ -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. diff --git a/build/win32/clean.bat b/build/win32/clean.bat index 5417eaa..df64b49 100644 --- a/build/win32/clean.bat +++ b/build/win32/clean.bat @@ -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. -- cgit v1.1-32-gdbae